Quote:
> > > Hi,
> > > Does anyone know how to unselect radio buttons in a
> > > form for Paradox. I have a section with two
> > > radio buttons for a particular form, it has greater than
> > > or less than symbol. Well not all the time does this need to
> > > be filled in. If a use accidentally fills it in, is there anyway
> > > to make that field blank again, by doing something to those
> > > radio button?
> > > Thanks for any help
> > > Steve
> > The simple way is to have a button which when clicked puts a null value
> > (ie "") into the field. Because the radio button cannot check a null it
> > turns them all off.
> Or more generally,
> MyUIObject.blank()
> Hope this helps
> --
> ****************************************************
> * SCF Consulting, Calgary, AB
> *
> * 'There are more objects in Mainframe and the Net
> * than are formulated in your paradigm, Bob'
> ****************************************************
Much more elegant.
Didn't know I could do that! Huh! Learn something everyday!
Che