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 John Tel 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. Coolprogram

    How to print a grid?

    Can anyone explain me how to print a grid . As i have not found a way to print it.
  2. Coolprogram

    Problem With Forms

    Well for example i have form1 form2 form3 . form1 is my main form . form2 is a data form form3 is a search form which is called from form2 and stores results to form 2 . When i call form2 from form1 and then call form3 from form2 it does not store results to form2 . I get error object form2...
  3. Coolprogram

    How to append cursors ?

    Well i need to append data from cursor 1 to cursor 2 . As i make a system for a storage accounting system , we will use bar codes and barcode scanner
  4. Coolprogram

    How to retrevie data from grid?

    Well I need to get data from active row in my grid . I'd like to populate textboxes with data from grid for editing purposes . how can I achieve that? Best regards
  5. Coolprogram

    How to store data from mysql query to editable array or cursor ?

    Well question is simple, how can i store data from mysql query to editable array or cursor ? i'v tried like SQLEXEC(P1,"SELECT * FROM zaliavosprekes WHERE pavadinimas LIKE '%"+a+"%' INTO CURSOR cOrders","afas")

Part and Inventory Search

Back
Top