Search found 297 matches: evaluated

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... are logged to <exename>.log. If cLogFile is specified errors are logged to the specified file. 3. bOnErr: If specified, this codeblock is evaluated with params |oCn, oErr, e, GetPrcLn( 1 )| - New: function FW_GetAdoError( oCn ) --> oAdoErr Returns Ado Error and then clears the error. ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 65

New FTDN February 2024 (FWH 24.02)

... it from your dialog box. * Enhancement: In TTaskPanel objects used from Class TExplorerBar, a new DATA bOnCollapse has been implemented and it is evaluated from its method LButtonUp( nRow, nCol, nFlags ), so each panel can use its own DATA bOnCollapse for the collapse event. * New: Example samles\booking.prg ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 216

Re: Lost connection to MySQL server during query

... logic and testing. We will provide DATA bOnLostServer If assigned with a codeblock, instead of displaying message, the codeblock will be evaluated. If the codeblock returns .T., the operation will be retried. Will this be ok for you? It'll be perfect !!!
by vilian
Wed Sep 06, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12436

Re: Lost connection to MySQL server during query

... logic and testing. We will provide DATA bOnLostServer If assigned with a codeblock, instead of displaying message, the codeblock will be evaluated. If the codeblock returns .T., the operation will be retried. Will this be ok for you?
by nageswaragunupudi
Wed Sep 06, 2023 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12436

Re: Characters from different code tables

... Now you have to use this function to paint text in a cell by defining your own codeblock: oCol:bPaintText This codeblock is evaluated like this: Eval( ::bPaintText, Self, hDC, cStrData, oRect:aRect, aColors, lHighLite, lSelected )
by nageswaragunupudi
Tue Aug 29, 2023 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Characters from different code tables
Replies: 5
Views: 279

Re: MariaDb delete

... you execute a while loop to check each record for a condition, that information travels from the server to the workstation where the condition is evaluated. If instead you allow the server to execute the condition, you save LOTS of time and network traffic, to say the least. That's why you notice ...
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 393

Re: Text paste event

For me oGet:bChange is working in TGet class when any text is pasted into the Get.
(But for me the problem is bChange is evaluated twice in case of Get)

Can you please check again?
by nageswaragunupudi
Tue May 30, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text paste event
Replies: 7
Views: 308

Re: Playing with XBROWSE

... In case the programmer wants to make some additions to the excel sheeet before saving as PDF, he can do so by using bPrePdf codeblock, which is evaluated with oSheet as parameter. We can not comment on the runtime error without knowing anything about the DBF or the program code of DoShowDBF() ...
by nageswaragunupudi
Fri Apr 07, 2023 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Playing with XBROWSE
Replies: 6
Views: 463

Re: Color of rows in the cell

Simplification in the next version: 1) aDataFont and aClrText can also be codeblocks. These codeblocks are evaluated with two params, viz, the column object and lHiLite. The above code can be written like this: WITH OBJECT oBrw:aCols[ 2 ]   :aClrText   ...
by nageswaragunupudi
Sat Jan 28, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of rows in the cell
Replies: 5
Views: 474

Re: Change Footer colors (xBrowse)

return color pair { nClrText, nClrBack } when your bClrFooter is evaluated.
by nageswaragunupudi
Sat Jan 28, 2023 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Footer colors (xBrowse)
Replies: 10
Views: 924

How to trigger action when xBrowse lost focus?

When I test using oxBrowse:bLostFocus, I found that it got triggered everytime I'm done editing a cell (I was using fastedit clause).

What I wante is a codeblock that will be evaluated only if oxBrowse itself lost focus so I can trigger an auto-save function

Any tip?
TIA
by hua
Thu Jan 19, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to trigger action when xBrowse lost focus?
Replies: 0
Views: 212

Re: How to code TScrDlg() for use in folder?

Tried
Code: Select all  Expand view
     
::oFolder:aDialogs[1]:bInit := {||  oScrDlg := TScrDlg():New(::oFolder:aDialogs[1],0,270,0,70) }                                           
 


Why :bInit is not evaluated?
by hua
Fri Nov 25, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 626

New FTDN October/Octure (FWH 22.10)

... a project using it. We have not extensitevely tested it so feedback is welcome. * xbrowse.prg: - Since FWH2008, bClrStd, bClrSel, bClrSelFocus are evaluated with two parameters, viz., browse and column objects. column object is nil when browse evaluates the blocks.However, if a column using a block ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 865

Re: Readonly and/or disable GETs background color

Ok, bColorBlock (actually bColor) is evaluated inside paint event. So this is the only option, it seems. I would like to avoid using paint event.

EMG
by Enrico Maria Giordano
Fri Aug 05, 2022 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

Re: Ayuda con DTPICKER

... an invalid picture format and is ignored. Difference between 1709 and recent versions including 2203. Many users complained that bChange was being evaluated, even when there was no change in the date and insisted that bChange should be evaluated only if there is any change in the date. We modified ...
by nageswaragunupudi
Sat Apr 23, 2022 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DTPICKER
Replies: 6
Views: 367
Next

Return to advanced search