Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fill mygrid
Message
De
14/01/2005 17:45:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00977370
Message ID:
00977389
Vues:
30
thank you,it works,but i need to use this code to get data and i want to add new records,i mean can i add and modify at mygrid via myform.one form.
ENDIF
thisform.Grid1.RecordSource = NULL
SELECT  * FROM TABLE1 where mac1=thisform.text1.value INTO CURSOR grdCursor
thisform.Grid1.RecordSource = "grdCursor"&&&
*thisform.Grid1.Refresh()
>
>thisform.Grid1.RecordSource = NULL
>SELECT MAX(DAT) FROM TABLE1 where mac1=thisform.text1.value INTO CURSOR grdCursor
>thisform.Grid1.RecordSource = "grdCursor"
>thisform.Grid1.Refresh()
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform