Page 1 of 1
xbrowse save data from Tget
Posted: Sun Dec 08, 2024 9:07 pm
by Silvio.Falconi
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?
Re: xbrowse save data from Tget
Posted: Mon Dec 09, 2024 10:41 am
by Marcelo Via Giglio
I think you can use get valid clause to do that
Re: xbrowse save data from Tget
Posted: Tue Dec 10, 2024 8:19 am
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?
Re: xbrowse save data from Tget
Posted: Tue Dec 10, 2024 11:45 am
by Marcelo Via Giglio
looking at your messages, maybe no
Re: xbrowse save data from Tget
Posted: Wed Dec 11, 2024 10:52 am
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