The file is an EDI transaction and is generated from other software. When the file was sent to a company we do business with they said that they had a problem with the spaces towards the end of the file. They want nulls after the last tilde (~) to the end of the file. So I created Visual...
How do assign a null hexidecimal value to a variable in Visual Basic 6? I want to use that variable to value a certain part of a string using the Mid statement. For example,
myvar = null value
mid(strRecord, 90, 1) = myvar
I created an access MDE file and put it in a directory that can be accessed by myself and others. Other people received messages that said Function isn't available in expressions in query expression Trim(lname + fname) which resulted in now options in a list box. Another problem was that the...
I do not know if this is related to your problem, but I received "Library not registered" while using the data report. MDAC was installed to fix the problem. MDAC can be downloaded.
The following is my reply to my Library Not Registered post on this site --> My software was...
My software was installed on a Windows NT machine and it uses Microsoft Data Access Components (MDAC). Microsoft's MDAC Setup Troubleshooting Guide said that the MDAC installer requires that you are logged in with Administrator privileges in order to properly install DLLs and create registry...
Just a little background... The data environment (DE) was set up as the source for VB data reports. Before coming to the Report Menu, the user comes from the Main Menu. The database that the DE is based on is accessed to load a list box on the Main Menu. Creating reports is one of the...
I receive error message -2147220992 Library Not Registered when I try to reference the recordset of a Data Environment. I was checking the state of the recordset when this error occurs.
For Example...
If DataEnvironment1.rscmdEnc_Grouping.State <> 0 Then ....
Does anyone have any idea on how...
I created an application in VB6 using VB's data report. I was successful in running the report on my machine and others running Windows 95. It was installed and run on a user's machine who uses Windows NT version 4. The user received an error when she tried to create a report. The error was...
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.