Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fill mygrid
Message
From
14/01/2005 17:45:28
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00977370
Message ID:
00977389
Views:
31
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()
>
Previous
Reply
Map
View

Click here to load this message in the networking platform