Search found 60 matches: setget

Return to advanced search

TDatabase class WIKI

... 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 nageswaragunupudi
Wed Aug 02, 2017 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase class WIKI
Replies: 4
Views: 762

Re: xbrowse MakeTotals()

... the nKey is not Escape key and 2nd parameter is not nil. As we keep recommending and requesting from time to time, safer way would be to assign a SetGet block as bEditValue and let the XBrowse construct a safe bOnPostEdit codeblock. If there are some actions to be taken comsequent on a change ...
by nageswaragunupudi
Sat Mar 28, 2015 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1713

Re: EXCESS RELEASE OF FONT

... encapsulamiento, y no asignar valores directamente a las datas de los objetos que creamos, ni usarlas , sino que deben existir unos metodos SETGET de cada DATA al crear la CLASE para este fin y, en el caso de que las DATAs sean objetos, como es el caso, realice el :End() del objeto antes ...
by cnavarro
Mon Jan 19, 2015 8:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT
Replies: 28
Views: 7181

New FTDN September/Septiembre 2013 (FWH 13.09)

... is diaplayed. When edited the codeblock is evaluated with the new value and column object as parameters. Therefore it is now possible to have setget blocks as contents of cells. This is particulary useful while browing arrays. We can have codeblocks as some of the cells operating on the entire ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2819

Re: Simple xBrowse edit ?

...  oLbx8:aCols[ 2 ]:SetCheck()  In case we are using ADD TO oBrw syntax and need the values to be edited, we need to use setget codeblocks like this.  add oCol to oLBx8 header "Pass" ; data { |x| If( x == nil, oInsp:svcpas, oInsp:svcpas := x } SIZE ...
by nageswaragunupudi
Thu Oct 24, 2013 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple xBrowse edit ?
Replies: 10
Views: 2591

Re: Changing data type and picture in GET

... => (b)TGET(144) Called from: .\source\classes\TGET.PRG => TGET:REFRESH(0) Called from: e:\aba\aba5\Queries.prg => SETGET(367) Called from: e:\aba\aba5\Queries.prg => LOADQUERY(227) Called from: => (b)EVAL(150) Called from: .\source\classes\WBROWSE.PRG => ...
by DonDrew
Sat Jun 29, 2013 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing data type and picture in GET
Replies: 1
Views: 848

Re: Nuevo Grupo en Ribbonbar

Cristobal,

Aunque la DATA nSeparation está comentada, está implementada más abajo como método SETGET:

Code: Select all  Expand view
METHOD nSeparation( nValue ) CLASS TRibbonBar

   if nValue != NIL
      ::hSeparation := nValue
      ::Default()
      ::Refresh()
   endif

return ::hSeparation
by Antonio Linares
Thu May 09, 2013 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo Grupo en Ribbonbar (Solucionado)
Replies: 7
Views: 1232

Re: xBrowse CRYPT

When we want to edit a column, it is advisable to assign bEditValue with SETGET block. :bEditValue := { |x| If( x != nil, FIELD->PASSWORD := Encrypt( x, cPw ), nil ), Decrypt( FIELD->PASSWORD, cPW ) }  Now you can ...
by nageswaragunupudi
Sat Mar 09, 2013 5:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse CRYPT
Replies: 1
Views: 507

Re: xbrowse. bdata y array

goosfancito wrote:bedit no es para cuando se quiere editar la celda?

No
bEditValue is the codeblock for the value to be shown.

Note: Use of bStrData is deprecated years ago. Instead we should use bEditValue.
bEditValue can also be a SetGet block.
by nageswaragunupudi
Fri May 04, 2012 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse. bdata y array
Replies: 4
Views: 870

Re: TSBrowse TXBrowse ?

... datasources. Example, we may first create xbrowse for RDD and then switch to TDatabase object. XBrowse automatically generates appropriate SETGET blocks and bOnPostEdit blocks. I advise that it is much safer to let this work done by xbrowse. bOnPreEdit: (introduced very recently) When inline ...
by nageswaragunupudi
Tue Jan 25, 2011 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse TXBrowse ?
Replies: 8
Views: 3128

Re: No aparece Efecto Pijama

The SETGET Method KeyNo was not implemented in the older versions like 6.12. Instead of oBrw:KeyNo, we may use Eval( oBrw:bKeyNo,,oBrw ) for older versions of XBrowse. Using OrdKeyNo() works only for RDDs. Not useful while browsing ...
by nageswaragunupudi
Sat Jan 22, 2011 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No aparece Efecto Pijama (Solucionado)
Replies: 14
Views: 2330

Re: he conseguido un iphone

Clase TView implementados los métodos nTop, nLeft, nWidth y nHeight de tipo SETGET :-)
by Antonio Linares
Tue Oct 26, 2010 8:44 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 134729

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... QPoint, etc. 2010-09-17 15:49 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * src/rtl/ttopbar.prg ! Changed: Instance variable <cargo> to SETGET METHOD cargo( xCargo ). Request received on SF's bug tracker. 2010-09-17 15:31 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/QComboBox.cpp ...
by Pritpal Bedi
Mon Sep 20, 2010 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 101327

Re: xBrowse header

... 99,999,999.99" ;ALIAS 'ARQCHEQ'   In this case XBrowse knows more information about the field 'VALOR' in the DBF 'ARQCHEQ' and builds setget block. bonpostedit block, tries to see what order tag is to be selected for autosort and more. This is the way to take the best out of XBrowse
by nageswaragunupudi
Wed Jul 14, 2010 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse header
Replies: 3
Views: 715

Dúvida TSBROWSE

Sr. Manuel,

é possível que o botão de uma célula fique sempre visivel? ou ele ficara visivel apenas em modo de edição?

oBrw:Setget( 1, "LUPA", { | oGet, dVar | ...

Obrigado
by MGA
Wed Apr 07, 2010 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dúvida TSBROWSE
Replies: 2
Views: 590
PreviousNext

Return to advanced search