Simple form with 2 textboxes and a «Save» button (button was created using Wizard).
My 2 textboxes already have the values I want to save in a table; but when I click the button, it doesn't register. If I go back to either textbox and change the value, magic !!!, now by pressing the Save button, everything is recorded in the table.
By the way, this form comes from a doucle-click event and the values are set with their «default values» pointing to the parent form's textboxes.
Also, when the form first open, I noticed that the last button on its navbar (the one like >*) indicating you can save the record is inactive.
Is there a way that I can simulate something was changed so I can save the record ??
My 2 textboxes already have the values I want to save in a table; but when I click the button, it doesn't register. If I go back to either textbox and change the value, magic !!!, now by pressing the Save button, everything is recorded in the table.
By the way, this form comes from a doucle-click event and the values are set with their «default values» pointing to the parent form's textboxes.
Also, when the form first open, I noticed that the last button on its navbar (the one like >*) indicating you can save the record is inactive.
Is there a way that I can simulate something was changed so I can save the record ??