- Code: Select all Expand view RUN
PROCEDURE MemoLenChk(nLen)
IF LEN(oGetMemo:cText()) <= nLen
oGetMemo:KeyChar()
ENDIF
RETURN
2) How can I make the size of a listbox "lock" to the size of the window it's drawn in? When a user zooms a window the listbox should "follow" the window's size and redraw itself to that size.
3) Where can I find a detaled hlp or ng file for fivewin 2,3. A fellow coleague has lost the original one and cant find the setup files
Thanks
------
Using 1.92 demo version of FW for Clipper