Re: Is there a way in Forms 6 to have a trigger fire whan you mouse over a RECORD?

From: steve deno <sldcrew2k_at_yahoo.com>
Date: 17 Feb 2003 12:05:25 -0800
Message-ID: <8e6b14d8.0302171205.4eb9ee29_at_posting.google.com>


Thanks VERY MUCH for the reply.

First, I am using Forms [32 Bit] Version 6.0.8.12.1 (Is that 6i? or 6.0?)

It WAS a multi-record block, I wanted to be able to select records from the database and display them like a web menu so that the user could mouse over and they would change color, then in a when-mouse-click trigger I would run the associated forms module.

I ended up changing them to each be a seperate item(one record each) and it seemed to work with this code:

when-mouse-enter

set_item_property(:system.trigger_item, visual_attribute, 'mouse_over');

when-mouse-leave

set_item_property(:system.trigger_item, visual_attribute, 'default_disp');

WHEN-MOUSE-CLICK Run_Product(FORMS, 'hardcoded_module_name.fmx', ASYNCHRONOUS, RUNTIME,FILESYSTEM,'NULL', NULL); [Quoted] BUT now, my mouse-enter triggers make the form exit!

ALL your help is appreciated. Does anything stick out as wrong here?

Steve
"Henk Hultink" <hhu_at_stopspam.stoas.nl> wrote in message news:<3e50d6fd_at_news.wau.nl>...
> Hi Steve,
>
> I have tried this and it works.
> Is it a multi-record block? And what version of Forms designer (6.0/6i) are
> you using?
>
> regards,
> --
> Henk Hultink
> Software Engineer
> Stoas, Division OBOI
> Wageningen, The Netherlands
> "Activating Knowledge"
> http://www.stoas.nl
>
> e-mail: hhu_at_stopspam.stoas.nl
> "steve deno" <sldcrew2k_at_yahoo.com> wrote in message
> news:8e6b14d8.0302162002.2fc812e6_at_posting.google.com...
> > I am trying to change the font of the record the mouse is over, then
> > change it back when the mouse leaves.
> >
> > I am currently trying the following in a when-mouse-enter trigger,
> > with not the correct results:
> >
> > go_record(:SYSTEM.TRIGGER_RECORD);
> >
> Set_Item_Instance_property('maint_apps.maint_app_display_name',current_recor
> d,
> > visual_attribute, 'cur_rec');
> >
> > Any better ideas?
> >
> > Thanks in advance
Received on Mon Feb 17 2003 - 21:05:25 CET

Original text of this message