Scroll Bar Form window [message #296897] |
Tue, 29 January 2008 07:24 |
alijeyan
Messages: 184 Registered: January 2007 Location: IRAN
|
Senior Member |
|
|
Hi All
I have a form with 200 field .(Heigth of form = 2800 ) .
i want to create a scroll bar in my form ( from scroll at the form)
|
|
|
|
|
|
|
|
|
Re: Scroll Bar Form window [message #298205 is a reply to message #297822] |
Tue, 05 February 2008 05:56 |
dillango
Messages: 145 Registered: January 2008
|
Senior Member |
|
|
Hi David,
can I have your email address please? I have few queries which I found you are the right person based the previous solutions provided by you.
you may reach d.ilango@yahoo.com
thanks
ILANGO
|
|
|
|
|
Re: Scroll Bar Form window [message #298458 is a reply to message #297822] |
Wed, 06 February 2008 02:44 |
alijeyan
Messages: 184 Registered: January 2007 Location: IRAN
|
Senior Member |
|
|
Thanks David !
your Pic is very Good !
I set "show vertical scroll bar" to yes for "WINDOW1" .
but when I run from , scroll Bar show , but it is disable ! .
REGARD ALI
|
|
|
|
|
Re: Scroll Bar Form window [message #298756 is a reply to message #296897] |
Thu, 07 February 2008 09:10 |
hemavb
Messages: 103 Registered: May 2007 Location: Dubai , UAE
|
Senior Member |
|
|
Pardon my interruption, these are the rules for Scrollbars...
1) Field Level Scrollbar: [Vertical ONLY]
This is for the field. You can apply this via the Physical Properties. But please make the Multiline Property set to Yes/true, else it is of no use. This scrollbar will be active only when the data in the field exceeds the display size (read height) of the field.
2) Canvas Level Scrollbar: [Horizontal & Vertical]
Applicable only to Stacked canvases. This will display and be active only when the canvas is bigger than than the view. i.e. white line is outside the black line. If you cant see both go to View > Show View.
3) Window Level Scrollbar: [Horizontal & Vertical]
This depends on the size of your main/document canvas set for that window. If the window size is small, the scrollbar is active, if not it is disabled.
If you have designed a screen for 800x600 resolution and are viewing it in 1024x786 resolution, the window size exceeds the canvas size, so the scrollbar will be disabled. The other way round, you canvas will be shown at the 3/4th of its size.
Hope this explaination helps.
|
|
|