Hi,
Is it possible to make it possible to enter text into an empty text variable in TGET (a la Excel)
Is it possible to make it possible to enter text into an empty text variable in TGET (a la Excel)
function Main()
local oDlg, [b]cText := ""[/b]
DEFINE DIALOG oDlg FROM 2, 2 TO 20, 50 TITLE "Example"
TGet():New( 2, 2, bSETGET( cText ), oDlg, 100,, [b]replicate("X",10)[/b] )
ACTIVATE DIALOG oDlg CENTERED
return