Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving to next row in a Grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00127246
Message ID:
00127641
Views:
35
>>Hi, I have a similar problem.
>>Since I have some coding in grid Textbox Keypress(),
>>I wonder that if user want to goto next ROW by press Down arrow....
>>it will be problem!
>>
>>2nd, I wonder that if I put KeyBoard '{Shift+Tab}' on keypress()
>>if the textbox is in grid, it work {Tab} action, i.e. next column not previous!
>>but the previous column I may set it to disable when some condition true.
>>hard to jump previous column... >~<'
>
>Justok,
>
>It will depend on the code in your Keypress() event. You may need to trap the Down-arrow and include it in your code.
>
>I'm not sure what you want in your second question. Please leave more information.
>
>Barbara




um...
I ve tried to code in keypress() to handle arrow command.
But it do not work. Even I want to do a silly thing!

Field1 ==> Field2
||
\/
Next Field1 <== Next Field2


i.e.

if nKeycode = ...
KeyBoard '{Tab}'
KeyBoard '{DNARROW}'
KeyBoard '{Shift+TAB}'
endif

but it outcome is:

Field1 ==> Field2
||
\/
Next Field2 ==> Next Field3


>~<'
The last Keyboard '{SHIFT+TAB}' work equal Keyboard '{TAB}' !!
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform