Option Buttons...

Hello! I have a totaly beginners question :slight_smile: I’m trying to make Option buttons to work … no success. Now what i did so far: I put three Option buttons on request form then i assigned each one a different Option Value and same SourceExpr wich is Selection - option type. Then i typed this code in OnPreDataItem() CASE Selection OF Selection::one: Message(‘One’); Selection::two: Message(‘Two’); ELSE Message(‘Three’); END; When i compile i get an error sth like: ‘You can’t insert ‘One’ in Option…’ I probably didn’t do everything there is to do to make Option Buttons work… pls help. lp Prosen

I already found the problem - OptionString…