Search found 297 matches: evaluated

Return to advanced search

New FTDN March/Marzo 2017 (FWH 17.03)

... ) New 5th and 6th parameters pdffilename and an optional codeblock to evaluate prior to generation of pdf. This codeblock, if specified, is evaluated with excel sheet object and browse object as paramters. Limitations: The limitations are due to Excel. (a) Headers are not repeated on each ...
by Antonio Linares
Wed Mar 29, 2017 10:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2017 (FWH 17.03)
Replies: 0
Views: 1511

Radio and GTF problem

It seems, that the codeblock ::bchange on radios evaluated twice when changing the radiooption! Please try oRadio:bchange := {||msginfo("Changed")} In the meanwhile i found, that this only appears, if in the function of the codeblock a ...
by byte-one
Tue Mar 28, 2017 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio and GTF problem
Replies: 12
Views: 1968

Re: Popup-menu on XBROWSE

For this you can use oCol:bEditBlock.
When the button is clicked, this codeblock is evaluated with { |nrow,ncol,ocol,nkey| ...... }
You incorporate your popmenu display code inside this codeblock.
by nageswaragunupudi
Wed Mar 22, 2017 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Popup-menu on XBROWSE
Replies: 5
Views: 766

New FTDN December/Diciembre 2016 (FWH 16.12)

... value Eg Usage: If oCn:IsMariaDB or oCn:nVersion >= 5.63 // do something endif - New: DATA bTrigger in Rowset: If assigned, the codeblock is evaluated with the rowset object and the field name in lowercase as parameters everytime any field is modified. This can be used for automatic internal ...
by Antonio Linares
Thu Dec 22, 2016 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2016 (FWH 16.12)
Replies: 10
Views: 4810

Re: Function to Print Memo with proportional font.

... text or memo (multi-line) or even an array of text lines. The vairiable cMultiLineText can also be a codeblock in which case, the codebolck is evaluated. If this value is of another data-type, it is converted as text.
by nageswaragunupudi
Sun Oct 30, 2016 4:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to Print Memo with proportional font.
Replies: 6
Views: 931

Re: Looking for cliparse.zip / Buscando cliparse.zip

... just continue to next pcode byte ENDPROC => This is the end. We have completed this function execution All these instructions will be evaluated from our VirtualMachine() function (Clipper names it _plankton()). All functions end using ENDPROC, so when the VirtualMachine() finds ENDPROC ...
by Antonio Linares
Mon Oct 24, 2016 7:51 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2306

Re: New FTDN August/Agosto 2016 (FWH 16.08)

October 2016 (FWH 16.08 Revised Build) ====================================== * XBrowse: bPastEof is now evaluated with browse object as paramter * FWMARIADB: RowSet object ------------- 1) New: Pagination When a RowSet is opened with syntax RowSet( table/sql, nRows ), in addition ...
by Antonio Linares
Wed Oct 12, 2016 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 1966

New FTDN August/Agosto 2016 (FWH 16.08)

... cList, aData ) * Fix: TDataRow class (datarow.prg) Method FieldName( nLastFieldNumber ) returns an empty string. Fixed. * TDataRow: When bEdit is evaluated, the workarea of the record is selected for the duration of the edit. * Enhancement: function PopupBrowse() now supports an optional fourth ...
by Antonio Linares
Mon Sep 26, 2016 9:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 1966

FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... "customer" }, "c:\mybackups\adhoc\stcust.bkp" ) Param-3: bProgress (optional) If provided, this codeblck is evaluated for every table with table-name, serial-number, total-number-of-tables, time-in-seconds-from-start. It is generally not recommended to use ...
by nageswaragunupudi
Sat Aug 06, 2016 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20641

Re: FWH: MySql/MariaDB: RowSet object

... the filter expression. Either convert the variables as constants or use Filter with parameters. (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. Example: ...
by nageswaragunupudi
Thu Jul 21, 2016 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19622

Re: OT: Windows 10 - stop upgrade

... It is different here ... this is a group of hard working people who focus on helping each other. I'm just sharing in case some here have not fully evaluated the comments they may have seen elsewhere.
by TimStone
Mon Jun 27, 2016 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 4781

Re: oBrw:bClrStd error in 16.04

... <> oBrw:aRow[13], RGB(255,0,0),GetSysColor( 5 )  ) } } This assumes that bClrStd will never be evaluated when the Array is empty. This is not a very safe assumption. It is better to code this in a safe manner like this oBrw:bClrStd   := { ...
by nageswaragunupudi
Tue May 17, 2016 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:bClrStd error in 16.04
Replies: 2
Views: 553

BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad

... it does not matter if the style is 2007 ... 2015. But in the earlier versions, the codeblock should return a valid Gradient Array. bClrGrad is evaluated with 2 params lMouseOver, oBtnObject. Now the bClrGrad can return a Gradient Array or an RGB color or an ARGB color ( Alpha Color ) or a Brush ...
by nageswaragunupudi
Mon May 16, 2016 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad
Replies: 1
Views: 655

New FTDN April/Abril 2016 (FWH 16.04)

... with painted points coordinates {nY, nX, nSerie, nPos, nVal} How to use it: - Define the tooltip as a codeblock (oGraph:cToolTip) - When it gets evaluated it receives these parameters: . Self: oGraph . nSerie: bar serie number . nPos: ::aData index . nVal: the value Use example oGraph:cToolTip ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7600

Re: To antonio : tget LightBorder

One issue is you need to use detached local inside your code block.
Right now when the code block gets evaluated it has wrong value for variable v in { || LightBorder( aGet[v], aGet[v]:lFocused , .T. ) }
by Gale FORd
Tue Apr 12, 2016 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To antonio : tget LightBorder
Replies: 2
Views: 746
PreviousNext

Return to advanced search