Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show minus figure
Message
From
04/03/2006 19:06:41
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
04/03/2006 18:27:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01101533
Message ID:
01101540
Views:
9
Hi Jerry,

>how to show up (100.00) instead of -100.00 in the form?
>I tried (in the texbox):
>Format: K
>InputMask: @z( 999.99
>and
>Format: z(
>InputMask: 999.99
>but it doesn't work. I still got -100.00
>regards,
>Jerry

The format that does it is @( but it don't exist for Format property it only exist to Transform() function. If your TextBox don't need to be editing, or be, it only show value, you can to do this:
thisForm.myTextBox.Value = TRANSFORM(-100, [@(9999.99])
Good luck!
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform