Search found 129 matches: exec

Return to advanced search

Re: How does mod harbour work

... "How does mod harbour work". On some occasions I get very useful error messages - like for example Error: LOCAL declaration follows executable statement operation: line:593 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 68 Source: 0066: cPRGPATH ...
by Antonio Linares
Mon Jan 15, 2024 12:38 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1188

Re: How does mod harbour work

... "How does mod harbour work". On some occasions I get very useful error messages - like for example Error: LOCAL declaration follows executable statement operation: line:593 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 68 Source: 0066: cPRGPATH ...
by Ruth
Mon Jan 15, 2024 9:35 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1188

Re: phpBB to LLM

... "C:\Users\alerc\AppData\Local\Temp\pip-build-env-k67z_tif\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup exec(code, locals()) File "<string>", line 15, in <module> Exception: You tried to install "pytorch". The package named ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4667

Re: register callback func to be exec from inside c VM harbour

Saludos maestro y gracias por la sugerencia. I'm sorry I wasn't more specific. Consider this declaration: //-------------------------------------------------------------------------------HB_FUNC( TOCRFROMSCANNER ){   TOCRJOBINFO_EG    JobInfo_EG;   TOCRRESULTSEX_EG* Results = 0;    long...
by reinaldocrespo
Mon May 29, 2023 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: register callback func to be exec from inside c VM harbour
Replies: 2
Views: 203

Re: register callback func to be exec from inside c VM harbour

Dear Reinaldo,

You may try with:

hb_idleAdd( {|n| ::ShowProgress(n) } )
by Antonio Linares
Mon May 29, 2023 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: register callback func to be exec from inside c VM harbour
Replies: 2
Views: 203

register callback func to be exec from inside c VM harbour

Hello everyone; I'm looking to register a callback function so that I may show some message while something is happening inside a VM c harbour function. For example to show a progress bar while the Harbour VM c function is inside a for loop. For example: #define CLAIMKEY_REGEX  "CL[1-2][0-9]-[0...
by reinaldocrespo
Sun May 28, 2023 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: register callback func to be exec from inside c VM harbour
Replies: 2
Views: 203

Re: SSE example

Hello ssbbs, With the prg version I get following error: Error: Unterminated string '' called from: __PP_PROCESS, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 64 Source: 0062: a: 1 0063: ,b: 2 0064 => }; 0065: let param=url+'?func=9&data='+JSON.stringify(data); 0066: alert('Go...'); ...
by ssbbs
Fri May 26, 2023 6:58 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4925

Re: SSE example

... thank you. With the prg version I get following error: Error: Unterminated string '' called from: __PP_PROCESS, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 64 Source: 0062: a: 1 0063: ,b: 2 0064 => }; 0065: let param=url+'?func=9&data='+JSON.stringify(data); 0066: alert('Go...'); ...
by Otto
Fri May 26, 2023 6:22 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4925

Re: a cuestas con sql server

... lo mismo no da el error me indicaron que puedo usar un profiler que esta en el manager de sqlserver esta informado novedades oMngHdo:oDb:exec( "drop table IF EXISTS factura" ) en ccrea se carga el script de creacion de la tabla oMngHdo:oDb:exec( cCrea ) luego se procede a insertar ...
by wilsongamboa
Tue Apr 18, 2023 2:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: a cuestas con sql server
Replies: 4
Views: 409

Re: Report problem with Tdatabase

Now run only I used a filter with exec comand
by Silvio.Falconi
Mon Mar 13, 2023 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report problem with Tdatabase
Replies: 2
Views: 332

mod_harbour + ADS on linux server

... the application is this: Error: Unknown or unregistered symbol operation: ADSSETSERVERTYPE called from: HB_HRBLOAD, line: 0 called from: ../source/exec.prg, LOADHRB, line: 167 called from: ../source/exec.prg, (b)REPLACEBLOCKS, line: 141 called from: ../source/exec.prg, REPLACEBLOCKS, line: 141 ...
by berpa
Wed Nov 30, 2022 7:51 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31177

Re: Copy structure or create new file dbf

... Create_IntegraleDb(cDir) then oLotto:=TDatabase():Open( , cDir+"lotto", "DBFCDX", .T. ) oLotto:setorder(1) oLotto:Exec( <|| SET FILTER TO ( dFirst <= FIELD->DATA .AND. ; dLast >= FIELD->DATA .AND. ; aCountMesi[ MONTH( FIELD->DATA ) ] .AND. ; aCountGiorni[ ...
by Silvio.Falconi
Thu Jun 09, 2022 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy structure or create new file dbf
Replies: 8
Views: 599

Copy structure or create new file dbf

... :=TDatabase():Open( , cDir+"Virtuale", "DBFCDX", .T. )    oDbf:setorder(1)    oDbf:Exec( <||     SET FILTER TO   (  dFirst <= FIELD->DATA .AND.             ;  ...
by Silvio.Falconi
Tue Jun 07, 2022 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy structure or create new file dbf
Replies: 8
Views: 599

Re: Locate into tdatabase

oDbf:Exec( < || LOCATE FOR YEAR(data) == nanno1 return FOUND() > ) --> lFound Can use oDbf:Found() Nages, I try to create a small function to return me an array with the number of first record and last record, but I ...
by Silvio.Falconi
Sun Mar 20, 2022 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Locate into tdatabase
Replies: 2
Views: 244

Re: Locate into tdatabase

oDbf:Exec( < ||
LOCATE FOR YEAR(data) == nanno1
return FOUND()
> )
--> lFound

Can use
oDbf:Found()
by nageswaragunupudi
Sun Mar 20, 2022 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Locate into tdatabase
Replies: 2
Views: 244
Next

Return to advanced search