SYSREPOSWINS-POS_EVENT_HANDLER$ vm-18 (OpenInsight Specific)
At 21 MAY 1998 11:42:13AM Steve C. wrote:
I'm working on writing a program that will document my
FORMS, printing all DICT editfields etc., Events, Quickevents,
etc…..
Looking at a SYSREPOSWINS record, one editfield has an
Option quickevent that does a IXLOOKUP. The first "value"
in the POS_EVENT_HANDLER$ is the letter "E", followed
by IXLOOKUP, @WINDOW,…. What does the "E" represent?
Thanks….
Steve C.
At 26 MAY 1998 11:01AM Gene Gleyzer wrote:
Steve,
'E' stands for EVENT type of a quick event (the one that results in Send_Event(…) call), and 'R' stands for REPOSITORY type (the one that results in Repository(…) call).
Gene