Search found 167 matches: replacing

Return to advanced search

Re: How to include hbCurl?

... ``` Lastly, ensure that the email address is correctly hashed as per Mailchimp's requirements (using MD5 and in lowercase) when replacing `cSecure_Email`. If there are still issues, double-check the JSON payload for correct formatting and ensure that all required fields are provided ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Does anyone have an Envelope Printing module ?

To All I have a Customer that I have built a Contact database .. and my customer is replacing a Sage product and the Sage product has an envelope Printing module for various size envelopes .. I was hoping someone may have a pre-built Envelope printing FW code module ...
by Rick Lipkin
Fri Mar 01, 2024 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 578

Re: Webview question

I think with webview2, it is now possible to develop a single user interface for both the web and the desktop . Simply by replacing the function 'SendToFWH' with an AJAX call, one can change the access: either web browser or webview2.
by Otto
Tue Jul 04, 2023 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2932

Re: Fichero .MAP

In buildx.bat, try replacing this line

echo %1.map, + >> b32.bc

with this other

echo , + >> b32.bc
by Enrico Maria Giordano
Sat Jun 17, 2023 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fichero .MAP (SOLUCIONADO)
Replies: 8
Views: 417

Printer hDC is 0

... "device", cPrinter  )      // PrinterInit()      // DeleteDC( ::hDC )      // ::hDC = PrinterDCfromName( cModel )   endif  I tested replacing PrinterDcFromName( , cModel, ) with the old code and it works. So what is the accurate solution? I don't want to have to manually linked-in ...
by hua
Wed Feb 15, 2023 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer hDC is 0
Replies: 6
Views: 370

Re: show a btnbmp pressed

Dear Silvio, Maybe replacing the bitmap with another with different color ? I did not think about it but otherwise in the ribbonbar it does it automatically if you use lselected as you can see here https://i.postimg.cc/wv9F0g55/ribbonbar.png ...
by Silvio.Falconi
Mon Oct 17, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 602

Re: show a btnbmp pressed

Dear Silvio,

Maybe replacing the bitmap with another with different color ?
by Antonio Linares
Mon Oct 17, 2022 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a btnbmp pressed on buttonbar
Replies: 9
Views: 602

Re: Draw a bitmap

Thanks ! I would strongly suggest you run the above small sample, replacing the value of "nResizeMode" with all values I suggested. I tried all the modes. Everything works. However, it does not look very nice. After all, to insert a 1920-width bitmap ...
by Natter
Thu Oct 06, 2022 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 439

Re: Draw a bitmap

...  ACTIVATE WINDOW oWnd CENTERED  My explanation may not make it very clear. I would strongly suggest you run the above small sample, replacing the value of "nResizeMode" with all values I suggested. You may choose what is appropriate for you.
by nageswaragunupudi
Thu Oct 06, 2022 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 439

Why electric cars will take over sooner than you think

Hello friends, I am currently reading this article. https://www.bbc.com/news/business-57253947 I am replacing electro car with mod harbour and petrol and diesel cars with desktop programs. battery with selfhosting and fiba Try it. It's a perfect description of the current ...
by Otto
Wed Jul 21, 2021 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why electric cars will take over sooner than you think
Replies: 9
Views: 1023

Re: HTML report sample

... tested with the RTF format, among other things. It's very similar to HTML. But MS then started to save the images directly into RTF. Searching and replacing then took much time (286, 386 PCs). Now I'm going to try a similar way again with HTML. It's also funny what kind of "joke" we had ...
by Otto
Mon Jul 19, 2021 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1545

Re: Fatal: Too many DEF file names: c:\fwh\lib\FiveHC.lib

Try replacing this:

Code: Select all  Expand view
echo obj\testcrys.obj, obj\Tcrw.obj, + >> b32.bc


with this:

Code: Select all  Expand view
echo obj\testcrys.obj obj\Tcrw.obj, + >> b32.bc


EMG
by Enrico Maria Giordano
Tue Mar 09, 2021 11:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Too many DEF file names: c:\fwh\lib\FiveHC.lib [SOLUCIONADO]
Replies: 12
Views: 1042

WORDPRESS and mod harbour

Hello, Now we can be really productive. We are gradually replacing WORDPRESS with mod Harbor for our online newspaper. We start with the frequently asked questions. <iframe src="https://my mod harbour.prg" width="900" height="700"></iframe> ...
by Otto
Fri Jul 24, 2020 8:29 am
 
Forum: mod_harbour
Topic: WORDPRESS and mod harbour
Replies: 0
Views: 264

Re: Tomando fotos con la webcam

... the width and height of the capture window without success (top and left work fine, though): oWC:CreateWnd( oWnd , 25, 10, 200, 120 ) Replacing 200 with 100 (as an example) nothing changes. What am I missing? Is it possible to change width and height of the capture window? If yes, ...
by Enrico Maria Giordano
Sun Jul 12, 2020 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 77
Views: 15561

Strange error Modharbour and IIS

... the last 3 numbers will change each time and the file libharbour.dll seem to be automatically copied each time (by IIS ?) to this folder, replacing .dll by this number 10864.471 then 10864.277 10864.120 10864.789 ... Launching another prg from the samples folders, will give another suffix ...
by jfl@mafact.com
Fri Jun 19, 2020 7:01 pm
 
Forum: mod_harbour
Topic: Strange error Modharbour and IIS
Replies: 7
Views: 969
Next

Return to advanced search