Hi,
I want to give my FILE LOADED browses vertical scroll bar.
The way I intend to do that is by embedding a
packet = clip(packet) & '<div style="height:100;width=150;overflow:auto;">'; do SendPacket
in embedpoint: 2 Before Browse Loop / 6 Before Browse <table>
and a
packet = clip(packet) & '</div>'; do SendPacket
in embedpoint: 7 After Browse <table>
Of course the height and width have to be adjusted to get the right size.
(Maybe there is a way to retrieve the table width from the template?
)
Also I don't mind that the column headers of the browse will scroll off the page
.
'till Sofar, these settings have no effect whatsoever.
I can see the embedded code inthe page's source code
Can anyone help me out here??
Happy Easter
Rene Simons