Home » Developer & Programmer » Forms » Navigating between forms
Navigating between forms [message #187447] Mon, 14 August 2006 01:22 Go to next message
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

Re: Navigating between forms [message #187459 is a reply to message #187447] Mon, 14 August 2006 02:14 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Instead of going to the 'form2' why don't you display another window/canvas which contains the scores? Much simpler if you intend maintaining, or recreating, the state of the original form.

David
Re: Navigating between forms [message #187477 is a reply to message #187459] Mon, 14 August 2006 03:05 Go to previous message
mikemc
Messages: 4
Registered: August 2006
Junior Member
Thanks David. It worked!!!
Previous Topic: Field Places changes in multilanguage
Next Topic: webutil at ids 10g
Goto Forum:
  


Current Time: Fri Sep 20 09:57:46 CDT 2024