Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Problem
Message
From
28/11/2000 11:41:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grid Problem
Miscellaneous
Thread ID:
00446210
Message ID:
00446210
Views:
49
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
Next
Reply
Map
View

Click here to load this message in the networking platform