Kbase P119394: Error 12427 dropping datetime or datetime-tz field onto SmartDataViewer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/30/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1A
Windows NT 32 Intel/Windows 2000
SYMPTOM(s):
Error 12427 dropping datetime or datetime-tz field onto SmartDataViewer.
Datetime/datetime-tz value is out of range (12427)
This works fine in 10.0B and earlier versions.
CAUSE:
This is a known issue being investigated by development.
FIX:
A workaround is to define a calculated field in the SmartDataObject whose value is simply the CHARACTER representation of the datetime-tz. For example:
STRING(tzField,"99/99/9999 HH:MM:SS.SSS+HH:MM")
and drop this calculated field on the SmartDataViewer.