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 wOOdy-Soft 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: DMS500Tech
  • Content: Threads
  • Order by date
  1. DMS500Tech

    Size Limiation VBA / Access???

    I have spent a long time figuring out how to write VBA code to build a table in Access that has a column for every phone feature we use. It is about 180 columns wide. I have spent a long time writing the VBA code to search an individual phone record in a text file and extract the feature...
  2. DMS500Tech

    Find a Random String within a String

    (I have serched the help files of VBA endlessly for a solution but it appears that I don't know how to ask my question) I have the following code that opens a text file searches for certain strings and it works great as long as what I am looking for is in a fixed location but it needs to be...
  3. DMS500Tech

    ElseIf This and This then

    Here is a snippet of code that I am having a little trouble finding a compliment command or rearranging the logic to accomplish my needs. The first IF statement is straight forward and works. The ElseIF statement that needs to come next is giving me problems. r1column1 and r2column1 need to...
  4. DMS500Tech

    strdelete two work the other does not?

    Same Scipt, 3 senerios, The first 2 work perfect everytime but the 3rd (searching for a "1")will not work. The first searches for "/" 2nd for "2" and they loop like they are suppose to. The third searches for a "1" and finds the first occurance then stops. I don't get it! PROC MAIN string...
  5. DMS500Tech

    Convert Excel 2003 VBA to Access VBA 2003

    I give up. I have looked and serched this web site for 3 days thru 1000's of titles and dozens of code snippets and can't find what I need. Myself and an intern put together the following code last summer (I am not a programmer it is more like I hack code together until it works). Well I have...
  6. DMS500Tech

    Error Handling

    I am at point where I don't know how to proceed. The following code handles the one exception perfectly. The code will pick out "ALREADY EXIST" on the fly and pass by and it and adds the feature at a rate of less than 2 seconds an instance. The problem comes when trying to add a second...
  7. DMS500Tech

    Importing Data Multi Line

    Is it possible to import a multi line record into an Access table. Specifically I have a text file and each record contains 11 lines of data and there is just shy of 99,000 records to import so a find and replace that I usually do in word equells about 11 million replacements before I can make...
  8. DMS500Tech

    WHEN QUIET Format

    I have added "WHEN QUIET 10 CALL WaitListS4" to account for a situation that had not been noticed before now when the script is ran the follow is returned: Aspect Run-Time Debugger Message: Error 3: Insufficient memory Porcedure Name: waitlist Target File Offest: 3923 Source File hdtallmaster...
  9. DMS500Tech

    Send Cr at "More..." until there are no more pages

    Guys I am stumped. I am gathering alarms from equipment. There is no way to get it to scroll continously. It displays about 9 entries then displays a "More..." above a right caret ">" . Because I never know how many pages there will be I can't hard code so many carriage returns without pages of...
  10. DMS500Tech

    ^M after fwrite How to?

    I am having trouble formating an output file using "fwrite" Fwrite is being used with varibles and strings "text" The data is being written to the output file, just not the way I want it to. I cannot figure out how to send a carriage return at the end of each fwrite. This is basically a script...
  11. DMS500Tech

    PW5.EXE Error

    Greetings, Has anyone been having problems with PW4 and or PW5 generating an error upon opening or making a connection from the connection directory on the 2nd, 3rd, 4th, etc... instance? On some days we can have open 8 instances without a problem. The next day you might have to try 5 or 6 times...

Part and Inventory Search

Back
Top