SitesMasstec
Programmer
Hello colleagues!
In a Form I have two Textboxes:
[pre]
TEXTBOX ONE TEXTBOX TWO
txtName (Character type) txtBill (Numeric type: 9,999.99)
(blank) 0.00
[/pre]
I wish if the Textbox One is blank I do not want to show the other value inside the Textbox Two, whick carries a 0.00 value. I want the Textbox to be shown, just its contents to be invisible.
Note: I cannot transform the Textbox Two into a character field, because this Textbox is used in calculations.
Thank you,
SitesMasstec
In a Form I have two Textboxes:
[pre]
TEXTBOX ONE TEXTBOX TWO
txtName (Character type) txtBill (Numeric type: 9,999.99)
(blank) 0.00
[/pre]
I wish if the Textbox One is blank I do not want to show the other value inside the Textbox Two, whick carries a 0.00 value. I want the Textbox to be shown, just its contents to be invisible.
Note: I cannot transform the Textbox Two into a character field, because this Textbox is used in calculations.
Thank you,
SitesMasstec