I have looked at the other posting and tried this, but it does not seem to work. I have never used a <div> tag before, so I'm not sure what's happening...
That would be why it isn't working. You can't use absolute postioning with this method. Absolute positioning anchors the control to a certain spot on the page. I have found that using absolute positioning messes up my forms in most cases and I usually avoid it.
*Note: any form designed in grid mode is using absolute positioning. If you change to flow mode later the controls that you have placed on the form before you switched modes still use absolute positioning. Simply grab the control and move it a bit in the designer to get rid of the absolute positioning.
One other thing that will help is that you'll need to specify the hieght of the <Div> object, otherwise it does not know when to start scrolling material.
That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.