Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behavior of the textbox with the amount
Message
From
18/01/2006 13:04:51
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01088067
Message ID:
01088092
Views:
15
>Hi everybody,
>
>We have textboxes on different forms, which seem to exibit the same strange behavior. The textboxes are unbound, have $ as format and 9,999,999.99 in InputMask (set in design time). Now, if you press the Enter, the cursor moves to the next control. You go back to that textbox and press Enter again and one of the digit disappers. In other words, each time you go back to the control and press Enter, one of the digits will vanish.
>
>Do you know why is that?

Without the R, InputMask and TRANSFORM()
work as report format Overlay setting,
With R as Interleave setting.

Example
clear
? TRANSFORM('12345',"   099999") && Overlay
? TRANSFORM('12345',"@R 099999") && Interleave
Previous
Reply
Map
View

Click here to load this message in the networking platform