Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

datawindow set edit.format not supported?

22 views
Skip to first unread message

Saskia

unread,
Jul 6, 2015, 9:01:15 AM7/6/15
to
Hello

I set the display format and edit format in code, because this is dependent of the currently selected language (not the language of the mobile device):

string ls_format
ls_format = ...// Here ls_format is set for the language
dw_report_types.object.start_date.format = ls_format
dw_report_types.object.end_date.format = ls_format
dw_report_types.object.start_date.edit.format = ls_format
dw_report_types.object.end_date.edit.format = ls_format

The display format is set correctly, but the edit format is the default.
Documentation states that this is supported....

How can I set the edit format?

Kind regards, Saskia

sup...@appeon.com

unread,
Jul 8, 2015, 1:43:00 AM7/8/15
to
Hi Saskia,

Thanks for reporting this problem! We reproduced it on our end and will do further research to figure it out. We will keep you posted about the progress.

Please work around this issue by using editmask.mask instead of edit.format, for example:
dw_2.object.c_date.format = ls_format
dw_2.object.c_datetime.format = ls_format

dw_2.object.c_date.editmask.mask = ls_format
dw_2.object.c_datetime.editmask.mask = ls_format


Regards,
Appeon Support Team
0 new messages