You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Signal an event to the Framework filters and RAMP screens.
Syntax
AVSIGNALEVENT([sId] [,sTo] [,sAInfo1] [,sAInfo2] [,sAInfo3] [,sAInfo4] [,sAInfo5] [,nNInfo1] [,nNInfo2] [,nAInfo3] [,nNInfo4] [,nNInfo5])
Parameters

SId

Required.String containing an identifier of the Event. 

STo

Valid values are:
FRAMEWORK = The signal is broadcast to the whole framework
BUSINESSOBJECT = The signal is only broadcast to filters and RAMP screens in the current business object

sAInfo1

Optional. String containing additional information that the object listening for the signal can use.

sAInfo2

Optional. String containing additional information that the object listening for the signal can use.

sAInfo3

Optional. String containing additional information that the object listening for the signal can use.

sAInfo4

Optional. String containing additional information that the object listening for the signal can use.

sAInfo5

Optional. String containing additional information that the object listening for the signal can use.

nNInfo1

Optional. Number containing additional information that listening object may use.

nNInfo2

Optional. Number containing additional information that listening object may use.

nNInfo3

Optional. Number containing additional information that listening object may use.

nNInfo4

Optional. Number containing additional information that listening object may use.

nNInfo5

Optional. Number containing additional information that listening object may use.

 |
 
Return Value
None
Example
This example signals that an entry has been deleted in the instance list:
AVSIGNALEVENT("Delete_List_Entry", "BUSINESSOBJECT", objListManager.AKey1[0] );
Also see [<span style="color: #0000ee"><span style="text-decoration: underline; ">Updating the Instance List from RAMP screens</span></span>].
[<span style="color: #0000ee"><span style="text-decoration: underline; ">Show Contents List</span></span>|../../index.htm#lansa/lansa050_2375.htm]

  • No labels