Search found 297 matches: evaluated

Return to advanced search

Re: New FTDN May 2018 (FWH 18.05)

... method SetTree(). Refer to this method as an example of usage of the function. * Drag and Drop Simplification: Till ver.18.04, bDropInfo was evaluated with 4 params: Eval( ::bDropOver, uDropInfo, nRow, nCol, nFlags ) nRow and nCol are relative to the window from which the drag began. The ...
by Antonio Linares
Sun Jul 22, 2018 5:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2765

New FTDN May 2018 (FWH 18.05)

... method SetTree(). Refer to this method as an example of usage of the function. * Drag and Drop Simplification: Till ver.18.04, bDropInfo was evaluated with 4 params: Eval( ::bDropOver, uDropInfo, nRow, nCol, nFlags ) nRow and nCol are relative to the window from which the drag began. The ...
by Antonio Linares
Sat Jul 14, 2018 4:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2765

New FTDN April/Abril 2018 (FWH 18.04)

... Now this works with all versions of Harbour. - New data bBmpAction of TXBrwColumn: If specified, evaluated with column object as parameter when the bitmap in a column in the selected row is clicked. - Fix: bEditWhen had no effect on BtnAction in ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2167

New FTDN January/Enero 2018 (FWH 18.01)

... Text to be written when the value is logical .t. 5. cFalse(Optional): Text to be written when the value is logical .f. - bPastEof is now evaluated with 2 paramters Self, nKey. Value of nkey is: VK_DOWN : When triggered by pressing down key by the user. 0 : If ::GoDown() is called by the ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2604

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

... I noticed your new code ... just curious how you would modify your code to trap vk_down with FWH1801 or greater ? From FWH1801, bPastEof will be evaluated with 2 parameters viz., Self, nKey. nKey can be nil, VK_DOWN, 0 or -1 depending on the triggering event. Code: VK_DOWN : When triggered by ...
by Rick Lipkin
Sat Feb 10, 2018 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6146

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

From FWH1801, bPastEof will be evaluated with 2 parameters viz., Self, nKey. nKey can be nil, VK_DOWN, 0 or -1 depending on the triggering event. VK_DOWN : When triggered by pressing down key by the user.0      : If ::GoDown() is ...
by nageswaragunupudi
Sat Feb 10, 2018 1:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6146

New FTDN September/Septiembre 2017 (FWH 17.09)

... - New methods: Copy() and Paste() Eg: oDbf:Copy(), modify oDbf:aCopy, oDbf:GoTo(nOthRec), oDbf:Paste() - Triggers Improved: ::bTrigger is now evaluated on delete and recall also. While the 1st parameter continues to be the database object, 2nd parameter contains the operation, i.e., "UPDATE", ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3378

Problem with Escape key and dialog on MDI child

... escape key press and the dialog closes with mdi window remaining. The tracelog shows nCounter reached a total of 3. Somehow the valid clause is evaluated twice during the 1st escape key press.   local nCounter := 0 // Added to top of function child()   ACTIVATE DIALOG oDlg NOWAIT ...
by Gale FORd
Tue Sep 19, 2017 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Escape key and dialog on MDI child
Replies: 8
Views: 1215

Re: Add a function afther the errors has occured

... ) --> cOldPath 2. SetErrorFileName( cErrorLogFileName ) --> cOldName 3. SetPostErrorAction( bAction ) --> bOldAction bAction is evaluated with cErrFileName (with path) and oError as parameters This codeblock is executed after the ErrorDialog is closed. In this PostErrorAction ...
by nageswaragunupudi
Sun Sep 17, 2017 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a function afther the errors has occured (SOLVED)
Replies: 3
Views: 674

TDatabase FWH 17.08 : Datas and Methods

... methods. 6. bEoF ( Type: "B" ): If assigned, executes when EOF() is true 7. bNetError ( Type: "B" ): Optional. If assigned, evaluated when record lock fails 8. BookMark ( Type: "N" ): ACCESS ::BookMark --> RecNo() ASSIGN ::BookMark := n --> ::DbGoTo( n ) [ ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1785

New FTDN July 2017 (FWH 17.07)

... shown based on the state of the control i.e., Active, Pressed, MouseOver. If bBmpNo is specified the bitmap number returned by the codeblock when evaluated with oBtn as parameter is displayed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34383 * Brush: New DATA lClientArea (default ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2951

Re: New FTDN May/Mayo 2017 (FWH 17.05)

... from our EXEs. * samples\TransFree.prg Other sample use function FW_TransLang from dialog * TGET: New DATA bColor If specified, bColor will be evaluated with oGet as parameter. The codeblock should return an array { nTextColor, nBackColor } TGet uses these colors to display the Get superceding ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2439

Re: Move the mouse over the xBrowse

... pressed left button scroll xBrowse and the thumb of a vertical scrollbar is moved. However xBrw:bChange not work out. Why ? oBrw:bChange is to be evaluated when the record pointer changes. Pressing mouse button and dragging the mouse up and down scrolls the grid up and down but does not change ...
by nageswaragunupudi
Fri May 19, 2017 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move the mouse over the xBrowse
Replies: 3
Views: 695

New FTDN April/Abril 2017 (FWH 17.04)

... now * bar.prg: - Codeblock bPainted is being called twice in case if buttonbars with non-200? style. Duplicate call is now removed. bPainted was evaluated with only one parameter hDC. Now it is evaluated with 3 parameters hDC, hPS, Self as in other cases. - If NOBORDER clause is specified while ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1274

Re: ASCAN question

... and returns the numeric position of the array element containing the searched value. If a code block is passed for <xbSearch>, it is evaluated and receives as parameter the value of the current array element. The code block must contain a comparison rule that yields a logical value. ...
by George
Thu Apr 27, 2017 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN question
Replies: 2
Views: 528
PreviousNext

Return to advanced search