
in j2me i want to know how to acess third form from the second form.... so need a program for example with more thaan three form....

if you want to see the next form when you press 'ok' button or any other button then use the code
inside the command action
{
if(c==ok)
{
form3.setCommandListener(this);
display.setCurrent(form3);
}}
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.