How to create a pop up window (Windows XP)? [message #353772] |
Wed, 15 October 2008 01:28 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
luitelm
Messages: 4 Registered: September 2008
|
Junior Member |
|
|
Dear all,
I have a form, when a user inserts the data using the post button, a pop up window should apper in a computer of the other user saying ' a new record has been inserted for approval'
Please can any one help me on this.
Regards,
Monoj
[MERGED by LF. Deleted a duplicate message and switched from capital letters to mixed case]
[Updated on: Wed, 15 October 2008 04:48] by Moderator Report message to a moderator
|
|
|
|
Re: Pop up Window [message #353820 is a reply to message #353772] |
Wed, 15 October 2008 04:36 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
do you mean that the post button will commit(save) this record , or just after completing some data on the form?
I need more explanation...
Emad Jad
|
|
|
Re: Pop up Window [message #353830 is a reply to message #353820] |
Wed, 15 October 2008 04:57 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
luitelm
Messages: 4 Registered: September 2008
|
Junior Member |
|
|
Thanks for the reply.
Actually, i have build a forms6i application to get correction request that need to be done in the database from out company's staffs.
when the employees sent this request, their requests need to get approval from the concerned managers. for this, when the employee posts (save and commit) their request, the data is inserted in a database. when this happens, the concern managers should get a pop up window in their computer saying ' data is inserted for approval'.
1)Is there any way(s) how i can make a pop up window appear in those manager computer if if they are not logged in to the application. all the computer are in the same network.
OR
2)Is there any way(s) how i can make a pop up window appear in those manager computer if if they are logged in to the application.
Hope to hear from you soon.
regards,
Monoj.
|
|
|
Re: How to create a pop up window (Windows XP)? [message #353836 is a reply to message #353772] |
Wed, 15 October 2008 05:14 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
Dear monoj ,
Really I thought that your problem is more simple than this.
Unfortunately I have no idea about how to do that.
but you can make another idea .
that all the inserted records which will directed to the manager, will of course take a default Value (not read from the manager).
so when the manager log any time a procedure count the messages which not read and if it returns >0 then
a form based on a view will displayed automatically appear and view the unread messages.
the other part for the solution i don't know how to do it, which is during the runtime without Re-Log how can Oracle send an alert tell the manager that there is a new message for you.
if you reach to how do that please don't forget me.
Emad Jad
|
|
|
Re: How to create a pop up window (Windows XP)? [message #353878 is a reply to message #353836] |
Wed, 15 October 2008 07:45 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
how about if you send a mail to your manager?. i have done something similar by sending emails or by using NET SEND command which is a windows option. If you are using Forms 6i you will need to configure D2KUTIL. If you are using Forms 10g you will need to configure WEBUTIL.
|
|
|
|
|