To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53320
                  Issue #:|53320
                  Summary:|Time Stamp Control is misplaced in FormWizard
                Component:|Database access
                  Version:|1.0.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|od
              Reported by:|bc





------- Additional comments from [EMAIL PROTECTED] Mon Aug 15 03:13:24 -0700 
2005 -------
Open Database Document in attachment.
Start FormWizard.
Choose Table 'DokuNyt'
Select several fields including  'RogzDatum"
On Dialog Page #5 choose "Columnar-Labels Left" Arrangement
->You can see that the timeStamp control of the database field "RogzDatum" is
wrongly positioned.
I debugged it and found out that the position the controls changes as soon as
both controls are grouped together:
...
            xShapes.add(oDateControl.xShape);
            xShapes.add(oTimeControl.xShape);
            xShapeGroup = _oFormHandler.xShapeGrouper.group(xShapes);
...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to