I've seen on the online manuals that it's possible to change a specific widget type in another one via Proc language (i.e. from RadioButton to DropDown list). That's good, but how?
Serach in the ulibrary for: $fieldproperties widgettype This will give you one result, it is a page for the Grid. On this page you see this example: $fieldproperties("FLD.ENT")="WIDGETTYPE=PICTURE" It only works in Grids. Not all widgets are available in grids. The Radio Group you mention in you question is not.
1 Comment
Local Administrator
Serach in the ulibrary for: $fieldproperties widgettype This will give you one result, it is a page for the Grid. On this page you see this example: $fieldproperties("FLD.ENT")="WIDGETTYPE=PICTURE" It only works in Grids. Not all widgets are available in grids. The Radio Group you mention in you question is not.
Author: Theo Neeskens (tneeskens@itblockz.nl)