Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editbox not behaving in grid as opposed to outside of gr
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00587631
Message ID:
00587834
Views:
28
This message has been marked as the solution to the initial question of the thread.
>I know the editbox does not have the wordwrap property, but that's what I need. My dilemma is that my users want to see their verbage wrapping as it would normally appear when they are typing in the editbox. I've got editboxes on my pages and they behave exactly this way, but the editboxes in my grids don't. In the grid, the text streams to the right until they leave the object. Once you put the cursor back into the edt inside the grid, I get the single stream of text again.
>
>Sparse is set to .F. on the editbox column so that the narratives can be read in each row without having focus.
>
>Any ideas on why my editbox acts differently in the grid?
>

To make an editbox to look as a part of a grid set it's following properties
BorderStyle = 0 - None
Margin = 0
SpecialEffect = 1 - Plain
and adjust a RowHight property of the grid.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform