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 08:46:33
 
 
To
21/05/2003 08:07:07
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00790972
Message ID:
00791005
Views:
29
Cetin,

No, actual DD_earappdwg.rd_dsort field is built from two table fields from foreign key (joined) table DD_dwgh. DD_dwgh.dh_dwgnum + DD_dwgh.dh_rev (both Char fields).

The problem from your solution as I see it, is that the ChildOrder property of Grid (from my understanding) must match exactly the field data value from RelationalExpr field from LinkMaster (parent) table.

NOTE: ar_rcn, and rd_rcn are Integer data type fields.

Parent table, RelationalExpr field is: DD_ear.ar_rcn
You've made ChildOrder as: DD_ear.mysorter (rd_rcn+rd_dsort)

Wouldn't this corrupt the exact match link from Child to Parent table for grid contents?

Fz
Don
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform