on 2004 Mar 02 12:28 PM
Hi,
I have some problem using a form saved in the XML format.
1. When my form appears within a SBO screen, it has left, top, width and height coordinates that are different from coordinates set in the XML string. Probably, LoadBatchActions uses its own form coordinates to animate form appearance. I have to handle et_FORM_ACTIVATE event to replace my form. Is there any way to force SBO to use coordinates from XML?
2. Non-english captions of form items are displayed incorrectly, but they become correct when I change them in my form event handle. I didn't find any language settings in the XML form definition. Does anybody meet with such problem?
Thanks,
Hi
I've just found message about bug:
"Known Bug:
When adding a from with XML the order must be like this:
Top -> Left -> Width -> hight"
It may be useful for you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank both of you for sharing the information.
Funny enough, when getting a form as xml via SBO, it returns attributes in the following order:
<form type="<0=sizeable or 3=notitle or 4=fixed>"
uid="<FORMUID>"
title="<FORMTITLE>"
visible="<0 or 1>"
default_button="<0 if not set?>"
color="0"
left="161"
top="37"
height="326"
width="760"
appformnumber="<-1 = not set/ set dynamic?>">
User | Count |
---|---|
116 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.