Hi all,

I have a weird problem with the following code:

The following code closes my application without any error messages.
(Close to desktop):

// Green line in a dbGrid
On_Key KEY_F12 Send Activate of oFrmOrderNumber


But this code works:

// Green line in a dbGrid
On_Key KEY_F12 Send ActivateOrderNumber

Procedure ActivateOrderNumber
Send Activate of oFrmOrderNumber
End_Procedure

Any reason why this can happen?

Tested in VDF11.1

TIA

Jeroen Temperville
Soft-Naert