Search found 310 matches: passing

Return to advanced search

Re: SWAGGER-UI para documentar nuestras API.

... --user anystring:'+cApi+' > clogrooms.txt' In order to add a Tag this should be executed, but I allways fale in passing the correct data This is NOT working DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'; +cSecure_Email+'/tags ...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: How to include hbCurl?

... --user anystring:'+cApi+' > clogrooms.txt' In order to add a Tag this should be executed, but I allways fale in passing the correct data This is NOT working DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'; +cSecure_Email+'/tags ...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2949

Re: JSON2DBF adapter

... example, if you have values and they are negative, you can present these in HTML in red instead of black. Thus, you have the `do while/enddo` not passing parameters like `[bFor]`, `[bWhile]`, `[nNext]`, `[nRec]`, `[lRest]`. Programming the loop and conditions is more readable, maintainable, and ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 505

Re: hash for storing variables

Enrico, the advantage is that you have reusable blocks here and don't have to worry about passing the variables.

It's simply the productivity that is the advantage.
It's a method to make the source code more readable and secure.

Best regards,
Otto
by Otto
Tue Nov 28, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 526

Fivewin controls similar to javascript elements

... subclassing controls is a common practice. This involves intercepting messages intended for a control to implement custom behavior before possibly passing them on to the control's original procedure (similar to calling a superclass method). This is somewhat parallel to overriding event handlers ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Refresh on WebView

... with the page refresh in Webview. There are various ways to refresh a page, not just using mouse macros. There's a more reliable method. Try passing the following script to the Webview through the EVAL Method: oWebView:EVAL( "location.reload();" ) Regards, Chalres KWON Hello friends, ...
by CharlesKwon
Sat Aug 26, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh on WebView
Replies: 2
Views: 286

Re: XBROWSE ERROR

Dear Rao Sir , Yes..! there is wrong in the code , I am passing GET Control as oBrw:oSeek = oGet something like and the variable of GET in some cases its becomes NULL that's why the error is coming. By the way XBROWSE Seeking RECORD operations prevents ...
by shrifw
Tue Aug 08, 2023 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 386

New FTDN July/Julio (FWH 23.07)

... * New: function EnumWindows( bEnumWindow [,nLParam] ). Enumerates all top-level windows on the screen by passing the handle to each window, in turn, to a codeblock where the handle of each window is provided and an optional nLParam value. * ScrollMsg: NOBORDER ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

hbmk2 problem

... out the 2nd parameter. In the database class, seek is defined as:   METHOD Seek( uExp, lSoft, lWildSeek, lCurRec ) In this case, I am passing a value of TRUE for lSoft ( soft seek ). This would suggest that hbmk2 is actually not processing the database class in FWH but using something ...
by TimStone
Mon Jul 10, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 763

Re: HASH vs single variables

... that is happy for info/debug. and I can have labels (that gives the type and description of content) that afther time I forgot with older var's Passing, declaring and remember the names are gone )))
by Marc Venken
Wed Jun 07, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1093

Re: CLASS modification

... is an outstanding way to accomplish this task. Retirement sounds great until boredom sets in. Too many of my peers are rapidly declining, or passing away, because they didn't stay active physically and mentally. That is why so many people who retired have gone back to work, even if part time. ...
by TimStone
Thu May 25, 2023 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: A simple LLM using Harbour's hashes

Dear Antonio, Here, with a passing knowledge base, you see, I ask the same question twice. By sending the knowledge base, I also receive a perfect response. What I would like is to send the entire FIVEWIN documentation, but it is much ...
by Otto
Tue May 16, 2023 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A simple LLM using Harbour's hashes
Replies: 6
Views: 423

Re: chat open Ai questions

... which indicates the date for which to retrieve the reference exchange rates. The function then builds a request URL to the Bank of Italy REST API, passing as parameters the target currency, the base currency (EUR) and the requested date. Next, the function uses the Harbour/Clipper NetHttpReq() ...
by Silvio.Falconi
Wed May 10, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 310

chat open Ai questions ( currency rates )

... the internet without using the access of Open Exchange Rates but of another non-paid service (bank of Italy) and without using the libcurl library passing as parameter the date and the type of currency for example EUR open Ai gave me this source FUNCTION GetExchangeRates( cCurrency, dDate )  ...
by Silvio.Falconi
Wed May 10, 2023 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 310

Re: Xbrowse : oBrw:ToArray (How to do it)

... the clarification !! I tried to add a col to the function oBrw:bRClicked := { |r,c,f,oBrw| aResult := XbrToArray( oBrw, [ aCols ] ) How does the passing aCols look like ? {1,2} {"ColName1","Colname2"} these don't work. When I look in the function and aCols = NIL, it is filled ...
by Marc Venken
Thu Apr 13, 2023 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 957
Next

Return to advanced search