Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to select record in grid's grid
Message
From
21/08/2005 02:42:40
 
 
To
20/08/2005 01:27:36
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01042458
Message ID:
01042542
Views:
23
>Hi,
>I an having a small testing to display one to many relationship tables using grid into another gird. It works fine, except I am unable to move child record pointer visually after the master record in grid get highlighted.
>
>Pls advise.
>
>Thank you

You cannot control Grid in grid with a Relation.
Try with
SET FILTER TO parentValue=childValue IN Child
* don't forget ( for optimization )
SET ORDER TO 0 IN Child
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform