Display Mesage [message #319884] |
Tue, 13 May 2008 06:00 |
*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 #319936 is a reply to message #319884] |
Tue, 13 May 2008 07:32 |
*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
|
|
|
|
|
|
|
|