Search found 117 matches: evaluation

Return to advanced search

AJAX - DBF - Callback

... AJAX. I have now noticed that such a short interval between the calls, practically within a millisecond, occasionally leads to a problem with the evaluation using .done and .fail. Now I have changed the call to a callback-based solution. Best regards, Otto function myajaxRequest(params, callback) ...
by Otto
Sun Jul 23, 2023 2:33 pm
 
Forum: mod_harbour
Topic: AJAX - DBF - Callback
Replies: 0
Views: 289

Understanding how autoGPT works...

... and information gathering. 2. Long Term memory management. 3. GPT-3.5 powered Agents for delegation of simple tasks. 4. File output. PERFORMANCE EVALUATION: 1. Continuously review and analyze your actions to ensure you are performing to the best of your abilities. 2. Constructively self-criticize ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 503

New FTDN June/Junio 2022 (FWH 22.06)

... row like AEval() but in the reverse order from last element to the first element. If the optional parameter nStart and/or nCount are provided, the evaluation starts from nStart and for nCount elements. Ex: c := "" FW_RAEval( { "A","B","C","D","E" ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 843

Re: SET RANGE ERROR

No, you can't, as at the time of the evaluation of bChange only the object itself is passed to the codeblock: Eval( ::bChange, Self ) EMG I can't do what? Enrico did not understand I have the example of nages look at the file dtprang1.prg ...
by Silvio.Falconi
Fri May 14, 2021 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET RANGE ERROR - RESOLVED!!!
Replies: 6
Views: 697

Re: SET RANGE ERROR

... line like this. oDtpFirst:bchange := { | oDtplast, oGrs1 |( oDtpLast:SetRange( dFirst ), oGrS1:Update() ) } No, you can't, as at the time of the evaluation of bChange only the object itself is passed to the codeblock: Eval( ::bChange, Self ) EMG
by Enrico Maria Giordano
Fri May 14, 2021 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET RANGE ERROR - RESOLVED!!!
Replies: 6
Views: 697

New FTDN August/Agosto 2020 (FWH 20.08)

... * function FWCheckExpression( cExpression, [uVal], [@uRet] ) --> lValid Optional 3rd new param by ref contains the result on evaluation of the expression. * xbrowser.prg: Pressing Ctrl-E + Ctrl-X enables entering any expression that will be evaluated and result displayed. ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2255

Re: FWH, VPN and SMB

Tim,

I just installed the evaluation version of ADS 12.0.

I use this code to select RDDCDX
Code: Select all  Expand view
REQUEST DBFCDX
RDDSETDEFAULT("DBFCDX")
To what do I have to change my code?

But how about converting the existing files?
Thanks.
by driessen
Mon Apr 20, 2020 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2497

New FTDN February 2020 (FWH 20.02)

... (x)Harbour's function NETRMTNAME() Returns mapped UNC path of persistent connections not currently connected also. * XBrowse: - Enhanced logic for evaluation of expressions used while browing ADO and MySql. When columns are defined as "NAME","QTY","QTY*RATE", etc., ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4616

New FTDN June/Junio 2019 (FWH 19.06)

... := .T. TPrinter():cI2PDFlicence := nil // assign your licence If licence is not entered, the pdf generated will have a watermark that it is an Evaluation copy. Sample: \fwh\samples\img2pdf.prg - Printer.prg: Creation of PDF silently was earlier using function FWPreviewToPDF(), which was creating ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2664

Re: class xbrowse: suggestion for improvement

... filter, This is an issue. We can not use dbfilter() to combine the existing filter because, if the existing filter contains local variables, evaluation of such filter results in a runtime error.
by nageswaragunupudi
Sat Jun 01, 2019 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class xbrowse: suggestion for improvement
Replies: 6
Views: 784

Re: Rpreview issues - PDF

... both working correctly to me in person and also in his post above. He is using bcc and I know you are using MSVC. I searched and located the old evaluation version of image2pdf dll I downloaded in 2009 and tested with bcc and msvc using the code posted by Mr. Vilian. This is my test program. ...
by nageswaragunupudi
Tue Apr 23, 2019 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7277

Re: Axtualización a FWH64



Gracias Enrico, pero ... Evaluation only... :(
by FiveWiDi
Sun Apr 21, 2019 8:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualización a FWH64
Replies: 6
Views: 694

Re: Question to TRBtn

Antonio, I test with msginfo() and this are executed twice!
Another thing is, that with ENTER no evaluation of bAction proceeds. In the case of using this button outside from ribbon all functions of a normal button should possible!
by byte-one
Thu Dec 20, 2018 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to TRBtn
Replies: 8
Views: 1206

New FTDN July 2018 (FWH 18.07)

... two child tables. * control.prg, window.prg, scrlpanl.prg: Change of any control in the main or child dialogs (folders, panels, etc) result in evaluation of bWhen of all controls in the main and all visible child windows. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36094 * fivewin.ch: ...
by Antonio Linares
Fri Sep 21, 2018 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2721

Re: Spirin's fastreport library

AngelSalom wrote:Thanks Silvio, I have downloaded the evaluation and I am testing it quite successfully. But there are some operations that I can not make it work, that's why I asked.


Angel I not use Fast Report
by Silvio.Falconi
Wed Sep 12, 2018 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spirin's fastreport library
Replies: 23
Views: 4157
Next

Return to advanced search