Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor Adapter Problem
Message
From
14/02/2003 13:15:52
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00753254
Message ID:
00753341
Views:
21
>oStocks = CREATEOBJECT('SGENERICCA','STK_LIST')
>oStocks.SelectCmd = [SELECT * FROM STK_LIST]
>oStocks.CursorFill()
>Browse
>
>** Till now everything works fine **
>
>oStocks.SelectCmd = [SELECT * FROM STK_LIST WHERE STK_CODE = 'A']
>oStocks.CursorRefresh()
>
>** Now I put a message in the before cursor refresh method to display the
>** parameter cSelectCmd but it still shows [SELECT * FROM STK_LIST]

Hi Franco.
After changing the SelectCmd I think you have to issue another CursorFill, not a CursorRefresh.
Regards,
- Glen -

The impossible we do immediately.
The miraculous will take a little longer.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform