Search found 16 matches
- Fri Jan 15, 2021 1:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use hb_curl
- Replies: 0
- Views: 5078
How to use hb_curl
Hello everyone. I would like to know how to reproduce this code on the line where it is: CURLOPT_POSTFIELDS => array('username' => 'myUsername','password' => 'myPassword*'), I don't know how to send the data type as an array in this situation. Could you help me? I use hb_curl.lib to use CURL command...
- Tue Jul 14, 2020 5:52 pm
- Forum: mod_harbour
- Topic: How to use OPRN and error pdf2.prg sample
- Replies: 20
- Views: 2404
Re: How to use OPRN and error pdf2.prg sample
Whats your email, please?Antonio Linares wrote:Tiago,
Do you have a xbhosts.com hired server ?
Please email me your IP, thanks
- Tue Jul 07, 2020 12:18 pm
- Forum: mod_harbour
- Topic: How to use OPRN and error pdf2.prg sample
- Replies: 20
- Views: 2404
Re: How to use OPRN and error pdf2.prg sample
What is your email?Antonio Linares wrote:Tiago,
Do you have a xbhosts.com hired server ?
Please email me your IP, thanks
ip server is: http://54.37.60.42/
- Wed Jul 01, 2020 12:19 pm
- Forum: mod_harbour
- Topic: How to use OPRN and error pdf2.prg sample
- Replies: 20
- Views: 2404
Re: How to use OPRN and error pdf2.prg sample
I put the suggested information in the header of the file but it generated the error: ------------ Error: Can't open #include file '/usr/include/harbour/hbclass.ch' called from: __PP_PROCESS, line: 0 called from: ../source/exec.prg, EXECUTE, line: 64 Source: ------------ Would it be possible to &quo...
- Tue Jun 30, 2020 5:08 pm
- Forum: mod_harbour
- Topic: How to use OPRN and error pdf2.prg sample
- Replies: 20
- Views: 2404
Re: How to use OPRN and error pdf2.prg sample
I performed the procedures above and when accessing: "http://54.37.60.42/modharbour_samples/pdf2.prg" He returned: Error: Can't open #include file 'hbclass.ch' called from: __PP_PROCESS, line: 0 called from: ../source/exec.prg, EXECUTE, line: 64 Source: 0062: DATA LoadedFonts 0063: DATA aP...
- Tue Jun 30, 2020 12:29 pm
- Forum: mod_harbour
- Topic: How to use OPRN and error pdf2.prg sample
- Replies: 20
- Views: 2404
Re: How to use OPRN and error pdf2.prg sample
>> after execute: cd mod_harbour git pull some error in access sample: http://54.37.60.42/modharbour_samples/pdf2.prg: Error: Can't open #include file 'hbclass.ch' called from: __PP_PROCESS, line: 0 called from: ../source/exec.prg, EXECUTE, line: 64 Source: 0062: DATA LoadedFonts 0063: DATA aPages 0...
- Mon Jun 29, 2020 4:43 pm
- Forum: mod_harbour
- Topic: How to use OPRN and error pdf2.prg sample
- Replies: 20
- Views: 2404
Re: How to use OPRN and error pdf2.prg sample
Please, how to mod_harbour update on xbHosts.com sever?
and how to find release of mod_harbour in 32bits for my local workspace server?
and how to find release of mod_harbour in 32bits for my local workspace server?
- Mon Jun 29, 2020 12:08 pm
- Forum: mod_harbour
- Topic: How to use OPRN and error pdf2.prg sample
- Replies: 20
- Views: 2404
Re: How to use OPRN and error pdf2.prg sample
After use your code:
Error: Unknown or unregistered symbol
operation: TPDF
called from: ../../apache.prg, (b)MAIN, line: 50
called from: HB_HRBLOAD, line: 0
called from: ../../apache.prg, EXECUTE, line: 116
called from: ../../apache.prg, MAIN, line: 61
Error: Unknown or unregistered symbol
operation: TPDF
called from: ../../apache.prg, (b)MAIN, line: 50
called from: HB_HRBLOAD, line: 0
called from: ../../apache.prg, EXECUTE, line: 116
called from: ../../apache.prg, MAIN, line: 61
- Thu Jun 25, 2020 5:53 pm
- Forum: mod_harbour
- Topic: How to use OPRN and error pdf2.prg sample
- Replies: 20
- Views: 2404
How to use OPRN and error pdf2.prg sample
Hello, I'm trying to run pdf2.prg from your test server: https://www.modharbour.org/modharbour_samples/pdf2.prg. However I am getting the error: Error: Can't open #include file 'hbclass.ch' called from: __PP_PROCESS, line: 0 called from: ../apache.prg, EXECUTE, line: 130 Source: 0128: ENDCLASS 0129:...
- Wed Jun 03, 2020 5:24 pm
- Forum: mod_harbour
- Topic: Error creating index
- Replies: 1
- Views: 2298
Error creating index
Hi, when using the command: USE ( hb_GetEnv( "PRGPATH" ) + "/SUOEST.dbf" ) ALIAS "data" SHARED INDEX ON field->COD TO data I get server error: Error: Erro de cria‡Ćo filename: data.ntx called from: ../../apache.prg, (b)MAIN, line: 50 called from: ORDCREATE, line: 0 call...
- Tue May 12, 2020 12:32 pm
- Forum: mod_harbour
- Topic: error to find DBF file
- Replies: 2
- Views: 603
Re: error to find DBF file
Sorry for my lack of attention.
For those who have a similar problem in the future, the DOCs have the solution: https://github.com/FiveTechSoft/mod_har ... the-server.
I performed the suggested actions and solved the problem.
For those who have a similar problem in the future, the DOCs have the solution: https://github.com/FiveTechSoft/mod_har ... the-server.
I performed the suggested actions and solved the problem.
- Mon May 04, 2020 4:18 pm
- Forum: mod_harbour
- Topic: How to use codepage on mod_habrour
- Replies: 10
- Views: 1729
Re: How to use codepage on mod_habrour
Gracias Mestre!
For me this is action resolve:
REQUEST HB_CODEPAGE_PT850
function main()
local hPairs := AP_PostPairs()
hb_langSelect( "PT" )
hb_cdpSelect( "PT850" )
...
For me this is action resolve:
REQUEST HB_CODEPAGE_PT850
function main()
local hPairs := AP_PostPairs()
hb_langSelect( "PT" )
hb_cdpSelect( "PT850" )
...
- Mon May 04, 2020 3:14 pm
- Forum: mod_harbour
- Topic: How to use codepage on mod_habrour
- Replies: 10
- Views: 1729
How to use codepage on mod_habrour
Hi how to use this sample on PRG with MOD_Harbour?
REQUEST HB_CODEPAGE_ESMWIN
FUNCTION MAIN()
HB_SETCODEPAGE( "PT850" )
I want show my DBF return with characters: ã ç é .....
Thanks
REQUEST HB_CODEPAGE_ESMWIN
FUNCTION MAIN()
HB_SETCODEPAGE( "PT850" )
I want show my DBF return with characters: ã ç é .....
Thanks
- Mon May 04, 2020 3:07 pm
- Forum: mod_harbour
- Topic: error to find DBF file
- Replies: 2
- Views: 603
error to find DBF file
We have a service maintained by you where we upload a project using mo_harbour. Whose link is: http://54.37.60.42/jbiloja/index.prg But at the address: http://54.37.60.42/jbiloja/index.prg?ca-2 You should bring the contents of a DBF file, but you can't find it. The prg used is a copy of http://54.37...
- Tue Mar 10, 2020 6:38 pm
- Forum: All products support
- Topic: Mod_harbour
- Replies: 2
- Views: 5342
Re: Mod_harbour
Muito Obrigado, Mestre!