Search found 1339 matches: parameters

Return to advanced search

Re: Ayuda con DLL

... int FusionClass::Fusion::Fusion::PumpStatus ( int p_iPump, String^ % p_strStatus, String^ % p_strSubStatus ) Gets pump status. Parameters p_iPump Pump number p_strStatus Pump status p_strSubStatus Pump substatus Returns 1 if operation is successful /////////////////////////////////////////////////////////////////
by Jorge Jaurena
Wed Jun 05, 2024 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 98

Re: Ayuda con DLL

... ( String^ pt, String^ periodID, String^ pte, String^ % periodInfo ) Gets shift period information by grade. Parameters pt Period Type. The valid options are: S -> Shift D -> Day M -> Month Y -> Year periodID Period ID pte list of payment types ...
by Jorge Jaurena
Tue Jun 04, 2024 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 98

Re: A copy of the clipboard on the DC window.

Natter wrote:Did I understand correctly that FW_ReadImage (without parameters) accesses the clipboard ?

Yes, but if you are using the recent versions. ( FWH2310 and later)
What is the version you are using?
by nageswaragunupudi
Fri May 31, 2024 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 190

Re: A copy of the clipboard on the DC window.

Did I understand correctly that FW_ReadImage (without parameters) accesses the clipboard ?
by Natter
Fri May 31, 2024 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 6
Views: 190

shellexecute open a folder and search files

Hi,
is it possible to launch shellexecute that opens a folder and to perform immediately a search for a file mask passed as parameters?
For Instance Open f:\myapp\report\ folder and search all files 202405*.pdf

Bye
by MarcoBoschi
Fri May 24, 2024 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute open a folder and search files
Replies: 10
Views: 302

Re: hb_base64encode() stays empty

Dear Lailton, this is so wonderful!!! Thank you very much :) Now with the 2 parameters in the function I get a value back also in xharbour. But what happens now when I send an email with the base64-encoded content using cdo I suppose is that Microsoft adds unwanted ...
by Ruth
Wed May 15, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 424

Re: hb_base64encode() stays empty

Hi Ruth,

for xHarbour you should send 2 parameters, the first one is the string and second one is the lenght.
Code: Select all  Expand view
cRaw := memoReady( "yourFile" )
cBase64 := hb_base64encode( cRaw, len( cRaw ) )


this way you will have a string as return.

Let me know if it worked.
by Lailton
Wed May 15, 2024 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 424

Re: passing a value through a for..next loop

... NOT to use loop variables in building code-blocks inside a loop. Build the code-block in a separate function using the loop variable as one of the parameters of the function. Please search for detached locals in this forum. Keeping this principle in mind, I am sure you can yourself modify the program ...
by Silvio.Falconi
Tue May 14, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 675

Re: passing a value through a for..next loop

... NOT to use loop variables in building code-blocks inside a loop. Build the code-block in a separate function using the loop variable as one of the parameters of the function. Please search for detached locals in this forum. Keeping this principle in mind, I am sure you can yourself modify the program ...
by nageswaragunupudi
Mon May 13, 2024 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 675

Re: Send Emails from Fivewin application

... please... I have office365 and it provided me with client_id, tenant_id, etc which I stored in environment variables. I suppose this should be parameters of the hb_sendMail() function then... :?: Any hints and help would be so greatly appreciated. thanks in advance and kind regards Ruth
by Ruth
Wed May 08, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1598

xbrowse (likely a custom table) whose contents change dynam

... A hash to store the response data. hPost: A hash to store the decoded JSON body from the request. nIdx: An index variable used for iteration. aParameters: An array to store the keys of the decoded JSON. speedtest: Stores the current milliseconds count to measure execution time. Logging: logline("<H>", ...
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: 173

New FTDN April 2024 (FWH 24.04)

... to Silvio Falconi! * Enhancement: We have restored the call to Method Resize() from Class TWindow Method Activate() but providing it the right parameters. Now it is working as expected. * FWMariaConnection: - New method Record( cTable, [cWhere] ) --> Record Object using the new FWMariaRecord ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 1064

Re: change size dialog selecting noption folder

Dear Silvio, In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate() We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised ...
by Silvio.Falconi
Fri Mar 15, 2024 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 673

Re: change size dialog selecting noption folder

Dear Silvio, In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate() We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised ...
by Antonio Linares
Fri Mar 15, 2024 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 673

Fulltext-Search

... command-line tool in Windows Command Prompt (cmd) that allows you to search for text patterns within files. I'm building a batch file with all the parameters and then call it with waitrun(). I redirect the response from findstr to a file and then examine the hits. Actually, the program only needs ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1387
Next

Return to advanced search