Viewing Frame Contents

sureshp

Member
I am to display contents in a frame. the content may contain any number of lines. if the number of lines exceeds frame size i want to set a scrool bar. can i have a scroll bar in frame. plz help me out.
 

tudorconstantin

New Member
from Progress help on scrollable attribute:

If the SCROLLABLE attribute is TRUE, the frame or dialog box can be bigger than the display space allotted to it (that is, it is scrollable). If SCROLLABLE is FALSE, the frame or dialog box must fit within the allotted display space; it cannot be made to scroll. The default value is TRUE. The VIRTUAL-HEIGHT-CHARS, VIRTUAL-HEIGHT-CHARS, VIRTUAL-HEIGHT-CHARS, and VIRTUAL-HEIGHT-CHARS attributes control the virtual or maximum size of a frame or dialog box.

I hope it helps
 

jongpau

Member
Or, if this is possible with the layout that is supposed to be created, you can just display the information in a browse and that handles all this for you automatically.
 
Top