Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column navigation in grid
Message
From
03/04/1998 22:23:35
Arnold Lee
K&A International Co.,Ltd
Hong Kong, Hong Kong
 
 
To
03/04/1998 21:31:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00089497
Message ID:
00089506
Views:
25
>Right after calling FORM2, You might try this:
>
>GRID.REFRESH()
>GRID.ACTIVATECELL(GRID.ACTIVEROW,GRID.ACTIVECOLUMN + 1)
>GRID.REFRESH()
>
>This has helped me in the past with a similiar problem...Good Luck!

Hi,Tim

Thanks for your input.
But it doesn't work.
May I explain in more specific,the form called by Valid event like that...

PROC VALID
FORM2=CREATEOBJ("FORM2")
FORM2.SHOW(1)
ENDPROC

DEFINE CLASS FORM2 AS FORM
ADDOBJECT...
ENDDEFINE

Thanks for your kind assist.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform