Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Problem
Message
De
28/11/2000 11:41:17
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Grid Problem
Divers
Thread ID:
00446210
Message ID:
00446210
Vues:
45
I can not activate a cell in a grid. I am searching a table that the grid is using. I am returning the column and the row to a variable. I am then executing the following code.

THISFORM.comgrid.SETFOCUS()

DO CASE
CASE 'COM' $ UPPER(THISFORM.calias)
THISFORM.comgrid.ACTIVATECELL(THISFORM.nactiverow, THISFORM.nactivecolumn)

CASE 'PAY' $ UPPER(THISFORM.calias)
THISFORM.paygrid.ACTIVATECELL(THISFORM.nactiverow, THISFORM.nactivecolumn)

CASE 'MED' $ UPPER(THISFORM.calias) OR 'HOS' $ UPPER(THISFORM.calias)
THISFORM.medgrid.ACTIVATECELL(THISFORM.nactiverow, THISFORM.nactivecolumn)

CASE 'SVC' $ UPPER(THISFORM.calias)
THISFORM.svcgrid.ACTIVATECELL(THISFORM.nactiverow, THISFORM.nactivecolumn)

CASE 'SV2' $ UPPER(THISFORM.calias)
THISFORM.sv2grid.ACTIVATECELL(THISFORM.nactiverow, THISFORM.nactivecolumn)

ENDCASE

Why doesn't the Cell ever activate?

Thanks,
Christian Peterson
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform