problem with alert [message #308783] |
Tue, 25 March 2008 07:59 |
shekhar.salunkhe
Messages: 154 Registered: January 2008 Location: Pune
|
Senior Member |
|
|
Hello Sir,
Currently I am facing very big problem...
I migrate 6i application to 9i.
Whenever I insert alert in the form it works perfect, but when I remove that alert, it wont work..
Why this is so?
Please help me.......
Regards
|
|
|
|
|
|
|
|
Re: problem with alert [message #313355 is a reply to message #308987] |
Fri, 11 April 2008 08:29 |
shekhar.salunkhe
Messages: 154 Registered: January 2008 Location: Pune
|
Senior Member |
|
|
Hello
Still I am not getting the exact answer about alert.
Migrated forms are not (6i to 9i) working properly as in 6i.(Basic problem which I am facing like : Control not set to the Add button when form loads).
But if I insert alert at the When-New-Form-Instance trigger, it works perfect.
And I dont want that alert, because it looks very bad that each time shows alert when I call that form.
I want help from all expert.
What is the solution for this?
Please help me.....
[Updated on: Fri, 11 April 2008 08:30] Report message to a moderator
|
|
|
Re: problem with alert [message #313406 is a reply to message #313355] |
Fri, 11 April 2008 14:01 |
solisdeveloper
Messages: 48 Registered: March 2008 Location: Mexico
|
Member |
|
|
Hi:
How is it not working? I mean what is happening if you remove the alert? Do you get an error message? If so...What error message are you getting? Is it not applying some properties? Is it not showing some Items?
What is your Form supossed to do when it loads for the first time? Or what is exactly your problem I read in your last post something about control not set to a Button, but I still can't picture the situation.
Why don't you post your When_New_Form_Instance code so that we can understand what are you trying to do, and how it is not working. That will make it easier to help you.
Regards!
|
|
|
Re: problem with alert [message #319637 is a reply to message #308783] |
Mon, 12 May 2008 07:44 |
shekhar.salunkhe
Messages: 154 Registered: January 2008 Location: Pune
|
Senior Member |
|
|
Problem Solved..
Actually problem ocurrs because of trigger.
I called that form from When-Image-Pressed which not perfect for internal navigation.
Now I used When-Mouse-Click, Now it is working perfectly.
Thanks for your help.
|
|
|