Search found 691 matches: false

Return to advanced search

Re: Ayuda C++ : SOLUCIONADO

... no pueder ser PDF24 O PDFCREATOR (VIRTUALES) HB_FUNC_STATIC( STARTDOC ) { HDC hDC = (HDC) hb_parnl(1) ; LPDOCINFO sDoc = NULL; BOOL Result = FALSE ; if (hDC ) { sDoc = (LPDOCINFO) hb_xgrab(sizeof(DOCINFO)); sDoc->cbSize= sizeof(DOCINFO) ; sDoc->lpszDocName= hb_parc(2) ; sDoc->lpszOutput ...
by russimicro
Fri Apr 19, 2024 9:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda C++ : SOLUCIONADO
Replies: 12
Views: 325

Problem with valid email refresh btnbmp- RESOLVED

... the btnbmp check must be disabled the btnbmp control has two bitmaps one when the logical value is true and another when the logical value is false when I enter an email the btnbmp check doesn't update yet the email is true the small test #include "FiveWin.ch"#include "Constant.ch"// ...
by Silvio.Falconi
Wed Apr 03, 2024 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2434

Re: How to include hbCurl?

... { "name": "' + cTagName + '", "status": "' + cTagStatus + '" } , "is_syncing": false 'msginfo(cJsonPayload)DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/' + cLists + '/members/' + cSecure_Email + '/tags ...
by Marc Venken
Wed Mar 20, 2024 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: How to include hbCurl?

... \ -d '{"tags": [{"name": "tagName", "status": "active"}], "is_syncing": false}' ``` Now, applying this format to your specific case, the command should look something like this: ```bash DCOM := 'cmd /c curl -X POST https://us8.api.mailchimp.com/3.0/lists/' ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: SWAGGER-UI para documentar nuestras API.

... -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'; +cSecure_Email+'/tags --user anystring:'; +cApi+'-d tags:'+aTags+',is_syncing:false'; +' > clogrooms.txt' and Mailchimp api says : curl -X POST \ https://${dc}.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/tags ...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: How to include hbCurl?

... -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'; +cSecure_Email+'/tags --user anystring:'; +cApi+'-d tags:'+aTags+',is_syncing:false'; +' > clogrooms.txt' and Mailchimp api says : curl -X POST \ https://${dc}.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/tags ...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: hb_cdxPageSeekKey how to intercept this error

... desde este enlace? El antivirus AVG informa problemas con el ejecutable. https://www.emagsoftware.it/Download.asp It is a false positive. Anyway, I just update the release to 2.75 (with a little fix to the messagebar tooltips). Please check, although I think that it will ...
by karinha
Tue Mar 12, 2024 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 769

Re: hb_cdxPageSeekKey how to intercept this error

... desde este enlace? El antivirus AVG informa problemas con el ejecutable. https://www.emagsoftware.it/Download.asp It is a false positive. Anyway, I just update the release to 2.75 (with a little fix to the messagebar tooltips). Please check, although I think that it will ...
by Enrico Maria Giordano
Tue Mar 12, 2024 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 769

Re: Ayuda URGENTE- con puerto serial virtual USB

... y conectarse. Mi rutina es la siguiente: FUNCTION Balanza1( cPortName ) Local nComPort := 4 //COM3 Local nTimeOut := 100 //ms Local lIsOpened := FALSE Local lIsInit := FALSE Local nBytesSended := 0 Local nBytesReceived := 0 Local cReceiveBuffer := SPACE(512) Local cStringToSend := "W<CR>" ...
by Danielmaximiliano
Thu Feb 29, 2024 2:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda URGENTE- con puerto serial virtual USB
Replies: 19
Views: 892

Add a new taskPanel on Explorerbar ( on line)

... I not Found a Solution I created a test where at init I build the oExbar from an array aData and if the 4th paramter is false it not create the taskPanel the final use when click the link "Create Second Panel" the procedure must destroy all panels and recreate ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 219

Re: Data exchange between PC and Android device on the same loca

... In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); if ($Report == false) { echo ("Error in opening new Report"); exit(); } fwrite($Report, "Print Report: Verkauf "); fclose($Report); The FIVEWIN ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 798

Re: Problem with FiveWin and PDF995 on Windows 11.

So does lUseHaruPDF stay set to true until you set it back to false? If I access the lUseHaruPDF through the Class does it still act as static? Also even through using Haru may be the best, I would have to rewrite many of my print routines which uses Inch2Pix, ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

byron.hopp wrote:So does lUseHaruPDF stay set to true until you set it back to false?
If I access the lUseHaruPDF through the Class does it still act as static?


Yes.
by Enrico Maria Giordano
Thu Feb 15, 2024 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

So does lUseHaruPDF stay set to true until you set it back to false? If I access the lUseHaruPDF through the Class does it still act as static? Also even through using Haru may be the best, I would have to rewrite many of my print routines which uses Inch2Pix, ...
by byron.hopp
Thu Feb 15, 2024 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

... inside PRINT/ENDPRINT" I don't exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does it not get set back to false when you initiate the "Print oPrn..." command? Byron ... ...
by Enrico Maria Giordano
Wed Feb 14, 2024 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218
Next

Return to advanced search