Page 1 of 1

Picture/Get Question

PostPosted: Fri May 19, 2006 10:31 am
by PeterHarmes
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

Re: Picture/Get Question

PostPosted: Fri May 19, 2006 11:07 am
by Enrico Maria Giordano
Can I see a little self-contained sample of the problem?

EMG

PostPosted: Fri May 19, 2006 12:59 pm
by PeterHarmes
It's OK - i think i've solved it now