In a message dated 3/28/98 9:42:03 AM, ASBOYD@... wrote: > I have some static EF with scroll buttons attached. I'm using CALL TEINSERT >to stick some names in the EFs. Problem is that the scroll buttons aren't >working. Tried using CALL INVALRECT, didn't help. The only way I can get the >scroll buttons to work is to resize the windows, which wouldn't be so bad >except one of the windows is not resizeable (is that a word? if not call >Webster gett'em to stick it their dictionary). Help... again > >TIA, >Al Boyd > >P.S. The EFs/Scrolls came from PG. Al, I think what you need to do is insert a CR with TEKEY$ after your call to TEINSERT to get the scroll bar to update automatically. Mark