[icf-dev] problem with triggers on dyn-combo and dyn-lookup

Posted by LegacyUser on 12-Aug-2002 15:23

I am trying to implement a trigger that will fire when the user presses

some key (F10 for example). I want this to happen throughout a module

(window), so put the trigger in the custom super procedure of the

independent window.

The trigger works just fine if I am on basic widgets (fill-ins, radio-sets,

check boxes, etc), or if I'm in a browse. However, if I am on a dynamic

lookup or a dynamic combo, the triggers do not fire.

Is this something that has been reported before? I did a quick search in

Issuezilla, and didn't find anything, but can't be sure that I didn't miss

something.

Thanks--

James

James Burts james@klas.com

Keystone Systems, Inc. 919-782-1143

Manager of Software Development Raleigh, NC

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

All Replies

Posted by LegacyUser on 12-Aug-2002 18:42

Hi James,

There is an anykey trigger on the dynamic lookup that prevents your trigger

from firing. I'm in the process of logging an issue about this (the trigger

causes other problems, try pressing ESC for instance) so hopefully it will

disappear in the future. Meanwhile I guess the only way around that is to

override it from your code, or change the lookup.p code. The combo used to

have a similar trigger which is gone now (SP3 at least).

Regards,

Simi

-Original Message-

From: James Burts

Sent: Tuesday, 13 August 2002 06:24

To: dev@icf.possenet.org

Subject: problem with triggers on dyn-combo and dyn-lookup

I am trying to implement a trigger that will fire when the user presses

some key (F10 for example). I want this to happen throughout a module

(window), so put the trigger in the custom super procedure of the

independent window.

The trigger works just fine if I am on basic widgets (fill-ins, radio-sets,

check boxes, etc), or if I'm in a browse. However, if I am on a dynamic

lookup or a dynamic combo, the triggers do not fire.

Is this something that has been reported before? I did a quick search in

Issuezilla, and didn't find anything, but can't be sure that I didn't miss

something.

Thanks--

James

James Burts james@klas.com

Keystone Systems, Inc. 919-782-1143

Manager of Software Development Raleigh, NC

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 13-Aug-2002 00:50

Just to let you know that this has been fixed for V2.

Regards,

Mark Davies

Senior Analyst Programmer

MIP

Tel: +27 (0)11 803 1281

Fax: +27 (0)11 807 1732

E-Mail: markd@mip.co.za

PO Box 2899, Rivonia, 2128

Johannesburg, South Africa

Avoid people who say they know the answer. Keep the company of people who

are trying to understand the question.

-Original Message-

From: Simion Legian

Sent: 13 August 2002 12:42

To: dev@icf.possenet.org

Subject: RE: problem with triggers on dyn-combo and dyn-lookup

Hi James,

There is an anykey trigger on the dynamic lookup that prevents your trigger

from firing. I'm in the process of logging an issue about this (the trigger

causes other problems, try pressing ESC for instance) so hopefully it will

disappear in the future. Meanwhile I guess the only way around that is to

override it from your code, or change the lookup.p code. The combo used to

have a similar trigger which is gone now (SP3 at least).

Regards,

Simi

-Original Message-

From: James Burts

Sent: Tuesday, 13 August 2002 06:24

To: dev@icf.possenet.org

Subject: problem with triggers on dyn-combo and dyn-lookup

I am trying to implement a trigger that will fire when the user presses

some key (F10 for example). I want this to happen throughout a module

(window), so put the trigger in the custom super procedure of the

independent window.

The trigger works just fine if I am on basic widgets (fill-ins, radio-sets,

check boxes, etc), or if I'm in a browse. However, if I am on a dynamic

lookup or a dynamic combo, the triggers do not fire.

Is this something that has been reported before? I did a quick search in

Issuezilla, and didn't find anything, but can't be sure that I didn't miss

something.

Thanks--

James

James Burts james@klas.com

Keystone Systems, Inc. 919-782-1143

Manager of Software Development Raleigh, NC

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

This thread is closed