FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour question xBrowse
Posts: 838
Joined: Wed Aug 22, 2007 10:09 AM
question xBrowse
Posted: Sun May 03, 2015 06:13 PM

Hello Mr. Rao,

I would like to know if xBrowse could work like Excell when editing a Cell and clicking with mouse out of it resulting in saving the data, not loosing it like nowadays.

Thank you.

Saludos / Regards,



FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Posts: 310
Joined: Mon Oct 10, 2005 05:10 AM
Re: question xBrowse
Posted: Sun May 03, 2015 11:07 PM

Hi

Try

oCol:lAutoSave := TRUE

Colin

Posts: 838
Joined: Wed Aug 22, 2007 10:09 AM
Re: question xBrowse
Posted: Wed May 06, 2015 10:53 AM
Hello,

It worked, thank you:

Code (fw): Select all Collapse
AEval( oBrowse:aCols, { |o| o:lAutoSave := .T. } )
Saludos / Regards,



FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40

Continue the discussion