Search found 60 matches: setget

Return to advanced search

Re: TCalex error

Sebastian, en la clase TCalex, existe una function que te permite setear ( sirve a modo de SETGET ) la variable estática que se encarga de esa configuración y que puedes llamar en cualquier momento. Quizás con esto puedas solucionar el problema
Code: Select all  Expand view

FUNCTION Calex_SetFirstDate( nFirst )
 
by cnavarro
Sat Jul 31, 2021 7:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCalex error (Solucionado)
Replies: 5
Views: 728

Re: New FTDN January/Enero 2021 (FWH 21.01)

... (classes\treeitem.prg) mejoras: - Nueva ACCESS DATA en TTreeItem :IsLast --> .T., cuando el artículo es el último en el árbol. - Nueva SETGET DATA Visible: Configurando .T./.F. muestra/oculta el artículo - Nueva SETGET DATA Value. Valor definido por el usuario para almacenar y recuperar. ...
by Antonio Linares
Sun Feb 07, 2021 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1254

New FTDN January/Enero 2021 (FWH 21.01)

... class (classes\treeitem.prg) enhancements: - New ACCESS DATA in TTreeItem :IsLast --> .t. when the item is the last in the tree. - New SETGET DATA Visible: Setting .t./.f. opens/hides the item - New SETGET DATA Value. User value to store and retrive. - New DATA bSetGet. If assigned ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1254

Re: XBrowse setget

It works as expected now. Thanks a lot.
by ADutheil
Fri Nov 08, 2019 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse setget
Replies: 5
Views: 742

Re: XBrowse setget

I am extremely sorry.

It is not bOnSave.

It is bOnChange

oCol:bOnChange := { |oCol, uOldVal| yourcode }
by nageswaragunupudi
Fri Nov 08, 2019 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse setget
Replies: 5
Views: 742

Re: XBrowse setget

I tried the following: oBrw1:aCols[ 4 ]:SetCheck( ) // works OK When I add the folowing line the system crashes while opening the browse. oBrw1:aCols[ 4 ]:bOnSave := { || msgInfo( "Hi" ) } The error log is: Application Internal Error - D:\xProjetos\VavAta\VAVATA.EXE Terminated at: 2019-11-...
by ADutheil
Fri Nov 08, 2019 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse setget
Replies: 5
Views: 742

Re: XBrowse setget

Thanks for the answer. I'll see what I can achieve with it.
by ADutheil
Thu Nov 07, 2019 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse setget
Replies: 5
Views: 742

Re: XBrowse setget

This codeblock is called after a cell is edited and saved.
Code: Select all  Expand view

oCol:bOnSave( oCol, uOldValue )
 


In case of DBF, the record is locked, new value is saved, the codeblock bOnSave is evaluated and then the record is unlocked.
by nageswaragunupudi
Thu Nov 07, 2019 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse setget
Replies: 5
Views: 742

XBrowse setget

Hi,

I'd like to know if it's possible to trigger an action when a setget field is changed in a XBrowse.

Tks
by ADutheil
Thu Nov 07, 2019 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse setget
Replies: 5
Views: 742

Re: [BUG] in source/font.prg and a question

... window-size and optional adding bold I tested oFontMed1:Modify( 50, .T. ) and oFontMed1:nHeight(50) but NO change :( METHOD nWidth( nNewValue ) SETGET METHOD nHeight( nNewValue ) SETGET METHOD Modify( nHeight, lBold, lItalic, lUnderline, lStrikeOut, nEscapement ) regards Uwe :D
by ukoenig
Thu Jul 25, 2019 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1019

Re: MENU paint Issue *Fixed*

... pending to implement for future versions Currently the item's height is calculated with the selected font and/or with the function GetnHeightItem (SETGET), so if we want to be sure not to perform global settings at the height of the items, we must save the value that has that value to be able to ...
by dutch
Thu Aug 09, 2018 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENU paint Issue *Fixed*
Replies: 9
Views: 1360

Re: MENU paint Issue *Fixed*

... pending to implement for future versions Currently the item's height is calculated with the selected font and/or with the function GetnHeightItem (SETGET), so if we want to be sure not to perform global settings at the height of the items, we must save the value that has that value to be able to ...
by cnavarro
Wed Aug 08, 2018 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENU paint Issue *Fixed*
Replies: 9
Views: 1360

New FTDN March/Marzo 2018 (FWH 18.03)

... // number of ranges in the X axis Please review new samples\testgrph.prg. Many thanks to Alvaro Quintana for his great help. * FWMariaRowSet: - SetGet method PrimaryVal: Fixed bug when record pointer is invalid. - Method Requery(...) Enhancement: It is now possible to read a totally different ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1688

Re: xBrowse Report and column pictures

... is built into xbrowse to allow bStrData returning non-character values. Kindly read whatsnew.txt of March 2008. We suggest using bEditValue as a SETGET block returning value of any type and optional cEditPicture for formatting. bStrData is constructed internally by XBrowse, using bEditValue and ...
by nageswaragunupudi
Thu Mar 22, 2018 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Report and column pictures
Replies: 3
Views: 782

New FTDN July 2017 (FWH 17.07)

... Syntaxes are like Update method. - Record Object handles Calculated columns and Aliased column names - Method BookMark is now modified as SETGET method. - New Data: bEdit (format { |oRec|UserEdit( oRec ) } ) for user edit instead of default edit procedure. - Enhancement: Method SqlQuery() ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2900
Next

Return to advanced search