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 SkipVought 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: *

  1. mbrown0717

    valuing null hexidecimal value to a variable

    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...
  2. mbrown0717

    valuing null hexidecimal value to a variable

    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
  3. mbrown0717

    MDE works on my PC, but not on someone else's

    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...
  4. mbrown0717

    running Vb on an existing executable - ADODC problems

    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...
  5. mbrown0717

    -2147220992 Library Not Registered

    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...
  6. mbrown0717

    -2147220992 Library Not Registered

    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...
  7. mbrown0717

    -2147220992 Library Not Registered

    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...
  8. mbrown0717

    run time error -2147220992 (80040200) library not registered

    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...

Part and Inventory Search

Back
Top