Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
06/03/2006 15:43:32
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grid
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01101819
Message ID:
01101830
Views:
11
hi,
thank you both, it works,
1.but
I see all fields i have at my table i need to see only the 3 field i choise.

2.I need to append new record at the last field at myGRID if this field not empty.

THANKS BOTH,



>Try something like this
>
>Select * from trans1 into cursor csrmyCursor readwrite where .F.
>SELECT csrMyCursor
>With thisform.Grid1
>  .RecordSource = "csrMyCursor"
>  .Column1.ControlSource = "csrMyCursor.bookno"
>  .Column2.ControlSource = "csrMyCursor.sticket"
>  .Column3.ControlSource = "csrMyCursor.eticket"
>  append blank
>  .Refresh()
>ENDWITH
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform