Javier,

I'm doing something really elaborate and need the close eep to be hard coded 
dynamically when the form is started so it does not depend on any variables.

What I am trying to do is OK in controls but probably isn't available in forms.

Hmmm, I just had a thought...tomorrow....

Dennis McGrath
Software Developer
QMI Security Solutions
1661 Glenlake Ave
Itasca IL 60143
630-980-8461
[email protected]
From: [email protected] [mailto:[email protected]] On Behalf Of Javier Valencia
Sent: Monday, November 19, 2012 4:58 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Wriing custom OnClose eep in code

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]> 
[mailto:[email protected]]<mailto:[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]<mailto:[email protected]>

Reply via email to