Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The same story again with Grid
Message
 
To
14/03/2002 18:26:09
Eugene Kolmakov
Millennium Technologies
Vladivostok, Russia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00633130
Message ID:
00633211
Views:
21
Eugene,

You have to "set" the relationship by moving the record pointer in the source table. You can do this in the form's Init ...
* Form's Init
...
SELECT (TheParentTableOfTheRelationship)
LOCATE && moves the record pointer to the current record
SELECT (TheTableThtaShouldBeSelectedAtFormStart)
Thisform.Grid.Refresh()
Previous
Reply
Map
View

Click here to load this message in the networking platform