xbrowse save data from Tget

Post Reply
User avatar
Silvio.Falconi
Posts: 7104
Joined: Thu Oct 18, 2012 7:17 pm

xbrowse save data from Tget

Post by Silvio.Falconi »

Image

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 November 2023 - January 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
Marcelo Via Giglio
Posts: 1071
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: xbrowse save data from Tget

Post by Marcelo Via Giglio »

I think you can use get valid clause to do that
User avatar
Silvio.Falconi
Posts: 7104
Joined: Thu Oct 18, 2012 7:17 pm

Re: xbrowse save data from Tget

Post by Silvio.Falconi »

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 November 2023 - January 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
Marcelo Via Giglio
Posts: 1071
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia

Re: xbrowse save data from Tget

Post by Marcelo Via Giglio »

looking at your messages, maybe no
User avatar
Silvio.Falconi
Posts: 7104
Joined: Thu Oct 18, 2012 7:17 pm

Re: xbrowse save data from Tget

Post by Silvio.Falconi »

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: Select all | Expand

 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 November 2023 - January 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
Post Reply