Search found 47 matches: readvar

Return to advanced search

Re: funciones de FWH y Harbour en un archivo .txt

... ReadInsert(<lToggle>)->lCurrentMode ReadKey()->nReadkeyCode ReadModal(<aGetList>)->Nil ReadVar()->cVarName RecCount()->nRecords RecNo()->nRecord RecSize()->nBytes RemAll(<cString>,[<xChar>])->cResult RemLeft(<cString>,[<xChar>])->cResult ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

... ReadInsert(<lToggle>)->lCurrentMode ReadKey()->nReadkeyCode ReadModal(<aGetList>)->Nil ReadVar()->cVarName RecCount()->nRecords RecNo()->nRecord RecSize()->nBytes RemAll(<cString>,[<xChar>])->cResult RemLeft(<cString>,[<xChar>])->cResult ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

... QQOut Quarter QueryRegistry RangeRem RangeRepl RAscan RAt Rate RddInfo RddName RddRegister RddSetDefault ReadExit ReadInsert ReadKey ReadModal ReadVar RecCount RecNo RecSize RemAll RemLeft RemRight RenameFile ReplAll Replicate ReplLeft ReplRight RestCursor RestScreen RestToken Right RLock Round ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: Calculadora que devuelva resultado (READVAR)

Sigo probando... todavía nada...
Igual agradezco a todos!
Roberto

pd: Por las dudas, alguien no tendrá el fuente de la función READVAR() de Clipper?
Creo que ahí puedo sacar algo de información, pero no la encuentro. Gracias!
by TOTOVIOTTI
Mon May 30, 2016 7:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calculadora que devuelva resultado
Replies: 13
Views: 3714

Re: oget:bchange

Look
C:\Fwh\Fwh1412\samples\readvar,prg

Not if you serve for what you need
by cnavarro
Fri Jan 16, 2015 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oget:bchange
Replies: 7
Views: 1521

Re: Like clipper readvar()

Here is a version using cargo #Include "FiveWin.Ch"Function Main()   Local oDlg   Local oGet1,oGet2,oGet3   local cVar1 := space(10)   local cVar2 := space(10)   local cVar3 := space(10)   //SET KEY VK_F5 TO Man_Vei( )   SetKey( VK_F5, {|p, l, v| M...
by Wanderson
Thu Aug 22, 2013 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

You can try this 2 samples #Include "FiveWin.Ch"static nGet := 0Function Main()   Local oDlg   Local oGet1,oGet2,oGet3   local cVar1 := space(10)   local cVar2 := space(10)   local cVar3 := space(10)   SET KEY VK_F5 TO Man_Vei()   DEFINE DIALOG oDlg...
by Wanderson
Thu Aug 22, 2013 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

Here is a version using cargo #Include "FiveWin.Ch"Function Main()   Local oDlg   Local oGet1,oGet2,oGet3   local cVar1 := space(10)   local cVar2 := space(10)   local cVar3 := space(10)   //SET KEY...
by Gale FORd
Tue Aug 20, 2013 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

You can try this 2 samples #Include "FiveWin.Ch"static nGet := 0Function Main()   Local oDlg   Local oGet1,oGet2,oGet3   local cVar1 := space(10)   local cVar2 := space(10)   local cVar3 := space(10)  &n...
by avista
Tue Aug 20, 2013 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

Couldn't you use the cargo variable to store the name.
by Gale FORd
Mon Aug 19, 2013 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

Wanderson so that the object tget contains the "name" of the edited variable is necessary to pass the name of this variable for the fourth parameter GetNew currently (as my version of FW) class tget sends this null parameter, see the class tget (GetNew (20,20, bSetGet, cPict)) in the examp...
by yury
Mon Aug 19, 2013 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

Wanderson, Simply do: SET KEY VK_F5 TO Man_Vei() DEFINE DIALOG ... ACTIVATE DIALOG ... Hi Antonio, Yes I already do this in my program, I Explain SET KEY VK_F5 TO Man_Vei() ... REDEFINE GET oGet01 ID 101 VAR Test1 of odlg REDEFINE GET oGet02 ID 102 VAR Test2 of odlg ... Static Function Man_Vei() He...
by Wanderson
Mon Aug 19, 2013 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

Wanderson,

Simply do:

SET KEY VK_F5 TO Man_Vei()

DEFINE DIALOG ...

ACTIVATE DIALOG ...
by Antonio Linares
Sun Aug 18, 2013 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

Did you try bKeydown or bkeyChar?

Or you could put a small button next to the Get.

James
by James Bott
Sun Aug 18, 2013 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486

Re: Like clipper readvar()

Wanderson, In my function how i can get a id of the get control when i press the function key? oGet:end() oDlg:refresh() However, this is not standard behavior so users will most likely be confused by it. I would suggest that irrelevant controls should be shown as disabled. This disabling should be...
by Wanderson
Sat Aug 17, 2013 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3486
Next

Return to advanced search