Search found 4486 matches: check

Return to advanced search

Re: harbour/xharbour appear ADS functions error

... Error: Unresolved external 'AdsIsRecordLocked' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc ... Please check if the above symbol are in the rddads.lib you are using. It looks like you are not using the correct build as Harbour has its libs in a sub-sub ...
by Enrico Maria Giordano
Wed Apr 03, 2024 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8433

Problem with valid email refresh btnbmp- RESOLVED

I can't get a bt bmp control to update from a tget control that has a valid to check whether the email entered is valid or not initially the btnbmp check must be disabled the btnbmp control has two bitmaps one when the logical value is true and another when the ...
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: 2467

Re: also error with btnbmp SHOWPOPUP

... should not return NIL, but should return a PopupMenu object. It looks like this function is returning NIL not a popup menu object. Please check the last line of this function. That is the exact reason for your error at this line in btnbmp.prg:       if ValType( oPopup ) == 'B'  ...
by nageswaragunupudi
Sun Mar 31, 2024 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1721

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: 2951

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: 1822

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: 792

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: 504

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.04
Replies: 37
Views: 7124

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: 770

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: 770

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.04
Replies: 37
Views: 7124

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: 164

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: 317

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: 297
PreviousNext

Return to advanced search