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...
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...
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...
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...
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...
Is there any faster way to access the first record, could possibly have more than one fullname in the table , than using the following code
FraVisitationUpdate.Visible = True
TheNames.Recordset.MoveFirst
Do Until Me![txtFullName] = Me![DBCombo1].Text
TheNames.Recordset.MoveNext
This...
Have a combo box tied to a data control which is tied to a query in an Access database. Query has 4 fields. How do you store the value of a field that is not the bound column to a variable using VB code.
I have two data controls on one form. I want the second DC to advace when I advance DC one.
I have tables in DC two that I use to populate fields in CD one. When I come back and scroll through DC one I want the matching record from DC two to display the appropriate fields.
Thanks
I use a combo to contain data that I want to place in a text box. When I click down on the combo how do I get the entry I want placed in the text box. Usually a click will work but the click fires when I hit the down arrow on the combo box.
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.