Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid problem when changing cursor
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00608558
Message ID:
00608568
Views:
17
Try it:
*--------------------------------------------------
LOCAL strSql as string

strSql = "asp_GetClientAppel @Id_Client =" + ALLTRIM(STR(client.Id_Client)) + ", @Langue = " + strDblq(Z_Lang)

thisform.pgfClient.pagSpecification.grdVox.RecordSource = ""
IF SQLEXEC(z_conn,strSql,"apClient") >= 0
	Select * from ("apClient") INTO CURSOR lCurApClient READWRITE noconsole
ENDIF
thisform.pgfClient.pagSpecification.grdVox.RecordSource = "lCurApClient"
*---------------------------------------------------
It should work.

[]s
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Reply
Map
View

Click here to load this message in the networking platform