Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Questions about fields
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00101269
Message ID:
00101445
Views:
30
>vfp 3.0 win 95
>
>when editing fields in a pageframe, how can you
>make the text your inputting wrap automatically
>to the next field or text box?

Becky, Menachem answered most of your questions, I have a few thoughts here:

1. Are you asking about text boxes all on the same page? If so, be sure that you have 'SET CONFIRM OFF'.

2. Are you trying to go from your last textbox on page 1 to the first textbox in page 2? If THIS is what you want, you need to add code to the Valid or LostFocus methods of the last text box that sets the activepage value of the pageframe to the next page and also sets the focus to the first textbox on that page. I prefer to use LostFocus for this.

The same procedure can be used in the first text box to 'back up' a page: Just trap for up-arrow or backspace and go to the previous page.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform