Re: Passing Parameters
From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Tue, 20 Jul 1999 21:44:53 +0800
Message-ID: <37947D55.6358_at_yahoo.com>
Date: Tue, 20 Jul 1999 21:44:53 +0800
Message-ID: <37947D55.6358_at_yahoo.com>
Shelli D. Orton wrote:
>
> I have a form calling another form and I'm using a parameter list to
> pass a text value. Or at least that's what I want to do. The calling
> form is a multiple record form. I know how to get the record number,
> what I don't know is how I set my variable (used to build my parameter
> list) to that record. Help?
>
> Thanks,
> Shelli
go_record(n);
my_value := :blockname.item_name;
then use my_value in your parameter list..
HTH
-- =========================================== Connor McDonald "These views mine, no-one elses etc etc" connor_mcdonald_at_yahoo.com "Some days you're the pigeon, and some days you're the statue."Received on Tue Jul 20 1999 - 15:44:53 CEST
