Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit box needs help
Message
From
04/01/2001 10:23:21
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00459297
Message ID:
00459339
Views:
13
>VFP 3.0
>
>Hello All,
>
>I currently have an edit box dedicated to one field that is being
>used for text entry, however, this one field is not enough room
>for need text entry.
>

Is it bound to a Memo field or a Character field?
If it's a Character field, I recommend changing it to a Memo field.
Although redefining the Character field to be a Memo field should work, to be safe I recommend adding the Memo field; replacing all with the Character field; then dropping the Character field rather than redefining the Character field as Memo.
e.g.
Alter Table mytable Add Column mEdit m
Replace All mEdit With cEdit
Alter Table mytable Drop Column cEdit
Maybe a dumb question, but is this actually an Editbox or a Textbox?
The Editbox is designed to work better with this type of field.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform