Search found 4453 matches: check

Return to advanced search

Re: How to include hbCurl?

... 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 accurately.
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 501

Re: Fivewin Wiki

Hi Antonio,
I just want to check code snippets on how to add new sheet in Excel and how to select a sheet based on name or number
by hua
Sun Mar 17, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Still a problem with FWH 24.02 and xHarbour Builder

Dear Michel,

Please check that the xfw.lib that you are linking has the size 4.522 bytes, thanks

You can find it at c:\FWH\lib
by Antonio Linares
Sun Mar 17, 2024 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 119

Re: Window transition event

... main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). You may need to inherit a Class TMyWindow from TWindow and implement support for WM_ACTIVATE ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 117

Re: New FWH 24.02

Please check with FWH samples\buildx.bat.
by Enrico Maria Giordano
Tue Mar 12, 2024 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 33
Views: 872

Re: hb_cdxPageSeekKey how to intercept this error

... 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 receive the same false alert. :-( I'll check on Enrico. Thanks. I'll tell you now. Iré a ver cómo está Enrico. ...
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: 547

Re: hb_cdxPageSeekKey how to intercept this error

... 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 receive the same false alert. :-(
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: 547

Re: New FWH 24.02

Dear Michel,

Please check your email for instructions to download it from Embarcadero
by Antonio Linares
Mon Mar 11, 2024 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 33
Views: 872

Re: GetHostByName( GetHostName() )

... for (PIP_ADAPTER_ADDRESSES pCurrAddresses = pAddresses; pCurrAddresses != NULL; pCurrAddresses = pCurrAddresses->Next) {        // Check if the adapter is active and not a loopback adapter        if ((pCurrAddresses->OperStatus == IfOperStatusUp) && (pCurrAddresses->IfType ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 125

Re: posible solucion: error __streams al usar fwh<24.02 y bcc770

I would prefer to put that definition in a FWH .c file (if it is enough to solve the problem, please check). Otherwise it would be included in each PRG of a project.
by Enrico Maria Giordano
Tue Mar 05, 2024 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: posible solucion: error __streams al usar fwh<24.02 y bcc770
Replies: 6
Views: 210

Re: Por qué el error en este SELECT?

With ADO we can use MoveFirst(), Move(), etc. when the recordset is empty. It is the normal practice to check (whether fivewin, vb, c#, etc) oRs := FW_OpenRecordSet( ... )if oRs == nil   ? "failed to open"else   if oRs:RecordCount() ...
by nageswaragunupudi
Sat Mar 02, 2024 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 203

Re: Problem with alignment in SAY command

... ignored. And I don't know why. Which resource builder are you using? Good morning Driessen. Have you tried reinstalling your resource editor? Or check if there is a component missing? Why not install WORKSHOP.exe? Today, it works perfectly on 64-bit Windows. Buenos días Driessen. ¿Has intentado ...
by karinha
Sat Mar 02, 2024 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 355

New FTDN February 2024 (FWH 24.02)

... in MilliSeconds FW_UnixToDate( nUnixTimeStamp(inMilliSeconds) ) --> tDateTime * New: function FW_CheckFont( cFontName ) --> lFound. It checks if a certain cFontName is installed on Windows. * Fix: function WinINet() was not properly working for xHarbour. Now it is ok. * Enhancement: ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 134

Re: GROUPBOX

Thank you very, very much for your ... now it is displaying as I wished...wonderful :-) may I check if I got TRANSPARENT right please ... is it overwriting the | <nClrBack> | The background color of the group.    | meaning if I put COLOR CLR_MSPURPLE, CLR_ORANGE ...
by Ruth
Tue Feb 27, 2024 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 151
Next

Return to advanced search