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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by qwertzuiopasdfghjkl

  1. qwertzuiopasdfghjkl

    Event for change of record in table

    It is definietly easier to intercept it and I think there also is no other way. Thanks for your reply.
  2. qwertzuiopasdfghjkl

    Event for change of record in table

    Hy folks, I wondered if there might be some kind of event like the "create trigger" that tells me if we moved inside a table. As fas as I know trigger only tells me if we update a record but not if we moved. I normaly would use a refresh inside my "moving control", but now I´m devoloping a...
  3. qwertzuiopasdfghjkl

    After Changing order of a Table, wron item is selected in combobox.

    All right, trying to explain on what im working. I have a table with car manufactors and modells. I open the table once with a unique order for all the manufactors (TabMarke) . The same table is opened again with order on the models (TabModell). For each Table i have a combobox in class...
  4. qwertzuiopasdfghjkl

    After Changing order of a Table, wron item is selected in combobox.

    Beside the else branch, my code looks alike. After further investigation i found another weird thing. I'm working with two cases here. First case: Order of table gets changed. Wrong entry selected but at least selected. Second case: no order change. No entry selected. in both cases an...
  5. qwertzuiopasdfghjkl

    After Changing order of a Table, wron item is selected in combobox.

    Hy folks, hope you can help me with my problem. I have a comboboxes in a Class-container bound to a table. Im setting the order to "Order2" and do a seek(). After finding or not I change the Order back to its origin ("Order1"). the Problem lies within the drop-down-list of the combobox. It...

Part and Inventory Search

Back
Top