문제

I compose a form from a view action : @Command([Compose];"(fmMain)");

When the form it's displayed on the screen, its position is not central, and there is a scroll horizontal on the bottom of it. I don't mind if the scroll exists, but I don't want to be fixed on the middle of the scrollbar, I would like to be in the left part of the scroll-bar

도움이 되었습니까?

해결책

You have an edit field, dialog list or other editable field which is focused first and is situated in right part of your form.

One way to solve your issue is to rearrange your form so that your first editable field is in lefter part of your form

or

You put on top of your form a new line with left alignment and an editable field. The field should have deselected "Show field delimiters".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top