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: 16 Feb 2003 20:02:27 -0800
Message-ID: <8e6b14d8.0302162002.2fc812e6_at_posting.google.com>
[Quoted] I am trying to change the font of the record the mouse is over, then change it back when the mouse leaves.
Date: 16 Feb 2003 20:02:27 -0800
Message-ID: <8e6b14d8.0302162002.2fc812e6_at_posting.google.com>
[Quoted] 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_record,
[Quoted] visual_attribute, 'cur_rec');
Any better ideas?
Thanks in advance Received on Mon Feb 17 2003 - 05:02:27 CET