Dennis,

 

Why don't you just create the variable in the After Start EEP and then just
execute it in the On Close EEP?

For example:

 

After Start EEP:

SET VAR vCommand TEXT= 'Any valid R:Base command'

RETURN

 

On Close EP:

&vCommand

CLEAR VAR vCommand

RETURN

 

Javier,

 

Javier Valencia, PE

O: 913-829-0888

H: 913-397-9605

C: 913-915-3137

 

From: [email protected] [mailto:[email protected]] On Behalf Of Dennis
McGrath
Sent: Monday, November 19, 2012 3:08 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Wriing custom OnClose eep in code

 

In my After Start event, I am trying to push dynamic code into the On Close
custom eep.

 

I tried both these this syntaxes without success:

 

PROPERTY   RBASE_FORM    'Custom_EEP->OnCustomExitEEP'    .vCustomEEPcode

PROPERTY   RBASE_FORM    'Custom_EEP->OnCustomExitEEPEEP'    .vCustomEEPcode

 

 

The object inspector does not show a property for OnCloseEEP

 

Clicking on the OnCustomExitEEP (TStringList) gets me to the OnClose custom
eep 

 

Any blues clues?

 

 

Dennis McGrath

Software Developer

QMI Security Solutions

1661 Glenlake Ave

Itasca IL 60143

630-980-8461

[email protected]

Reply via email to