Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to start a caption with =
Message
From
08/07/2009 04:34:29
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
07/07/2009 18:19:08
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01410764
Message ID:
01410829
Views:
53
Hi Peter,

if you realy like to have the = in front, there would be the way to use a textbox instead of a label.
WITH .Textbox
 .Value = '= XYZ'
 .readonly = .t.
 .tabstop = .f.
 .backstyle=0
 .Themes=.f.
 .BorderStyle=0
 .Font*=
 .Alignment=
ENDWITH
also in the WHEN event
RETURN .F.
Only thing is if you an access key in the label, then you must catch this in forms KEYPRESS

Agnes
>Hi, I'm trying to star a caption for a label with an "=" sign but it returns an error messagem "sintaxe error"
>Any ideia how to start an label with an = ?
>Is it possible?
>
>
>TIA
>
>Peter
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform