Re: Form parameters
Date: Sun, 10 Oct 1999 18:21:54 -0400
Message-ID: <7tr3kb$gbh$1_at_proxy2.fe.internet.bosch.de>
User the form property calling_form
get_form_property(calling_form)
Hope this helps,
Sunder
Scott Powers wrote in message ...
Hi,
[Quoted] I am passing a parameter list (its name is 'students') and a 'default_where'
parameter to another form.
In the called form, how can I know the ID of the list and the parameters
inside it. I guess I can use :
PassedList_ID := get_param_list('Students');
Which means I have to know that 'students' was the list passed to it. But what if I have two different forms passing parameterlists to this form, and I don't know which one called it. Isn't there a way whereby the called form intrinsically knows WHO called it and WHAT parameter list was passed to it?
Thanks,
Scott
ps. GET_PARAMATER_ATTR () requires that I know the ID of the passed list, so again same issue Received on Mon Oct 11 1999 - 00:21:54 CEST