I tried using if which is the active row but it didn't work either
nCurrentRow = Thisform.Packages.ActiveRow
if nCurrentRow <> 0
If thisform.Packages.Column1.Check1.Value = 1
thisform.Packages.column1.check1.Value=0
endif
endif
changing the sparse =.t. property...
checkbox1 and the select column only exist in the grid, it does not exist in the table. for that reason I omit the line Thisform.packages.column1.ControlSource.
I'm trying a solution, add this code
thisform.Packages.Column1.Check1.caption=''
If thisform.Packages.Column1.Check1.Value = 1...
For example, if I select the second row in the checkbox, it stays selected even after closing the form.
The value of the checkbox is not stored in the table, how do I do it so that when the form is reopened the checkbox does not have any rows selected?
I have a form with a grid, the first column is not in the packages table, I added a checkbox. but the last marked row is being selected in the checkbox, it is maintained despite closing the form.
The value that is configured in the check1.value is 0, after configuring the recordsource and the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.