On Oct 25, 12:05 am, "faizal mangattil`" <faizmangat...@gmail.com>
wrote:
> In Oracle Form 6i, i have one multi-record block.
> When i move mouse over each row of specific item, I want to set tooltip-text
> for a column.
>
> i used
>
> set_item_property('item',tooltip_text,'wait from'||manf.Date);
> but it is not working
>
> is it possible to set tooltip-text for an item in multi-record block?
>
> pls help me as soon as possible
>
> faizal mangattil
>
> On 10/24/09, ddf <orat...@msn.com> wrote:
>
>
>
>
>
> > On Oct 24, 1:44 am, "faizal mangattil`" <faizmangat...@gmail.com>
> > wrote:
> > > Hi All
>
> > > I am facing one problem
>
> > > I want to set tooltip text for an Item in Multi-record block.when mouse
> > > enter, i want to change it.
>
> > > can anybody help?
>
> > You'll need to explain MUCH better than you have if you want any
> > usable responses.  Your topic is not specific to PL/SQL; what DOES it
> > reference?
>
> > David Fitzjarrell

Since I sadly have some experience using Oracle Forms... It is going
to depend on which trigger you put the code in and which level of item
you have bound it to. Unfortunately you haven't actually given us that
information. One thing I do know about tooltips is that you can't
change them in a when-mouse-enter trigger for the item that you are
trying to change. And the reason that I know that is because I went to
everyone's favorite oracle documentation site http://tahiti.oracle.com
and looked it up because I knew that there was something weird about
tooltips but couldn't remember what it was.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to