Hi,
In my 16-bit FW app, I had a conditional picture and a numeric field in the following format:
'@B XXXXXX.XX'
in the 16-bit app, the field always displayed XXXXXX.XX which was perfect as i could hide values for certain users.
However, in my xharbour version, the field has no values and it resets the memory variables to 0
is there an alternative picture i could use or should i be using a diferent method (oGet:...())?
Thanks in advance
Pete