Page 1 of 1

Y/N check box

Posted: Fri Dec 13, 2013 8:41 pm
by franco
Hi All,
I think I seen a post that said how to use check box Y/N instead of T F. I have an old table I am using with Y/N fields and it would
save a lot of programing to use check box to modify field.
Any help would be appreciated Thanks ................ Franco

Re: Y/N check box

Posted: Fri Dec 13, 2013 9:03 pm
by Javier Tovar
Hello Franco,

Where you want to be displayed is "S / N" IN VIEW OF .T / .F where you just have to want to do..:

Code: Select all

cValor: = IF (lvalue == T., "SI", "NO".)
and your Variable cValor the samples in a grid for example.

tranks

Re: Y/N check box

Posted: Sat Dec 14, 2013 5:55 am
by franco
Thank you Javier, this works perfectly ................................. Franco