Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid, Recordset and field
Message
 
À
08/10/2003 09:32:21
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00836174
Message ID:
00836213
Vues:
15
>>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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform