[progress Communities] [progress Openedge Abl] Forum Post: Re: Toggle Box State

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
M

Matt Gilarde

Guest
Set the value of the variable to YES before displaying it. If this doesn't help, please provide a short example showing what you're trying to do so we can see where the problem might be. DEFINE VARIABLE a AS LOGICAL VIEW-AS TOGGLE-BOX NO-UNDO. DEFINE FRAME f a WITH THREE-D SIDE-LABELS. a = YES. UPDATE a WITH FRAME f. /* UPDATE does DISPLAY, ENABLE, and WAIT-FOR */

Continue reading...
 
Status
Not open for further replies.
Back
Top