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

    'Multiple records found, only one is expected' error

    Hi, whenever i ran this code, which actually triggers when the checkbox in a CheckListBox component is checked. I want to locate in the table the corresponding record and update it. But it keep giving me an error that 'Multiple records found, only one is expected'. Please aid. Thank you...
  2. shanzen

    Table doesn't update?

    Thanks a million, it did the trick. table1.post; table1.active := false; table1.active := true; :-V
  3. shanzen

    Table doesn't update?

    Hi I would like to know if Table.Post would do the update once I insert or edit or append? Cause it doesn't seem to refresh itself through retrieving codes. I had to quit the entire program, then execute it again for it to work. So, I guess the update isn't applied yet. Can anyone help...
  4. shanzen

    how to pass parameters?

    Hi there, Can anyone help me on how to pass a parameter from one form to another? say i want to pass paramA in Form A to form B's setparamB procedure, where the paramA passed will initialise the form B's global variable, paramB. Please aid. Thank you for your kind attention.
  5. shanzen

    ALIAS, ODBC and DSN

    i am having that problem as well. Just asking, did you manage to solve it? As I have not been able to do so. Please advice. Thank you.
  6. shanzen

    MDI...problem dealing with create

    i have that same problem. it seems that the problem occurs whenever you close the mdi child form. cause the traces stop there. sorry, i have not found the solution yet.
  7. shanzen

    how to automate installation of odbc dns

    Hi, I am using ms access 2000 and tried to follow the steps recommended. However, I have not been able to successfully implement my program across other computers. The &quot;MSACCESS&quot; driver (< Access 97 version) is a native driver and thus, could not recognise my database. It gave me...
  8. shanzen

    CAnnot determine which Access 2000 files to update Access 97

    Hi again, I have posted a message earlier regarding the 'Deploying application problem, dll not found' message. I was advised by DelphiGuru to find the dll files for the access 2000 in its help file to update access 97 dll's. However, I have spent an hour plus looking through the help...
  9. shanzen

    DEPLOYING APPLICATION PROBLEM, DLL NOT FOUND

    Hi, I have recently completed a project (with Delphi 5) and want to deploy it to other comps that have no delphi in it. I used Access 2000 as the base for creating and maintaining my database. I make the connection possible through manually setting the ODBC to recognise the database created...

Part and Inventory Search

Back
Top