Home » Developer & Programmer » Forms » Display Mesage (Oracle Forms 6i)
Display Mesage [message #319884] Tue, 13 May 2008 06:00 Go to next message
*munnabhai*
Messages: 157
Registered: March 2008
Location: Riyadh
Senior Member
Hi Guyz,

i have one query from experts.

i have two fields

1) menu (text item )tubular form 5 records
2) description (display item) same block but single field.

im calling module from menu though when mouse click.

i have these modules

1) Medical Rates
2) Administration
3) Procurement
4) Accounting
5) Engineering

i wanna write a procedure. if the mouse on Medical Rates then it will display a some information in Description Box through procedure. like tooltip display if the mouse on Administration it will give administration details in description how can i do this?

i m @ the end of my project, help me to get out from this please

waiting for precious replies.

Regards

Re: Display Mesage [message #319892 is a reply to message #319884] Tue, 13 May 2008 06:20 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Quote:
like tooltip display

So why wouldn't you use tooltip?

/forum/fa/4272/0/
  • Attachment: tooltip.PNG
    (Size: 2.20KB, Downloaded 1012 times)
Re: Display Mesage [message #319896 is a reply to message #319892] Tue, 13 May 2008 06:27 Go to previous messageGo to next message
*munnabhai*
Messages: 157
Registered: March 2008
Location: Riyadh
Senior Member
Thanks little for quick reply.

i wanna to display the msg on another field as when mouse in on Menu.

see the snapshot.

Regards

  • Attachment: ADMIN.JPG
    (Size: 39.72KB, Downloaded 511 times)
Re: Display Mesage [message #319904 is a reply to message #319896] Tue, 13 May 2008 06:40 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Did you research use of the WHEN-MOUSE-... triggers?
Re: Display Mesage [message #319936 is a reply to message #319884] Tue, 13 May 2008 07:32 Go to previous messageGo to next message
*munnabhai*
Messages: 157
Registered: March 2008
Location: Riyadh
Senior Member
Yes little i research....

youknow my scenario

begin
if :block.item = 'XYZ'
then <display description in another field>
end;

this is my scenario

if the mouse will enter on the item 'XYZ' then the description should display in <description field> if the mouse leave value null.

Any help? little
Re: Display Mesage [message #319942 is a reply to message #319936] Tue, 13 May 2008 07:51 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Wait a second! You DID read all you could about WHEN-MOUSE-... triggers, but you still couldn't write it by yourself? How come?

I don't have Developer Suite 6i, while some mouse triggers won't work with 10g (i.e. on the web) due to unacceptable network traffic. Therefore, you'll have to do the job yourself.

You can, of course, post code of a trigger (but NOT pseudocode), its behaviour, possible errors etc.
Re: Display Mesage [message #320045 is a reply to message #319884] Tue, 13 May 2008 18:47 Go to previous messageGo to next message
urnikhil
Messages: 42
Registered: March 2008
Member
when-mouse-enter and when-mouse-leave triggers might help your case...

-Nik
Re: Display Mesage [message #320081 is a reply to message #320045] Wed, 14 May 2008 01:12 Go to previous messageGo to next message
*munnabhai*
Messages: 157
Registered: March 2008
Location: Riyadh
Senior Member
Yes nikhil i know.

any gudience for Code?
Re: Display Mesage [message #320116 is a reply to message #320081] Wed, 14 May 2008 02:24 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
What have you tried? How about showing and hiding something? Have you googled 'when-mouse'?

David
Re: Display Mesage [message #320142 is a reply to message #320116] Wed, 14 May 2008 03:13 Go to previous message
*munnabhai*
Messages: 157
Registered: March 2008
Location: Riyadh
Senior Member
No man i didnt tried yet.....busy with some network problem i will start after lunch.......

Thx

Previous Topic: Transfer a file from a report server to an application server
Next Topic: when_list_changed
Goto Forum:
  


Current Time: Mon Feb 03 06:49:07 CST 2025