FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse save data from Tget
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
xbrowse save data from Tget
Posted: Sun Dec 08, 2024 09:07 PM


I have an xbrowse and next to it two get controls, when the user changes records the get controls refresh and the user could change the data, how can I check if the user has the mouse in one of the get controls and make sure that the data is changed in the browse if the user has modified them before scrolling to another record?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: xbrowse save data from Tget
Posted: Mon Dec 09, 2024 10:41 AM

I think you can use get valid clause to do that

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: xbrowse save data from Tget
Posted: Tue Dec 10, 2024 08:19 AM
Marcelo Via Giglio wrote:I think you can use get valid clause to do that
Thanks for your valuable advice, do you think I haven't tried?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: xbrowse save data from Tget
Posted: Tue Dec 10, 2024 11:45 AM

looking at your messages, maybe no

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: xbrowse save data from Tget
Posted: Wed Dec 11, 2024 10:52 AM
Marcelo Via Giglio wrote:looking at your messages, maybe no
You are all professors, you decree from the top of the chair but then you don't understand what I mean
I know the valid one well
Code (fw): Select all Collapse
 aGet[21]:bMMoved := { |nRow, nCol, nKeyFlags| ---------------------------------- }

I asked how to save the content of the get control in xbrowse
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion