Search found 62 matches: lvalue

Return to advanced search

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... Syntax ('[]' operator) with the Property Name as the INDEX. New Property will automatically be created upon first assignment. Syntax: ------- <lValue> := TAssociativeArray() <AA>[ "<NewProperty>" ] := <xValue> <AA>:<NewProperty> := <xValue> <AA>[ ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2315

Re: ADO RDD xHarbour

Antonio,

It says:

adordd\adordd.prg(278) Error E0022 Invalid lvalue ':'
by lucasdebeltran
Tue Apr 28, 2015 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452533

Re: problemas con clipvalue2sql

for nItem:= 1 to len (::aTratamientos) ? valtype(lvalue), lValue, valtype(::obrw:aarraydata[nitem,10]), ::obrw:aarraydata[nitem,10] // PONE ESTO A VER SI LOS DATOS ESTAN OK ::oCnx:update("tbtrattemp",; {"marca"},; {lValue},; "ID=" ...
by goosfancito
Sun Oct 19, 2014 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con clipvalue2sql
Replies: 7
Views: 694

Re: problemas con clipvalue2sql

for nItem:= 1 to len (::aTratamientos) ? valtype(lvalue), lValue, valtype(::obrw:aarraydata[nitem,10]), ::obrw:aarraydata[nitem,10] // PONE ESTO A VER SI LOS DATOS ESTAN OK ::oCnx:update("tbtrattemp",; {"marca"},; {lValue},; "ID=" ...
by Ariel
Sun Oct 19, 2014 10:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con clipvalue2sql
Replies: 7
Views: 694

Re: Help needed with SOAP Authentication

... 'user' ) // Argument Error oSoap:ConnectorProperty("AuthName") := 'user' // Does not compiles, invalid lValue oSoap:ConnectorProperty("AuthName"):Value := 'user' // This is differenterror! Look at the image for error description. oSoap:AuthUser:= ...
by Carlos Mora
Wed Sep 17, 2014 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1569

Re: Pregunta organización de archivos

... occurs - it could be necessary to use this function. We recommend to call EP_TidyUp() at the start of your application. EP_SetSaveAtStart( [<lValue>] ) You can use this function to open the "Save as" dialog directly after starting EasyPreview. lValue if .T. the "Save as" ...
by lucasdebeltran
Mon Sep 08, 2014 7:01 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Pregunta organización de archivos
Replies: 4
Views: 2764

Re: hora1 > hora2 ? mi funcion

goosfancito wrote:Se aceptan mejoras.
Devuelve .t. si "hora1" es mayor a "hora2"
Uso:
esMayor("10:23", "23:20")




lValue := IIF("10:20" > "23:20", .T., .F.)
by Manuel Valdenebro
Sat Jun 21, 2014 9:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hora1 > hora2 ? mi funcion
Replies: 3
Views: 484

Re: Embedding a 3rd party .dll

... the source code of function SEPATOOLS_GETDTAPROTOKOLL() but the errors that you get are from another function: Error E2277 sepatool.prg 728: Lvalue required in function HB_FUN_SEPATOOLS_CONVERTCSVTOXML Error E2342 sepatool.prg 754: Type mismatch in parameter 'iValue' (wanted 'int', got 'int ...
by Antonio Linares
Wed Oct 23, 2013 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8369

Re: Embedding a 3rd party .dll

... aStruct.Zweck2, -1, 22 );    hb_storni( aStruct.Hinweis, -1, 23 );} but I get this error: Error E2277 sepatool.prg 728: Lvalue required in function HB_FUN_SEPATOOLS_CONVERTCSVTOXML Error E2342 sepatool.prg 754: Type mismatch in parameter 'iValue' (wanted 'int', got 'int ...
by Jeanette Panitz
Wed Oct 23, 2013 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8369

Re: Embedding a 3rd party .dll

... aXMLInfoStruct.NumMsgID, -1, 6 );        hb_storvc( aXMLInfoStruct.Reserve, -1, 7 );    }  Error E2277 sepatool.prg 33: Lvalue required in function HB_FUN_SEPATOOLS_SETOPTIONS Error E2277 sepatool.prg 38: Lvalue required in function HB_FUN_SEPATOOLS_SETOPTIONS Warning ...
by gkuhnert
Tue Sep 24, 2013 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8369

Re: Embedding a 3rd party .dll

... SepaTools_SetOptions( &aXMLInfoStruct ) );    }  the error I get here is: sepatool.c: Error E2277 sepatool.prg 33: Lvalue required in function HB_FUN_SEPATOOLS_SETOPTIONS Error E2277 sepatool.prg 38: Lvalue required in function HB_FUN_SEPATOOLS_SETOPTIONS *** 2 errors ...
by gkuhnert
Tue Sep 24, 2013 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embedding a 3rd party .dll
Replies: 34
Views: 8369

Nuevo problema con CheckBox en FWH1306 (solucionado)

Acabo de actualizar a FWH1306 y ahora al compilar me marca el siguiente error: C:\ACS\VTA\TOROS\PRG\Tarjeta.prg(473) Error E0022 Invalid lvalue: ':' y la linea de error es esta: REDEFINE CHECKBOX EVAL({||oTDBF:OrAn="O"}) ID 24 OF oFold:ADIALOGS[5] WHEN .F. ...
by RodolfoRBG
Thu Jul 11, 2013 3:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo problema con CheckBox en FWH1306 (solucionado)
Replies: 2
Views: 589

Re: Harbour Ole error

Antonio

Oevent:CustomProperties:Property("ID") = anyvalue gives the following error

C:\CBATI32\planninghrb.prg(838) Error E0022 Invalid lvalue ':'

Oevent:CustomProperties:Property[ "ID" ] = anyvalue errors at execution


Richard
by Richard Chidiak
Tue Apr 16, 2013 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Ole error
Replies: 25
Views: 5188

Problemas al crear la libreria TWBROWSE

... int iValue, int iParam, int iIndex ); long hb_parvnl( int iParam, int iIndex ); int hb_parvni( int iParam, int iIndex ); void hb_storvnl( LONG lValue, int iParam, int iIndex ); #endif static far BOOL bAdjLastCol ; // CeSoTech static far BOOL bAdjBrowse ; // CeSoTech static far BOOL bDrawHeaders ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2946

Error al compilar comando MENU oMenu 2007

... Copyright 1999-2011, http://www.xharbour.org http://www.harbour-project.org/ d:\MIHARB~1\Fwh_1204\samples\testxbr3.prg(76) Error E0022 Invalid lvalue: 'Numeric' d:\MIHARB~1\Fwh_1204\samples\testxbr3.prg(924) Error E0022 Invalid lvalue: 'Numeric' d:\MIHARB~1\Fwh_1204\samples\testxbr3.prg(939) ...
by MarioG
Thu Dec 13, 2012 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar comando MENU oMenu 2007
Replies: 2
Views: 612
PreviousNext

Return to advanced search