Kbase P103944: Cannot use view-as text in fill-in widget for either datetime or datetime-tz data types
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/05/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0x
SYMPTOM(s):
Added a fill-in widget to a window in the AppBuilder
Changed the fill-in widgets data type to datetime
Turned on the check box for the fill-in widgets view-as text option
When the program was run error 11561 was received
Invalid VIEW-AS option for DATETIME or DATETIME-TZ. (11561)
CAUSE:
It is not currently possible to use the view-as text phrase of a fill-in widget with either the datetime or datetime-tz data types. A request has been submitted to remove this limitation.
FIX:
Set the data type of the fill-in widget to character and assign the screen-value of the widget at runtime to the string format of a datetime variable.