Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid, how to know its bound cursor
Message
From
20/01/2003 11:41:26
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00743210
Message ID:
00743496
Views:
12
You can add property cCursorName to your grid class.
WITH ThisForm.eGridSelection && My custom Grid
  .cCursorName = SYS(2015)
  .RecordSource = "SELECT * from Customer INTO CURSOR " + .cCursorName
  .RecordSourceType = 4
ENDWITH
Yeap I know I can do it, but I would like to avoid this issue, I was thinking there is a way to know the "real" cursor linked to the grid. I need the real cursor for remanufactoring itself. If I can't do it I must add the property & remember to fill it out when I use RecordSourceType=4
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Previous
Reply
Map
View

Click here to load this message in the networking platform