Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid, Recordset and field
Message
 
To
08/10/2003 09:32:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00836174
Message ID:
00836213
Views:
13
>>I have several forms that have a grid on them and these grids can each refer to one of several views as it's recordset. In other words, if the user clicks on button X I use view-X as my recordset, if they click on button-Y I use view-Y as my recordSet.
>>
>>Each view has at least one field (Order_ID) in common.
>>
>>Is there some way I can get the value of that field with something like
>>nOrder_ID = myGrid.RecordSet.Field("Order_ID").Value
>>???
>>
>>TIA,
>>Rick
>
>nOrder_ID = evaluate(myGrid.RecordSource+".Order_ID")
>
>Cetin
----------------

Thank you very much!
It worked beautifully!
Previous
Reply
Map
View

Click here to load this message in the networking platform