Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to keep Grid contents sorted on RecordSource field
Message
From
21/05/2003 07:06:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to keep Grid contents sorted on RecordSource field
Miscellaneous
Thread ID:
00790972
Message ID:
00790972
Views:
51
As I add records to a Grid using the design-time RecordSource, RelationalExpr, ChildOrder, and LinkMaster properties for data used for grid. As I add records to RecordSource records the data rows of grid are not sorted as I want (below is diagram of Parent->Child table relationships used for Grid). How do I do this?

Parent Table.Relational_Field: DD_ear.ar_rcn

Child Table.Child_Order_Field: DD_earappdwg.rd_rcn


Grid RecordSource: DD_earappdwg
RelationalExpr: str(ar_rcn)
LinkMaster: DD_ear
ChildOrder: rd_rcn

I Want to sort the Grid on DD_earappdwg.rd_dsort field as records
are added to DD_earappdwg table.

Fred Z
Don
Next
Reply
Map
View

Click here to load this message in the networking platform