Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid, how to know its bound cursor
Message
From
18/01/2003 21:12:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Grid, how to know its bound cursor
Miscellaneous
Thread ID:
00743210
Message ID:
00743210
Views:
45
I want to know the bounded cursor of and Grid, this grid will be in a custom Class, it could be easy if I check the RecourdSource property, but I want to know the cursor binded when I'm using RecordSourceType = 4. Is there an easy way?, or must I have to split the RecordSource? if I must do it which event must I check?

The Grid class would pay attention in Dynamical re-asigment of RecordSource:
   WITH ThisForm.eGridSelection && My custom Grid
         .RecordSource = "SELECT * from Customer INTO CURSOR "+SYS(2015)
         .RecordSourceType = 4
   ENDWITH
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Next
Reply
Map
View

Click here to load this message in the networking platform