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 Chris Miller 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. aysDude

    Checkbox behavior

    Hello Guys! I've made a lot of tests. The worst that I can't get reproducible results :( I've tried different balance between what is defined during run time and design time. Finally, I've switched to definition of all the details during design time. But whole setup is working not as...
  2. aysDude

    Checkbox behavior

    Thanks, Olaf. VFP forbids setting of ControlSource with following message: Parent object will not allow this property setting for grid.column3.combo1.ControlSource. I beleive it's OK just because column3.ControlSource which is op_offshores.j_id should be derived to combo1.ControlSource...
  3. aysDude

    Checkbox behavior

    Yes, you are right, for some reasons I named the topic incorrectly, probably I was too exhausted fighting with this ComboBox. And yes, as it is seen on the picture it's a ComboBox. Regarding the data. The grid takes data from the table pGrid.RecordSource='op_offshores', and the field with the...
  4. aysDude

    Checkbox behavior

    Wise advice. I've checked the database once again and there are no empty values. Just to be sure I've changed ComboBox back to Text and here is the result: Any other suggestions?
  5. aysDude

    Checkbox behavior

    Hi there! I'm really stuck and I need your help, guys. I have two tables in DB - one with companies, the other one with countries. Companies table has FK to countries. I have a grid with companies and the column with country, which is shown in combobox. The problem is that the combobox of the...

Part and Inventory Search

Back
Top