Search found 297 matches: evaluated

Return to advanced search

Re: Finding the caption of a Hash

Hello Marc, testing Checkbox I noticed that on Change is not evaluated when you create the checkbox. You have to evaluate from ON INIT of the ACTIVATE WINDOW. Best regards, Otto // A simple test with a checkbox#include "FiveWin.ch"static oWnd//----------------------------------------------------------------------------//function ...
by Otto
Fri Apr 01, 2022 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the caption of a Hash
Replies: 6
Views: 447

Re: Su ayuda con este código

... you want to obtain, right? It would be much simpler ( it's a joke ). The colleague's question is why he obtains that result when the expression is evaluated, I don't think he should be induced as to how it would be resolved to obtain the expected result, that should be done by Harbour. Use SET ...
by cnavarro
Sat Mar 12, 2022 11:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Su ayuda con este código
Replies: 9
Views: 454

Re: Ayuda con FILTER y MARIADB

... cWhere)::oBrw:Refresh() But, it's important to keep in mind Mr Rao words: "(b) Filter expression should be in DBF syntax and evaluated with DBF rules but not in Sql syntax. However, RowSet object tries its best to translate the Sql syntax to Dbf syntax in simple cases. "
by vilian
Mon Feb 28, 2022 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con FILTER y MARIADB
Replies: 19
Views: 1131

Re: Lookup method of Tdatabase

... cCamera, ALLTRIM( cTypeRoom ), oPrenotazioni:RecNo(), dCheckIn, dCheckOut } Originally, I thought this also, but it gets evaluated like this: ... .and. ( oPrenotazioni:Check_IN > dCheck_OUT .or. oPrenotazioni:Check_OUT < dCheck_IN ) Thus it is checking to ...
by James Bott
Wed Aug 18, 2021 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2868

New FTDN April/Abril 2021 (FWH 21.04)

... correctly, Requery( cNewSQL ) was making the rowset readonly. Fixed now. * TMSGITEM enhancements: - Codeblocks bAction and bRClicked were being evaluated with only two parameters nRow,nCol. Now these are evaluated with three parameters nRow,nCol,nSelf. - New method ShowPopUp( oPopMenu ) displays ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1964

New FTDN December/Diciembre 2020 (FWH 20.12)

... evaluating bCalc on every element of the matrix using the operand "u". "u" can be a scalar number of a matrix. bCalc is evaluated with two params |x,y| where x is ::aMatrix[ nRow, nCol ] for each row col and y is the operand if numeric or corresponding u[ nRow, nCol ] ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2553

Re: FWH: Support for Matrix calculations

... evaluating bCalc on every element of the matrix using the operand "u". "u" can be a scalar number of a matrix. bCalc is evaluated with two params |x,y| where x is ::aMatrix[ nRow, nCol ] for each row col and y is the operand if numeric or corresponding u[ nRow, nCol ] ...
by nageswaragunupudi
Thu Dec 10, 2020 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 721

Re: XBrowse and nomodal dialogs

Sorry, it doesn't solve the problem. There are some codeblocks in XBrowse that are evaluated before bPainted and bGotFocus, so before workarea setting.

EMG
by Enrico Maria Giordano
Fri Oct 09, 2020 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and nomodal dialogs
Replies: 23
Views: 1693

New FTDN August/Agosto 2020 (FWH 20.08)

... object. This makes it possible to change the colors of the cells at runtime by changing the datas of the browse object. - Now all these datas are evaluated with browse object as the parameter. When these datas are evaluated by the column object, they are evaluated with browse object and column ...
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: 2309

New FTDN July/Julio 2020 (FWH 20.07)

... Displays RecNo/KeyNo on the recordselector and total records in the footer, if footer is enabled. - New DATA: bOnSort: If specified, evaluated when a column is sorted with browse and column objects as parameters. When oBrw:SetOrderNatural is executed, this codeblock is evaluated with ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1211

XBrowse: Merge Cells Horizontally & in-cell formulas

From FWH2006, it is possible to merge cells horizontally for specific rows, using oCol:bExtend. If specified, this codeblock is evaluated with column object as parameter. If the result is zero, the cell is painted normally. If the result is > 0, this cell width extends to that many ...
by nageswaragunupudi
Sun Jul 12, 2020 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Merge Cells Horizontally & in-cell formulas
Replies: 0
Views: 345

New FTDN June 2020 (FWH 20.06)

... - New data of TXBrwColumn: bDataStrAlign. If assigned, the codeblock is evaluated with oCol as parameter and the result overrides nDataStrAlign - SqlRdd: Enhanced compatibility for Vertical Scrollbars. * Fix: uCharToVal( ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1340

Re: Random -> Error BASE/1004 Message not found

... such as position, dimensions, colors and so on... as you can see "::oWnd" becames the content of :cVarName and 'if' this is then macro evaluated it can lead to errors due to the fact that 'self' may be not reachable outside of the class itself. I don't know the internal usage of this ...
by chiaiese
Tue May 05, 2020 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Random -> Error BASE/1004 Message not found
Replies: 5
Views: 754

Re: xBrowse faster with less colums

This codeblock is evaluated while painting every visible cell. Evaluated only for cells visible on the screen. Assume you have a browse with 20 columns and 300,000 rows but on the screen we see 10 columns and 40 rows. When full refresh ...
by nageswaragunupudi
Fri May 01, 2020 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1056

New FTDN February 2020 (FWH 20.02)

... on numeric pad are interpreted as ALT-A to ALT-I instead. Fixed now. - DATA bSysKeyDown. If this codeblock is specified for any control, this is evaluated as Eval( ::bSysKeyDown, nVirtualKeyCode, nFlags, Self ) when the user presses any Alt-Key combination. At present, the return value is ignored. ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4660
PreviousNext

Return to advanced search