Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Carriage Return in edit box
Message
 
 
To
20/08/2008 14:54:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Miscellaneous
Thread ID:
01340471
Message ID:
01340489
Views:
15
>I have a simple modal form with an edit box, a save button, and an exit button
>
>The control source of the edit box is a memory variable created from a memo field in a vfp cursor
>
>The contents of the memory variable shows up OK and the save works fine.
>
>Here's my problem:
>
>The user needs to be able to include carriage returns in the text of the memo field.
>
>When I hit Enter while editing the data, the cursor jumps out the edit box to the save button, and there is no carriage return on the text.
>
>There is no default behavior for the editbox.
>
>There is a keypress method for the form that is trapping the escape key, but no others.
>
>Any suggestions, ideas?

Bill,

Does your Save button have Default property set to true? I would put some logic for char(13) in KeyPress then also. Or change this setting in SetFocus/LostFocus for the editbox.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform