Scrollbar in Detail Section

Ty Gooden

New member
Local time
Today, 03:01
Joined
Jul 31, 2009
Messages
4
I'm trying to get a scrollbar so that it appears just in the Detail section of my form.

However there doesn't seem to be a property in the Detail section to set scrollbars to enabled. Is another property on the form causing this not to appear?

Thanks
 
the scroll bar on a form is Full form or nothing... The option is on form level...
If you need the detail only you have to make a subform and give that a scroll bar.

Good luck & Happy coding :)
 
is this a continuous form - then you get a scroll bar, and a record selector

if its a single form, then the detail section is the gap between the header and footer, as fitting on your page - and you have to design the form appropriately

offhand i dont think? you can scroll the detail only on a single form - the whole form scrolls
 

Users who are viewing this thread

Back
Top Bottom