Search found 45 matches: cvarname

Return to advanced search

Prg Fuente de tclipget()

... el programa fuente de tclipget(), la clase. el prg de la clase, que biene en fwh, al final retorna: function FWGetNew( nRow, nCol, bVarBlock, cVarName, cPicture, cColor ) return TClipGet():New( nRow, nCol, bVarBlock, cVarName, cPicture, cColor ) necesito ver si por alli podria modificar el ...
by noe aburto
Wed Feb 03, 2016 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Prg Fuente de tclipget()
Replies: 1
Views: 473

Re: Un bug de hace mucho tiempo en FWH

Hola: Es posible que en dialog.prg este faltando la variable cVarName antes de lTruePixel?

Saludos
by D.Fernandez
Fri Nov 07, 2014 7:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un bug de hace mucho tiempo en FWH
Replies: 19
Views: 4752

Re: aeval y buttons.

... nRow, nCol, cCaption, oWnd, bAction, nWidth, nHeight, nHelpId, oFont, lDefault,; lPixel, lDesign, cMsg, lUpdate, bWhen, bValid, lCancel,cVarName, lMultiline ) ó oBtn[nButon]:= TButton:ReDefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen, bValid, cPrompt, lCancel )
by compubrion
Tue Aug 26, 2014 3:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: aeval y buttons.
Replies: 6
Views: 660

Re: "Snap" for Clipper

...                  (function  in ?)    WINDOW.PRG      537 CVALTOCHAR()           (function  in ?)    WINDOW.PRG     1101  1926  2107  2176  2386 CVARNAME()             (function  in ?)    WINDOW.PRG      434   471   472   472  1116  1175  1177  1177  1587  1624                   1652  1653  2069 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6701

Re: track user input

... in my program I get an error in one of my dialogs (but not all of them): Error description: Error BASE/1004 Class: 'NIL' has no exported method: CVARNAME
by Jeff Barnes
Tue Sep 24, 2013 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: track user input
Replies: 17
Views: 2199

Re: track user input

... <.update.>, <{WhenFunc}>, <{uValid}>,;             <cPrompt>, <.lCancel.> ); <oBtn>:cVarName := <(oBtn)> This is just what I added: ; <oBtn>:cVarName := <(oBtn)> 3. Recompile your PRG and check the log test ...
by Antonio Linares
Tue Sep 24, 2013 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: track user input
Replies: 17
Views: 2199

Re: Like clipper readvar()

... cPict)) in the example that you mentioned would have to do so: GetNew (20,20, bSetGet, "Test1", cPict) this way you would oGet01: oGet: cVarName = "Test1" for this to be done in a transparent manner you would have to change the class tget to receive a new parameter (cVarName, ...
by yury
Mon Aug 19, 2013 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3523

metodo cGenprg de tget para dialogos.

... cambio en las clases ) , o pasa a mas gente ? . Por cierto que tambien existe un gazapor en la declaracion del metodo New ya que aparece dos veces cVarname , se tendría que quitar la última supongo.  METHOD New( nRow, nCol, bSetGet, oWnd, nWidth, nHeight, cPict, bValid,;      ...
by mastintin
Mon Jul 15, 2013 9:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: metodo cGenprg de tget para dialogos.
Replies: 0
Views: 340

New FTDN May/Mayo 2013 (FWH 13.05)

... shows how to manage Outlook from your apps. * Enhancement: Added Class TMsgItem Method Refresh(), it was missing. * Enhancement: Class TDialog, cVarName was not being provided to Method New(). Now it is ok. * New: samples/speak.prg check how easily you can make your app talk! * Fix: Fixed some ...
by Antonio Linares
Wed Jun 05, 2013 3:09 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2013 (FWH 13.05)
Replies: 0
Views: 2831

Bug en Tdialog

Existe un pequeño bug en Tdialog , y es que no se asigna en el New la Data cVarName . Cuando queremos ejecutar el metodo cGenprg () lanza error al ser cVarName Nil .
Saludos.
by mastintin
Mon May 13, 2013 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en Tdialog
Replies: 2
Views: 436

Re: New FWH 12.08

Manuel, Antonio, el ejemplo design.prg esta roto . Se resuelve inicializando ::cVarName dentro del archivo dialog.prg . Saludos. Acabo de probarlo con FWH 12.08 y funciona bien. Te refieres a construirlo con FWH 64 ? gracias Antonio en el fwh 12.08 . Ejecutalo ...
by mastintin
Tue Sep 11, 2012 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 12.08
Replies: 8
Views: 1172

Re: New FWH 12.08

Manuel,

mastintin wrote:Antonio, el ejemplo design.prg esta roto . Se resuelve inicializando ::cVarName dentro del archivo dialog.prg .
Saludos.


Acabo de probarlo con FWH 12.08 y funciona bien. Te refieres a construirlo con FWH 64 ?

gracias
by Antonio Linares
Tue Sep 11, 2012 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 12.08
Replies: 8
Views: 1172

Re: New FWH 12.08

Antonio, el ejemplo design.prg esta roto . Se resuelve inicializando ::cVarName dentro del archivo dialog.prg .
Saludos.
by mastintin
Tue Sep 11, 2012 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 12.08
Replies: 8
Views: 1172

New FTDN July 2012 (FWH 12.07)

... so it can work properly. Also, FiveWin.ch has been modified so now all controls created from source code save their variable names into the DATA cVarName. In example, if you do: @ ..., ... GET oGet1 VAR ... oGet1:cVarName will be automatically assigned with "oGet1". http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24531&p=132726#p132726 ...
by Antonio Linares
Sat Aug 11, 2012 4:48 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2012 (FWH 12.07)
Replies: 0
Views: 1505

Nuevo FiveForm.prg en FWH 12.07

... correctamente. Tambien FiveWin.ch ha sido modificado para que todos los controles automaticamente guarden sus nombres de variables en la DATA cVarName. Por ejemplo, si haceis: @ ..., ... GET oGet1 VAR ... oGet1:cVarName automaticamente contendrá el valor "oGet1"
by Antonio Linares
Sat Jul 28, 2012 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FiveForm.prg en FWH 12.07
Replies: 19
Views: 5434
PreviousNext

Return to advanced search