I have a form. In it i have a pageframe. In the first page a i put some textbox to enter some parameters and a button; with this i run a query method where a make a select and i fill a grid in the second page. In the second page a have other buttons to call other forms...
When i enter the parameters the first time and i click on the button the Select got the requested records and put them into the grid. When on the grid i select one record and with another button i calla form where i modify some data and when i return to the form and i click on the grid (with corrected records) after few records the grid is refreshed and a greater number of records is shown. It is like my query method has been recalled, but i have the call to this method only in the click of the button....... I have no filters on the grid. The grid has like recordsource the cursor returned from the query method..
I don't understand what happens....