Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wvjim
  • Order by date
  1. wvjim

    Log On to System

    I need to be able to automatically log on to the system as the system administrator programatically so that I can perform a process that requires the system to be logged on. After running the required program I would then need to be able to log back off. Both the log on and log off can be run...
  2. wvjim

    Microsoft Word Returns Erroneous Results

    Thank you very much, macropod. That version of the converter pack requires that you be using a version of office below xp. I still have the older version of the converter pack but that creates the message about converting from RFT-DCA that I must respond to. Any other ideas?
  3. wvjim

    Microsoft Word Returns Erroneous Results

    I neglected to mention the operating system is a combination of Windows 2000 Professional & Windows XP. The Microsoft Word Product fails with Office XP & Office 2003.
  4. wvjim

    Microsoft Word Returns Erroneous Results

    About 4 years ago I converted some documents from AS/400 Office to Microsoft Office. The documents converted just fine using Microsoft's "CONVPACK". I have recently begun the process of updating all of the processors these documents being accessed from and am receiving a variety of problems...
  5. wvjim

    Desperate!! Client Express Toolkit Problem

    Very, very close. I've already tried using odbc & oledb. That path is too slow. We work with county agencies here in the state of West Virginia. As you might suspect some of their budgets are quite limited. The AS/400 I'm trying to run this on is about 8 or 10 years old and is running...
  6. wvjim

    Desperate!! Client Express Toolkit Problem

    Yes, you are correct in your assumption that I'm still using STRPCCMD to call my VB program with a parameter. I'm not sure at all that I understand some of your information. First, where do I find the Client Access Express ToolKit? Is that on the Client Access CD? I would have to assume...
  7. wvjim

    Desperate!! Client Express Toolkit Problem

    Hey, skittle We have a process where we pass information from an AS/400 to a pc, perform a process then return to an AS/400 System/36 environment program. What actually happens is the System/36 RPGII program executes a clp program on the AS/400 (with passed parameters) which in turn executes a...
  8. wvjim

    Crystal Report SQL Connection

    I'm new to Crystal Reports and I'm having a bit of trouble getting connected to my database to produce the report. I did a bit of searching and came up with the following code: CrystalReportViewer1.LogOnInfo(0).ConnectionInfo.ServerName = "SBS2003"...
  9. wvjim

    Spaces in a listbox

    Well, that still left me with the problem of the list box condensing all but one of the blanks out of the string. The following code actually was what was needed. I thought I'd post it just in case you were interested. The '&nbsp' combined with the htmldecode instruction actuall cause the...
  10. wvjim

    Spaces in a listbox

    Here's a snippet that'll show how I'm getting this move done: strDetail = " " strDetail = Mid(strDetail, 1, 3) & (rdrD("reccod")) strDetail = Mid(strDetail, 1, 6) & " " strDetail = Mid(strDetail, 1, 9) & "This is The...
  11. wvjim

    Spaces in a listbox

    Thanks very much for your response, riverguy. I had already tried courier and that didn't work either. Any other ideas? I'm sorta floundering. Jim
  12. wvjim

    Spaces in a listbox

    I'm trying to fill a list box in a columnar format. I move my data to a single string field (to eventually move into the list box) and all of the spaces are there but when I move the string to the listbox they are removed. ie. I want to dipslay "CLK Clerk 20.00 P" and what I actually...
  13. wvjim

    MaskEdit in VB.NET

    I've been unable to find out how to implement an edit mask for a web form. I need to be able to force a user into entering a telephone number, zip code, etc. into a field without having to do double back flips. Thanks in advance
  14. wvjim

    Mask Edit in VB.NET

    I've been unable to find out how to implement an edit mask for a web form. I need to be able to force a user into entering a telephone number, zip code, etc. into a field without having to do double back flips. Thanks in advance
  15. wvjim

    Query return all rows as the first row

    I'm using Access as a front end to SQL. When I attach the database and try to retrieve the records/rows it shows me multiple records but they all have the infromation from the first record. I'm stumped as to how to resolve this situation. I can go to a different computer and perform the same...
  16. wvjim

    Data Report Designer - rotation

    Does anyone know how to rotate the report from portrait to landscape in the report designer. I've looked through all the properties and can't find anything that'll allow me to do that and expand the report to fit onlegal paper in landscape mode. I can accomplish that with either Microsoft Word...
  17. wvjim

    Batch Processing of Files

    I am trying to update records in a batch process. I don’t want to update all records but rather to update specific records based on their content with other records. As I scan through a file and find a zero date (not defined as a date field) I move the last valid date read into that new...
  18. wvjim

    ODBC Drivers Disappeared

    Somehow all of the ODBC drivers seem to have disappeared from my Open data Source Administrator panel and I’m unable to either compile or execute VB6 programs that are attached to a dBase III file (or probably any other file for that matter). I’ve not been able to find out when these drivers...
  19. wvjim

    Convert a string variable to a date field

    Well, I seem to be having problems with the simplest of things. I’m trying to convert a string (or numeric) fields to a date field so I can do date comparisons. I can provide the date as 20021125, 11/25/02, 11/25/2002, on and on. I found in my MSDN help library that I can enclose a filed in...
  20. wvjim

    ASCII Character Set

    I need a place where I can find the translation table for the ASCII character set. I'm trying to print a report that will enclose my information in a box and the closest I can come for a vertical border is the or (|) symbol. That doesn't create a solid bar down the left of my box. Thanks in...

Part and Inventory Search

Back
Top