Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show data from related table
Message
 
 
To
20/09/2010 06:07:45
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01481843
Message ID:
01481959
Views:
53
This message has been marked as a message which has helped to the initial question of the thread.
>>>One form is showing data from a related table; the table is selected through a relation in the DataEnvironment.
>>>
>>>When changing the foreign key through a ComboBox, the data from the related table doesn't get updated until the record is saved. Is there a way to update this BEFORE saving the record?
>>>
>>>TIA,
>>>
>>>Hilmar.
>>
>>Try to do
>>
>>goto recno() && to force the relation
>
>I had already tried that - and the ComboBox (where I select the foreign key for the other table) reverts to its previous value, undoing any change select by the user. I used the ComboBox.InteractiveChange event, by the way. Or should I do this later, perhaps in LostFocus()?

Does the ComboBox also have RowSource in the related table? I think the combobox should have an independent RowSource (e.g. a query of related values for the main entry, for example).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform