Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Scrolling
Message
From
31/10/1996 13:14:46
 
 
To
30/10/1996 03:18:34
Regine Rosewich
Aurum Ges.F.Untern.Ber.U.Integration Mbh
Freiamt, Germany
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00011067
Message ID:
00011216
Views:
32
>Hi John,
>
>I almost had the same problem with a context-sensitive menu which enables the user to add records to a grid. The very simple solution was create a new method for the grid (e.g. GRIDADDNEW like in the TASTRADE Example) and work with RELATIVE ROW like in the following Snippet which should "fire" after the APPEND BLANK or INSERT command
>
>WITH this
> .SetFocus()
> .Refresh()
> .ActivateCell(.RelativeRow, 1)
>ENDWITH
>
>und tschüß....
>
>Regine
Regine:

Your code snippet opened up a whole new avenue for me to pursue. I think it will solve my problem!

Vielen Dank--I really appreciate your help.

John
Previous
Reply
Map
View

Click here to load this message in the networking platform