Search found 31 matches: getnew

Return to advanced search

Re: Documentación sintaxis

... aArray := Directory() bBlock := ConversionBlock() ? Eval( bBlock, aArray ) ? Eval( bBlock, lLogic ) ? Eval( bBlock, nNumber ) ? Eval( bBlock, GetNew() ) ? Eval( bBlock, bBLock ) RETURN FUNCTION ConversionBlock() LOCAL bBlock bBlock := <| xValue | LOCAL cType := Valtype( xValue ) LOCAL cValue, ...
by nageswaragunupudi
Wed Oct 30, 2019 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Documentación sintaxis
Replies: 6
Views: 1440

Re: Herencia de TWindow y dudas

... 2. Un objeto está contenido en un array. Esto lo puedes comprobar calculando su longitud, como hacemos con un array: ? Len( GetNew() ) ? Len( ErrorNew() ) etc. Las "DATA"s son mensajes que nos permiten acceder a las posiciones de ese array y obtener sus valores. ...
by Antonio Linares
Sun Jul 21, 2019 5:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Herencia de TWindow y dudas
Replies: 2
Views: 575

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Re: tipo de dato undefine al leer una planilla excel

... cChar := "xHarbour" PRIVATE dDate := Date() PRIVATE hHash := Hash() PRIVATE lLogic := .F. PRIVATE nNumber := 123.45 PRIVATE oObject := GetNew() PRIVATE pPtr := ( @Test() ) PRIVATE uNIL := NIL USE Customer ALIAS Cust ? Type( "aArray" ) // result: A ? Type( "bBlock" ...
by Jeff Barnes
Tue Apr 29, 2014 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tipo de dato undefine al leer una planilla excel
Replies: 3
Views: 805

Re: Like clipper readvar()

... 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 example that ...
by yury
Mon Aug 19, 2013 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3522

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4171

Ayuda con un archivo TRACE

... Definition: 0044A22C in Module: alert.prg is hidden by previously registered Module: ALERT.PRG Definition: 00401E91 *** WARNING! Function: GETNEW Duplicate Definition: 0044ABFC in Module: tgetint.prg is hidden by previously registered Module: TCLIPGET.PRG Definition: 00408459 Cuando compilo ...
by JoseGS
Sun Oct 25, 2009 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un archivo TRACE
Replies: 9
Views: 1262

Re: New FTDN September 2009 (9.09)

... * Corrección: Pequeño error corregido en la función DecToHex( nDecValue ) --> cHex. * Mejora: Se ha renombrado la función de FWH GetNew() como FWGetNew() para evitar conflictos con la de Harbour GetNew(). * Mejora: FWH 9.09 es totalmente compatible con Harbour 2.0 y Microsoft ...
by Antonio Linares
Wed Sep 23, 2009 9:05 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3115

New FTDN September 2009 (9.09)

... * Fix: Bug solved in function DecToHex( nDecValue ) --> cHex * Enhancement: FWH function GetNew() renamed as FWGetNew() to avoid conflicts with Harbour GetNew(). * Enhancement: FWH 9.09 is fully compatible with Harbour 2.0 and Microsoft ...
by Antonio Linares
Wed Sep 23, 2009 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3115

TClipGet source

... source code for tClipGet ? In my fwh folder I can only find the following FILE c:\fwh\source\classes\tClipGet only contains the following function GetNew( nRow, nCol, bVarBlock, cVarName, cPicture, cColor ) return TClipGet():New( nRow, nCol, bVarBlock, cVarName, cPicture, cColor )
by peterk
Mon Jul 20, 2009 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TClipGet source
Replies: 5
Views: 844

Re: I'm Purchased New FWH 9.03.

Hi Antonio Linares. File received well. Afterwords the same error is born The work which I will do? Thank you. ----------------------error---------------------------- Fivehm.lib(ERRSYSW.obj) : warning LNK4006: _HB_FUN_ERRORSYS already defined in main.obj; second definition ignored Fivehm.lib(ERRSYSW...
by yunbg1
Thu Apr 09, 2009 4:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm Purchased New FWH 9.03.
Replies: 6
Views: 2003

Re: Full Get

Rao...

was so much change...

i did ask you about it, Remember??

i sent the changes to Antonio Linares, maybe he include

the GetNew() Function do not work same way in Harbour and xHarbour
it was hard job
by Daniel Garcia-Gil
Mon Mar 23, 2009 2:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full Get
Replies: 6
Views: 971

To Antonio: ReadVar()

... nClrBack := GetSysColor( COLOR_WINDOW ),; lUpdate := .f., lReadOnly := .f., lSpinner := .f.,; uVarNam := SPAC(4) //added uVarNam ... ... ::oGet = GetNew( 20, 20, bSetGet, uVarNam, cPict ) // inserted uVarNam (which is how Clipper did it anyway) ... // Do same for METHOD NEW -------------------------- ...
by Colin Wisbey
Sat Jan 24, 2009 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: ReadVar()
Replies: 10
Views: 2472

Duplicate Def: HB_GT_GUI_DEFAULT and GETNEW

Antonio, I resolved the unresolved externals, but now still have the problems with duplicate definitions. An EXE is now generated, but it won't run. What to do? -Paul Link command and results: c:\dev\pcr5>C:\HarbourM\bin\harbour C:\DEV\PCR5\WINDOWS\PCREGW.PRG /iC:\DEV\FWH\INCL...
by paulrhanson
Tue Oct 21, 2008 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Externals:
Replies: 2
Views: 569

Trace.log

To All

This just showed up .. I have no clue what generated this trace.log .. using FWH806.

*** WARNING! Function: GETNEW Duplicate Definition: 0043FB0C in Module: tgetint.prg is hidden by previously registered Module: TCLIPGET.PRG Definition: 00407035

Rick Lipkin
SC Dept of Health, USA
by Rick Lipkin
Wed Jul 09, 2008 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trace.log
Replies: 5
Views: 1116
Next

Return to advanced search

cron