stanmurphy
Technical User
- Oct 14, 2000
- 89
Hello All,
I have a modal form with a 2-page pageframe and a Private Datasession. Each page contains a number of check boxes. All the check boxes use memvar variables scattered from a single file as their controlsource.
My problem is that the memvars for the check-boxes on page two keep disappearing from memory. When I suspend and check immediately after the scatter, they are there. But when I resume and check just after focusing on a combobox, the memvars associated with the fields on page 2 of the pageframe have disappeared. There is no code between the scatter and the setfocus to the combobox, and no code in the combobox either.
One clue I have is that if I move one of the check-boxes from page 2 to page 1 of the pageframe, that check-box works fine.
Does anyone know why those memvars are disappearing?
I have a modal form with a 2-page pageframe and a Private Datasession. Each page contains a number of check boxes. All the check boxes use memvar variables scattered from a single file as their controlsource.
My problem is that the memvars for the check-boxes on page two keep disappearing from memory. When I suspend and check immediately after the scatter, they are there. But when I resume and check just after focusing on a combobox, the memvars associated with the fields on page 2 of the pageframe have disappeared. There is no code between the scatter and the setfocus to the combobox, and no code in the combobox either.
One clue I have is that if I move one of the check-boxes from page 2 to page 1 of the pageframe, that check-box works fine.
Does anyone know why those memvars are disappearing?