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

    Determining the form's name using Request object

    Hi, I have a form that will use a combo box which will determine which form (contained in an include)to display to the user. I plan on using one form processing script which will map other form processing scripts to the forms based on the form name. To do this I need to know how to get the...
  2. matrixtech

    PHP 3.0.18 Predefined Variables Blank newbie

    Hi, Thanks for the reply. I wish it was that easy. In the real code, I did not forget the $. Any other ideas? Thanks, Geoff
  3. matrixtech

    PHP 3.0.18 Predefined Variables Blank newbie

    Hello, I am a newbie to PHP. I am trying to write a script to find verify what page a user just came from. I am not sure which function to use $_Server or HttpServerVars. I have tried both passing them all the variables that you see from running a phpinfo program. They all show up blank. I dont...
  4. matrixtech

    Errors trying to view forms in Design Mode

    Hey Recurse, I was unable to unregister the comctl32.dll on the "non-working" box using regsvr32. This is the error I got. Comctl32.dll was loaded but the DllUnregisterServer entry point was not found. DllUnregisterServer may not be exported, or a Corrupt version of Comctl32.dll may...
  5. matrixtech

    Errors trying to view forms in design mode

    Hi sjravee, Thank you for responding. Yes, I have noticed that there are corresponding frx forms. What does this mean? Thanks again
  6. matrixtech

    Errors trying to view forms in design mode

    Hello, I have a project that contains about 7 forms. It was created with VB enterprise and I can view the code behind all of the forms through the project explorer, but if I try to view the actual form using the project explorer, I get an error that says there were errors during the loading of...
  7. matrixtech

    Errors trying to view forms in Design Mode

    Hello, I have a project that contains about 7 forms. It was created with VB enterprise and I can view the code behind all of the forms through the project explorer, but if I try to view the actual form using the project explorer, I get an error that says there were errors during the loading of...
  8. matrixtech

    Errors trying to view form in design mode

    Hello, I have a project that contains about 7 forms. It was created with VB enterprise and I can view the code behind all of the forms through the project explorer, but if I try to view the actual form using the project explorer, I get an error that says there were errors during the loading of...
  9. matrixtech

    ODBC connection to Lotus Domino Database

    Hi I am having problems with the rich text fields coming from Lotus. When they are printed on the report they are limited to a maximum of 1023 characters on my NT 4.0 system. However, on a 2000 system the field is not limited. I have tried changing the length options in the control panel for...
  10. matrixtech

    ODBC connection to Lotus Domino Database

    Hi, I am having problems with the rich text fields coming from Lotus. When they are printed on the report they are limited to a maximum of 1023 characters on my NT 4.0 system. However, on a 2000 system the field is not limited. I have tried changing the length options in the control panel for...
  11. matrixtech

    adding comboBox item in code

    I believe you could also do cboCombo.AddItem (Parameters). This way you wouldnt have to resize columns and add the same things back into the list
  12. matrixtech

    Find Out Last Record in a subfrom that user entered

    Hello, I currently have a form, "FormA" that has info about a consultant's assignment at a company. There is a subform "subFormA" in datasheet view, which lists each day the consultant worked and how many hours he/she worked. If the user clicks a button on FormA, subFormA...

Part and Inventory Search

Back
Top