Hi,
maybe I'm doing something wrong, but the method :LimitText() doesn't work in my example:
maybe I'm doing something wrong, but the method :LimitText() doesn't work in my example:
#include "FiveWin.ch"
function main()
local oWnd
local oGet, cGet := "How to use unlimited length in this get?"
DEFINE WINDOW oWnd TITLE "Test unlimited Get"
@ 2,1 GET oGet VAR cGet OF oWnd SIZE 300,24 UPDATE
ACTIVATE WINDOW oWnd ON INIT (oGet:LimitText())
RETURN NIL