Kbase 19105: Proper syntax for coding a logical field as radio-set
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/09/1999 |
|
Proper syntax for coding a logical field as radio-set
SUMMARY: Radio-sets can be used against a logical database field,
however coding one is slightly different. This document will show
the proper syntax.
Knowledge Base number:19105
This document applies to:V7,V8,V9
Version and Release Number: V9.0B
STEP BY STEP DETAILS:
1. Create a logical field in a table in the Data Dictionary.
2. Choose the View-as and choose radio-set
3. Because this is a logical datatype field, the radio-buttons
attribute will only accept non-literal values for a value.
Correct: radio-buttons "yes", yes, "no", no
Incorrect: radio-buttons "yes", "yes", "no", "no".
4. Common errors to the above incorrect example are:
"incompatable data types in expression or assignment" <223>