Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Always on top for a Button??
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00887735
Message ID:
00888016
Views:
10
This is my code, however,
1. When I am thru with the editBox, how can I get out of it because clicking on other parts
of the form does not close the editBox.
2. Is there a way to enable regular text editing keys in an editBox like the tab and up and
right arrow keys, so that it is like a small word processing document? Or is better to use
modi comm and bring up a document for editing?

Thanks
Steve

*Click
This.SetFocus()

*GotFocus
This.Height = 400
This.Top = 100
This.Width = 432

*LostFocus
This.Height = 60
This.Top = 248
This.Width = 432
ThisForm.edtPurpose.SetFocus()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform