Search found 4255 matches: functions

Return to advanced search

send an email using the Outlook object

... "image003"). But here, I receive a link error. Lines 68, Functions/Procedures 2, pCodes 136 Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. C:\FWH\samples\msendok.c: Error ...
by Otto
Mon May 13, 2024 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 81

GetImage on fiveh.lib

While I was carrying out a small procedure, a strange error appeared, basically asking for these functions whe we use getimage function Error: Unresolved external '_HB_FUN_BETAVERSION' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport Error: Unresolved external '_HB_FUN_SHOWGRID' ...
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 3
Views: 121

Re: Filter on Xbrowse

Dear João,
I don't have a .dbf file.
Here, I've only attempted to replicate the filter input as seen in Silvio's video.
I think it's a lot of work until it functions properly.
Regards,
Otto
by Otto
Mon May 06, 2024 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 767

Re: strange error of fiveh lib

Dear Silvio, Please post the source of ut_images.prg In the meantime, please declare those missing functions as dummy: function BetaVersion() ; return nil I allready make function BetaVersion() ; return nil function setmasked() ; return nil function showgrid() ; return nil ...
by Silvio.Falconi
Sun May 05, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 97

Re: strange error of fiveh lib

Dear Silvio,

Please post the source of ut_images.prg

In the meantime, please declare those missing functions as dummy:

function BetaVersion() ; return nil
by Antonio Linares
Sun May 05, 2024 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 97

strange error of fiveh lib

... 3.2.0dev (r2403071241)Copyright (c) 1999-2021, https://harbour.github.io/Compiling 'ut_images.prg'...Lines 5867, Functions/Procedures 12Generating C source output to 'Obj\ut_images.c'... Done.[1]:Bcc32.Exe -M -c -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS ...
by Silvio.Falconi
Sun May 05, 2024 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 97

xbrowse (likely a custom table) whose contents change dynam

... is designed to handle HTTP requests and return responses in a structured format (JSON). Here are some reasons why: HTTP Request Handling: It uses functions like AP_Body() to get the request data, which indicates that it's built to handle HTTP requests. JSON Data Processing: The function hb_jsondecode ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 80

Re: 2404 Fivewin.ch error -- Antonio

The problem is these two lines in fivewin.ch:

Code: Select all  Expand view
static aFwStack      := {}
static _fwhtmp_      := nil


An include file would never contain variables or functions definitions.
by Enrico Maria Giordano
Tue Apr 30, 2024 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 211

New FTDN April 2024 (FWH 24.04)

... * AdoFuncs: (source\function\adofuncs.prg) - New: function FW_OnAdoError( lShowError, lcLogError, bOnErr ) Some ado functions display encountered errors. This can be prevented using this function, so that he can handle the error on his own. Params: 1.lShowError [.T./.F.] ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 591

Re: Compiler with MSVC y HARBOUR

... and libcurl-x64.dll are essential dynamic link library (DLL) files commonly used in Windows environments to provide SSL/TLS, cryptographic functions, and URL transfer capabilities respectively. Here's a breakdown of each: 1. libssl-1_1-x64.dll Purpose: This library is part of OpenSSL and ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 189

Re: RMChart

... (r2104281802) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'd:\xbase-proyectos\varios\rmchart\source\TESTRMC.prg'... Lines 5422, Functions/Procedures 8 Generating C source output to 'C:\fivedit\TESTRMC.c'... Done. Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero ...
by jose_murugosa
Fri Apr 19, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 267

Re: Problem with valid email refresh btnbmp- RESOLVED

... test worked well for everyone and not on my computers, I remembered that many years ago I had the same problem but with the hb_regxxxxxxxx functions, I went to look for the test and I saw that a library was missing, I was hoping that this was the error and in fact it was for that library ...
by Silvio.Falconi
Sun Apr 14, 2024 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2576

Compiling error Antonio Nages resolved

... /oObj\test.c Harbour 3.2.0dev (r2403071241) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'test.prg'... Lines 5140, Functions/Procedures 2 Generating C source output to 'Obj\test.c'... Done. [1]:Bcc32.Exe -M -c -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS ...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 245

Re: harbour/xharbour appear ADS functions error

Enrico Maria Giordano wrote:Done, please check:

http://xharbour.org/index.asp?page=download/windows/binaries_win


Dear EMG,

It's working fine. Thank you so much.
by richard-service
Tue Apr 09, 2024 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8590
Next

Return to advanced search