Search found 62 matches: lvalue

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... += cStr } ) )  thx for Answer have try that CODE but still get Error when compile AI_FORM.prg(97) Error E0022 Invalid lvalue '()' it seems me 3rd Parameter pFunc using Callback() Syntax fail under HMG will continue to search Solution ...
by Jimmy
Thu Dec 21, 2023 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8282

Re: Using Microsoft AI Phi-2 from FWH

... WINDOW AI_FORM   ACTIVATE WINDOW AI_FORMRETURN  but the Action, to call Llama, does not compile under HMG ai_form.prg(94) Error E0022 Invalid lvalue '()' PROCEDURE DoClear()   AI_FORM.oAnswer.Value := ""RETURNPROCEDURE DoAction()   AI_FORM.oBtn.VISIBLE := .F. // Disable()  ...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8282

Re: How to read settings in Word

Antonio,

While compiling your example, I get the error : Error E0022 Invalid lvalue ':'

So the settings in Word can't be changed that way.
by driessen
Tue Aug 01, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 637

Re: Errores rpreview

Buenas tardes, Paquito Este es el código de cada una de las líneas con errores preview.prg linea305 Error E0022 Invalid lvalue: "Numeric" SIZE IfNil( nBtnW, 26 ), IfNil( nBtnH, If( LargeFonts(), 30, 26 ) ) linea515 Error E0030 Syntax error: "Syntax error at ´CURSOR´ ...
by Manuel Aranda
Fri Jun 16, 2023 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores rpreview (Solucionado)
Replies: 10
Views: 444

Know a state of checkbox

...   )RETURN  NIL//--------------------------------------------------------------------------------//Static Function Select_All(aChk,lValue)     ?  lValue    For n= 1 to len(aChk)       aChk[n]:SetCheck(lValue)   next   return nil//--------------------------------------------------------------------------------//  ...
by Silvio.Falconi
Mon Nov 21, 2022 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Know a state of checkbox
Replies: 2
Views: 306

checkbox problem

I have a checkbox and I wish change the state

lVALUE:= .F.

@ 3, 3 CHECKBOX oChk VAR lVALUE PROMPT "&TEST " SIZE 300, 20 OF oDlg ;
ON CHANGE (lVALUE:=!lVALUE) UPDATE

if I click on checkbox it is activated , if I repeat the click it doesn't change the state
by Silvio.Falconi
Sat Apr 09, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox problem
Replies: 2
Views: 264

REDEFINE BUTTON y los TOOLTIP

Hola
Code: Select all  Expand view
  REDEFINE BUTTON ::oBtns[ 1 ]  ID 200 OF oDlg   TOOLTIP "Guardar"
 

al compilar me tira un error
Source\rcnormativas.prg(257) Error E0022 Invalid lvalue 'String'
by goosfancito
Tue May 04, 2021 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: REDEFINE BUTTON y los TOOLTIP
Replies: 2
Views: 377

ButtonBar in a specific location ( Solved )

... | FLOAT];   [OF | WINDOW | DIALOG <oWnd>];   [CURSOR <oCursor>] But give the following error in the compilation: Error E0022 Invalid lvalue: 'Numeric' Can anyone help? Thanks!
by ctoas
Mon Mar 30, 2020 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar in a specific location ( Solved )
Replies: 4
Views: 555

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

... Harbour 3.2.0dev (r1712141320) Copyright (c) 1999-2016, http://harbour-project.org/ Compiling 'test.prg'... test.prg(60) Error E0022 Invalid lvalue ':' test.prg(61) Error E0022 Invalid lvalue ':' test.prg(62) Error E0022 Invalid lvalue ':' test.prg(64) Error E0022 Invalid lvalue ':' test.prg(67) ...
by Silvio.Falconi
Tue Apr 09, 2019 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1148

Re: Traducción TEXTO a VOZ en tiempo de ejecución, en FWH

... Harbour 3.2.0dev (r1712141320) Copyright (c) 1999-2016, http://harbour-project.org/ Compiling 'test.prg'... test.prg(60) Error E0022 Invalid lvalue ':' test.prg(61) Error E0022 Invalid lvalue ':' test.prg(62) Error E0022 Invalid lvalue ':' test.prg(64) Error E0022 Invalid lvalue ':' test.prg(67) ...
by Silvio.Falconi
Tue Apr 09, 2019 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Traducción TEXTO a VOZ en tiempo de ejecución, en FWH
Replies: 20
Views: 7891

message to client

... to GURU but we can send rtf message to client ? and How ? Can we send an offline message ? I saw there are also : hb_socketSetBroadcast(hSocket, lValue) hb_socketSetMulticast(hSocket, [nFamily = HB_SOCKET_AF_INET], cAddr) hb_socketSend(hSocket, cBuffer, [nLen = Len( cBuffer )], [nFlags = 0], ...
by Silvio.Falconi
Sat Apr 28, 2018 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: message to client
Replies: 0
Views: 459

ACTIVA O DESACTIVAR COMBOBOX

-amigos como puedo hacer Activar combobox según el valor de otro combobox tengo esto: lValue := .F. REDEFINE COMBOBOX aGets[13] VAR oDetCosto ITEMS aCosto ID 103 OF oDlg UPDATE ON CHANGE ActivaGet(aGets,oDetCosto) REDEFINE COMBOBOX aGets[14] VAR oPatente ITEMS aBus ...
by jbrita
Mon Jun 20, 2016 9:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACTIVA O DESACTIVAR COMBOBOX
Replies: 3
Views: 527

ARCHIVOS PDF

... "Pdf.ch" si libero el "Pdf.ch" me dá 84 errores del tipo; Syntax Error: At 'FONT' Syntax Error: At 'OREPORTE' Invalid lvalue: '()' poniendolo como comentario corre, asi que pude agrear el codigo de ejemplo para correrlo desde mi aplicacion Function MyFirstPdf(oWnd)  ...
by LuisPonce
Fri Jun 10, 2016 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ARCHIVOS PDF
Replies: 17
Views: 4395

Re: Fwh13.9 para fwh1507 error

... a versão do fivewin, e com a nova versão(FWH1507) esta acontecendo o seguinte erro: c:\teste\CorrecaoDeNotas.prg(171) Error E0022 Invalid lvalue: ':' linha 171: redefine get hInput['nFilial'] var oRegistroDaNota:CodFil() id 116 of oDialog when .f. alguém já passou por isso? Intenta asi ...
by cnavarro
Tue Sep 08, 2015 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh13.9 para fwh1507 error
Replies: 4
Views: 500

Fwh13.9 para fwh1507 error

... a versão do fivewin, e com a nova versão(FWH1507) esta acontecendo o seguinte erro: c:\teste\CorrecaoDeNotas.prg(171) Error E0022 Invalid lvalue: ':' linha 171: redefine get hInput['nFilial'] var oRegistroDaNota:CodFil() id 116 of oDialog when .f. alguém já passou por isso?
by MGA
Tue Sep 08, 2015 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh13.9 para fwh1507 error
Replies: 4
Views: 500
Next

Return to advanced search