Hi!
Next scenario:
-vfp9
-form with pageframe
-dataenvironment with myTable1 myTable2 myTable3 these are all same table.
-on page2 of pageframe :combobox1 with rowsource = table1.field1; controlsource is formproperty aa
-on page2 of pageframe :combobox2 with rowsource = table2.field1; controlsource is formproperty bb
-on page3 of pageframe textbox + cmd. these are used to add data to table3
When a record is added to table3 I can't see the update in table1 and/or 2 (list of combobox don't show up new record)
I tried setting rowsource to "" and than reset to original rowsource.
What do I oversee?
If form is closed and instanciated again than new record is available in both comboboxes.
TIA
-Bart
Next scenario:
-vfp9
-form with pageframe
-dataenvironment with myTable1 myTable2 myTable3 these are all same table.
-on page2 of pageframe :combobox1 with rowsource = table1.field1; controlsource is formproperty aa
-on page2 of pageframe :combobox2 with rowsource = table2.field1; controlsource is formproperty bb
-on page3 of pageframe textbox + cmd. these are used to add data to table3
When a record is added to table3 I can't see the update in table1 and/or 2 (list of combobox don't show up new record)
I tried setting rowsource to "" and than reset to original rowsource.
What do I oversee?
If form is closed and instanciated again than new record is available in both comboboxes.
TIA
-Bart