I am wanting to setup a series of gets on a resource dialog where if the value is 0 (zero) it is blank, any other value to show.
The picture is 3 (three) characters wide.
I tried:
Redefine Get oCop01 var oOb:nCop01 ID 102 of oDlg Picture "@Z 999" // also tried "@Z ###"
My get is a "Tab Stop", "Right" aligned, "Case Insensitive", and "Multiple line".
On the Activate dialog command the oOb:nCop01 has a value of 0.
The get displays " 0" (should be blank), when the get gets focus it is blank, but any other value does not display as well.
Transform( oOb:nCop01,"@Z 999" ) returns " " or space(3) as expected.
Is there a better to do this on a get.
Thanks in advance...