Thanks, Albert,

I've got no problem using an external EEP - I was just trying to work out
how to pass a parameter to a custom EEP.

I was only trying to do that because I had been doing a little
rationalisation to "internalise" any external EEPs that I could.

When I've got nothing more exciting to do I might convert it to a Custom
Form Action as Razzak & MikeB suggested but it's not a high priority.

Regards,
Alastair.


----- Original Message ----- 
From: "Albert Berry" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Thursday, July 21, 2005 12:05 AM
Subject: [RBG7-L] - Re: Passing a parameter to a Custom EEP


> Alastair, you need to write an EEP and call that with the USING. I've
never done this with an
> embedded eep. The other way, that I use for an embedded eep, is to set a
variable and check it on
> the way into the eep.
>
> Something.eep USING 'A'
>
> -- Something.eep
> SET VAR vAction TEXT = .%1
> SWITCH .vAction
>   CASE 'A'
>     ...
>     BREAK
>   CASE 'B'
>     ....
>     BREAK
> ENDSW
>
> --- Alastair Burr <[EMAIL PROTECTED]> wrote:
>
> > Please could somebody confirm whether it is permissible to attempt to
pass a parameter to a
> > Custom EEP by putting the parameter in the space on the EEP's tab for
the custom EEP's name?
> >
> > For example, I want to pass USING 'A' to a custom EEP on an enhanced
Speed Button so I have the
> > following entries on the EEP tab:
> >
> > Predefined [Null]
> > Stored Procedure [Null]
> > Custom Form Action [Null]
> > Custom: USING 'A'
> > (Edit EEP button is grey)
> > (Edit Custom EEP button is yellow)
> >
> > If that's not the way to do it maybe someone could enlighten me as to
how it should be done?
> >
> > Regards,
> > Alastair.
> >
> > ----------------------------------
> > A D B Burr,
> > St. Albans, UK.
> > ----------------------------------
> > [EMAIL PROTECTED]
> > ----------------------------------
>
>
> Albert Berry
> Management Consultant
> RR2 - 1252 Ponderosa Drive
> Sparwood BC, V0B 2G2
> Canada
> (250) 425-5806
> (250) 425-7259
> (708) 575-3952 (fax)
> [EMAIL PROTECTED]
>

Reply via email to