Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid problem when changing cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00608558
Message ID:
00608568
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform