Re: setting GRID Value
Posted: Tue Oct 27, 2020 8:07 pm
Serge,
I tried and seemed to work ok.
I created a public or private variable at start of procedure. Where := 1
Then in the grid onlostfocus {Where := {this.value}
ongotfocus {this.value := Where}
I did this in Functions but should work right at the grid.
PS when using a browse with a table WHERE has to be zero at to set to top at start.
I tried and seemed to work ok.
I created a public or private variable at start of procedure. Where := 1
Then in the grid onlostfocus {Where := {this.value}
ongotfocus {this.value := Where}
I did this in Functions but should work right at the grid.
PS when using a browse with a table WHERE has to be zero at to set to top at start.