Viktor Szakáts escribió:
Harbour has an extended GET class called HB_GET, which
has this functionality. It can be enabled via ::hideInput( .T. )
method call.

Hi Viktor, How use this extended?
I have this, but not work.
PROCEDURE Main
LOCAL cVar := SPAC(10)
oGet := HB_GET()
oGet:name := "cVar"
oGet:row := 10
oGet:col := 10
oGet:hideInput := .T.
oGet:style := "#"
? oget:name
? oget:style
wait
READ
READMODAL({oGet})
? cVar
return
Help please
TIA
Best regards
GVS
---------------------------------------------------------------
EC Red Internet g...@tis
Inscríbete en www.ec-red.com
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to