Hi,

Please check the end of source/rtl/tget.prg, there you
can find which parameters need to be passed to hb_get():new()
to create a new instance. The parameters are the same as
for GetNew(), you can find a GetNew() example in tests/rto_get.prg.
Then you can add the created get object to GetList and
use READ.

Brgds,
Viktor

On 2009.09.07., at 10:39, Guillermo Varona Silupú wrote:

Hi
¿Alguién tendrá algun ejemplo del uso de la clase HB_GET?

[Powered by Google]
Does anyone have any example of using class HB_GET?

TIA

Best Regars
GVS


gvarona escribió:
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
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour



_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to