Thank you Elbert.  I will try that.
Mathew.

Elbert Cook <[EMAIL PROTECTED]> wrote:
'CALL (MYLIB/MYCLPGM)PARM(ACCNT)' is a literal value.

What you need to do is pass the value of the variable.

DoCmd('call mylib/myclpg parm(' + %trimr(accnt) + ')')



--- ignatiuskm <[EMAIL PROTECTED]> wrote:

> I am calling the DoCmd procedure with the following
> code
>
>     C          callp     DoCmd('CALL (MYLIB/MYCLPGM)
> PARM(ACCNT)')
>
> The ACCNT variable have a value in the CGI pgm. But
> when MYLIB/MYCLPGM
> is called, the value is not getting passed to the CL
> pgm. The CL pgm
> starts with   PGM   PARM(&ACCNT).  Please help.
>
> Thanks
> Mathew.
>
>
>
>



           
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


Yahoo! FareChase - Search multiple travel sites in one click.

YAHOO! GROUPS LINKS




Reply via email to