Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to move down one line after entered a record in a gr
Message
From
17/04/1999 19:08:02
Dennis Schuette
Customized Business Services, Llc
Yuma, Arizona, United States
 
 
To
17/04/1999 11:58:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00209369
Message ID:
00209433
Views:
23
>I have a grid in a form. The first column is a combo box. After the user press an ENTER at the last column, I want the focus will jump to the next blank row. But now it only jumps back to the same row's column one's combo box. Someone here taught me to use ---
>thisform.grid1.ActivateCell(thisform.grid1.ActiveRow+1,1) in the keypress event in the last column but it just not works.
>Is it a drawback of combo box? Should I change not to use the combo box to solve this problem?
>Thanks
>Power

You must also add a blank record to the cursor/table.
select (alias)
append blank
Dennis Schuette
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform