Hi,
Suppose i have a object Customer with some attributes, references.
Now i create three different form
- One For First Entry (main)
- Second For Editing (Edit Form)
- Third For View (Only To View)
Now when i run the application all is working fine except the navigation when we do on the VIEW FORM click 'go to next' or 'go to previous'.
When i do so it show me the EDIT FORM from the view form, which cause problem. So it seems to be some problem here that is to be checked.