Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid won't browse cursor
Message
From
13/05/2008 13:25:35
 
 
To
13/05/2008 13:18:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01316689
Message ID:
01316695
Views:
15
>Hi. I cannot browse a cursor in a grid in the same screen as cursor is created (cursor as datasource in grid). H-e-l-p.
>Thanks, Randy

What's happening? By the way, if this cursor is the result of a select statement, and you need to update this cursor from time to time, this is how to do it so that you don't have to recreate the grid after every select statement:
Select whatever into cursor curdummy && A normal select statement into a dummy cursor
Select yourCursor && which drives the grid
zap
append from dbf('curDummy')
yourgrid.refresh()
Previous
Reply
Map
View

Click here to load this message in the networking platform