Navigating between forms [message #187447] |
Mon, 14 August 2006 01:22  |
mikemc
Messages: 4 Registered: August 2006
|
Junior Member |
|
|
I am developing a Self Test Software.
In my form1,i have Next & Previous buttons which displays next and previous questions.
FROM my form1, I also have a Button with when button pressed--
NEW_FORM('form2') and i have a function Score to calculate the score of answered questions;
then in my 2nd form,"form2",I have another Button with when button pressed--
go to Qn2
NEW_FORM('form1');
So it returns back to 1st form displaying Qn2. Thats fine.
but the problem now is when i click Previous &Next button in form1 (after navigation b/w forms),I dont get the other questions.Could anyone help me out? Thanks In Advance.
[Updated on: Mon, 14 August 2006 01:36] Report message to a moderator
|
|
|
|
|