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!

Recent content by toolsofministry

  1. toolsofministry

    Adding more than one field in the routine shown

    I have five fields that I want to use in this routine. What do I need to place them in text1, text2, ETC. ReadTextFile = "A:\01.txt" Open ReadTextFile For Input As #1 Input #1, TextFile DoEvents Text1.Text = TextFile Close #1 Thanks, Gerald Robinson
  2. toolsofministry

    Reading a Text Delimited Files from A: Drive to Convert to Access Tabl

    I have an application where many of my clients will have the name, address, phones numbers, date of birth ETC in another application. Their application will export the data to a text delimted file on a floppy. I want them to point the fields in their text delimted file to corresponding fields...
  3. toolsofministry

    Why the code below does not select a record falling betwee two dates

    Dim todaysdate As Date crPrintAssignments.DiscardSavedData todaysdate = Date crPrintAssignments.RecordSelectionFormula = &quot;{ado.DateofNexVisit} <= '&quot; & todaysdate & &quot;'&quot; crPrintAssignments.PrintOut False ', 1, False, 1, 1 Can someone tell me why the formula shown does not...
  4. toolsofministry

    Error in VB 6.0 Requiring a restart of the application.

    Based on what I have read on the site I think I have been in order with all my request. If I did not say thanks it was an oversight because it is my nature to thank everyone that makes a contribution to my life and work. If not I am truly sorry. I read the policies for posting and did not see...
  5. toolsofministry

    Error in VB 6.0 Requiring a restart of the application.

    Based on what I have read on the site I think I have been in order with all my request. If I did not say thanks if was an oversight because it is my nature to thank everyone that makes a contribution to my life and work. If not I am truly sorry. I read the policies for posting and did not see...
  6. toolsofministry

    Error in VB 6.0 Requiring a restart of the application.

    For you who looked at the website where I had a graphic of the error please take another look. I now have an explanation of why the error , three graphics that I cut and pasted Please, if you are familar with VB 6.0 log onto www.toolsofministry.com and follow the link to the error page and let...
  7. toolsofministry

    Probelm with re-occuring error in Visual Basic 6.0. To frequent!!

    No, I am using only what shipped with VB. And too my knowledge I have not included the Sheridan Data Widge Controls in the application. It appears to happen when I make some changes and when I click to run, the changes are saved and then the error occurs. That's when I get it the most but not...
  8. toolsofministry

    Probelm with re-occuring error in Visual Basic 6.0. To frequent!!

    The message sent does not tell me why the problems occurs. Yes, I have XP Pro.
  9. toolsofministry

    Probelm with re-occuring error in Visual Basic 6.0. To frequent!!

    Please log onto www.toolsofministry.com and click on the link which will open a page showing the graphic from VB telling me an error has occured. I have this almost everytime I am in the application. Cannot tie down what I have just done when the error graphic pops up. In fact it will...
  10. toolsofministry

    Skipping to a new page.

    I have an application where I want to print the names who are assigned to a specifice leader. Have that working but want to start a new page when the leader name changes. How do I tell it to skip to a new page? I am using cr 8.5 with the report imbedded in VB 6.0. Thanks
  11. toolsofministry

    (Error 524) The specified error has occurred in the Automation object

    'item' (Error 524) The specified error has occurred in the Automation object currently running. I have for different drop down combo boxes that are working great. When I attempt to change an item in a text field from an entry in the Combo Box it changes fine. Then when I click on the data...
  12. toolsofministry

    Text Delimited Files

    I have a VB 6.0 Form which the user completes. Some of my clients have some of the same information in other applications databases (not all have Access). I can export their data to a text delinited file. Now the question. How can I display beside my for and let the user drag the fields from...
  13. toolsofministry

    Get error in VB with XP Pro..

    I get frequent errors when I click to run an application after making changes. Comes up with no explanation as to the type of error, just an option to send the error report to MS, which I have done at least 25 times... Anyone else having this problem? If so can you give me a solution or what...
  14. toolsofministry

    VB 6.0 Package &amp; Deployment encountered the following error

    Crystl32.dep Do not have this on my hard drive. I have Version 9.0 Had 8.5 When I started the application but updated after having a hard drive to crash. Thanks,
  15. toolsofministry

    VB 6.0 Package &amp; Deployment encountered the following error

    Get no error when I complie...Any more suggesions

Part and Inventory Search

Back
Top