Article ID: 110526
Article Last Modified on 11/17/2003
USE salesman
DEFINE WINDOW test AT 0,0 SIZE 15.000,63.000 ;
TITLE "Salesman" FONT "Geneva", 13 FLOAT CLOSE
SCATTER MEMO MEMVAR
ACTIVATE WINDOW test NOSHOW
@ 3.125,1.750 EDIT m.notes SIZE 4.000,83.400,0.000 ;
FUNCTION "@2K" DEFAULT "" FONT "Geneva",9 SCROLL
@ 6.938,1.875 EDIT m.notes SIZE 5.000,83.000,0.000 ;
FUNCTION "@2K" DEFAULT "" FONT "Geneva",9 SCROLL
ACTIVATE WINDOW test
READ CYCLE
RELEASE WINDOW test
The first EDIT region in the above program will have no scroll bar, but the
second EDIT region will have a scroll bar. Note that the scroll bar will be
disabled unless there are more than five lines of text in the edit region.
Additional query words: VFoxMac FoxMac scrollbar buglist2.50b buglist2.60a buglist3.00b
Keywords: kbcode KB110526