Y/N check box

Moderator: Rathinagiri

Post Reply
franco
Posts: 820
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Y/N check box

Post 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
All The Best,
Franco
Canada
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: Y/N check box

Post 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
franco
Posts: 820
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: Y/N check box

Post by franco »

Thank you Javier, this works perfectly ................................. Franco
All The Best,
Franco
Canada
Post Reply