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
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...
Dim todaysdate As Date
crPrintAssignments.DiscardSavedData
todaysdate = Date
crPrintAssignments.RecordSelectionFormula = "{ado.DateofNexVisit} <= '" & todaysdate & "'"
crPrintAssignments.PrintOut False ', 1, False, 1, 1
Can someone tell me why the formula shown does not...
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...
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...
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...
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...
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...
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
'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...
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...
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...
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,
Package & Deployment encountered the following error
Unexpected error number 80010108 has occurred: Automation error the object invoked has disconnected from its clients
PDMan 98 has encountered a problem and needs to close.
I have an application where the user clicks a Sunday on a calendar. Is there an automatic way that the corresponding week number for that Sunday can be displayed. In other words the fourth Sunday in January would be week 4 ETC.
Thanks and Merry Christmas if you are like me, a computer holic and...
Thanks. I have it working now.
One other quick question. I have a calendar and when I click on a given Sunday Date I insert it in a grid.
Now the question. Can I insert the week number for that Sunday Date in another txt box automatically?
Threed32.ocx
I have one on my hard drive but it is not in the right place for VB 6.0 to find it.
I am also getting "Couldn't find installable ISAM
I am using a combo box bound to a table for cities. My main form has a data control.I want to populate the city field of the main from from the combo box. I cannot get the cities combo content to change when I advance the main form. Rather than show what is in the field of the next main form it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.