help with toggle box, please...

Posted by rogeliolt on 28-Mar-2011 11:26

I have an application in progress 9.1d, where I make a check List...

I use in the frame toggle box to say yes or not in the check list, when a finish save the information in a DB.

I clear the frame, but I can't unselect the toggle box.

Someone can say me how unselect this tool in my frame.

Thanks.

All Replies

Posted by Admin on 28-Mar-2011 11:46

Depending on your coding style:

DISPLAY FALSE @ TOGGLE-BOX-1 WITH FRAME {&FRAME-NAME} .

or

ASSIGN TOGGLE-BOX-1:CHECKED IN FRAME {&FRAME-NAME} = FALSE .

Posted by rogeliolt on 28-Mar-2011 12:14

thank you my friend, the correct way was the second option.

  "ASSIGN TOGGLE-BOX-1:CHECKED IN FRAME {&FRAME-NAME} = FALSE."

with the first way send me an error:

"invalid use of @ with base no-expresion (3467)".

But my aplication its OK, again thank you my friend.

This thread is closed