Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. oscar lopez

    chechkbox keeps the last selected row

    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...
  2. oscar lopez

    chechkbox keeps the last selected row

    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...
  3. oscar lopez

    chechkbox keeps the last selected row

    The code that I publish in this post is the only thing that the init of the form has. I only work with the packages table in that form
  4. oscar lopez

    chechkbox keeps the last selected row

    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?
  5. oscar lopez

    chechkbox keeps the last selected row

    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...

Part and Inventory Search

Back
Top