Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to display text without word wrap?
Message
From
08/11/1998 11:01:41
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00151158
Message ID:
00155567
Views:
33
>Hi Andrus,
>
>>Where to put on key label mouse code?
>>My usual forms don't need it. on key label must be put to form
>>init but the init does not fire.
>
>You can place it into the startup code of your application, since it's transparent to the rest of your application:
>
> ON KEY LABEL LEFTMOUSE DO LMouseHandle
>
>In the lMouseHandle Procedure you can USE MWINDOW() to determine the name of the window where the user just clicked. If it's one of your edit windows, you activate the proper form.
>
>>How to use deactivate for this ?
>
>In the Deactivate you can check whether the currently active window is one of the edit windows and in this case activate the form that belongs to this edit window.
>
>Christof

It seems to be not a visual foxpro style and too complicated.

Maybe it is possible to make a cover (shape object) over form
which causes form to be active when user clicks in edit window area.

Currently I continue to use a modal modi file command without a form
or in one case I use editbox in a form with word wrap.
Andrus
Previous
Reply
Map
View

Click here to load this message in the networking platform