Strange poplist behaviour?
From: Ale¹ Okorn <ales.okorn_at_aster.si>
Date: Mon, 14 Dec 1998 14:32:33 GMT
Message-ID: <36752166.FE7F3EAB_at_aster.si>
I created a form with poplist using Forms 4.5 and added two triggers:
Date: Mon, 14 Dec 1998 14:32:33 GMT
Message-ID: <36752166.FE7F3EAB_at_aster.si>
I created a form with poplist using Forms 4.5 and added two triggers:
- when_new_item_instance : this trigger stores original value of poplist in global variable
- when_list_changed: this trigger runs some calculations depending on original value (now stored in global variable) and new value of poplist.
The problem is:
When I use TAB key to navigate to poplist, everything works fine, but when I use mouse and click on poplist and change value, first when_list_changed trigger is executed and then when_new_item_instance trigger is trggered and not other way around. I could substitute poplist with plain text, but I'm trying to make this form as user freindly as I can.
Any suggestions would be greatly appreciated.
Regards, Alesh Okorn Received on Mon Dec 14 1998 - 15:32:33 CET