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

  • Users: tsm
  • Content: Threads
  • Order by date
  1. tsm

    Records editing

    When i have a detail table and i want to edit or add or update a set of records what is the best way to do it. Create cursor, create view or another? For example when a have a grid that the recordsource is SQL statement with 'INTO cursor' this cursor is readonly. How can i update this records ?
  2. tsm

    CommandButton picture property

    I have a button with a picture in it. I set the picture property of the button and works ok. But sometimes i want to change this picture with another. That works but when i compile the program to .EXE when inside the program i change the picture property it displays nothing. Both picture are...
  3. tsm

    Combobox in a Grid PROBLEM

    I have 2 tables ( Sales and Customers ). I put in a grid the fields code, custcode of table Sales. The field custcode of Sales is combobox in the grid and it has relation with the custcode of customers. The combobox controlsource is sales.custcode, rowsourcetype is alias, rowsource is table...

Part and Inventory Search

Back
Top