Consultor Eletrônico



Kbase P138198: Trigger code is not copied when copying / pasting a .NET control in an ABL Form
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/4/2008
Status: Unverified

SYMPTOM(s):

Trigger code is not copied when copying / pasting a .NET control in an ABL Form

Copy component does not copy associated trigger code

The new (copied) instance of the .NET component has no associated Events

FACT(s) (Environment):

Copying and pasting a .NET component with an ABL form
.NET component has associated Event handlers
OpenEdge Architect Category: Visual Designer
OpenEdge 10.2A
Windows

CAUSE:

This is expected behaviour caused by the clipboard format that .NET controls support. This format does not include any event information. The same behavior occurs in Visual Studio.

FIX:

Manually re-associate the Event in the new (copied) component with the Event handler