Re: using forms globals in multi form application
Date: 1998/03/31
Message-ID: <01bd5c93$e0d3d990$b3080180_at_fe9227>#1/1
You will have to enter the global value in the block item in the pre_query trigger (setting in w_n_f_i trigger doesn't help) for the form or for the particular block for the query to be based on the criteria.
Konnar.
David <finkelsd_at_redshift.com> schrieb im Beitrag
<6fpsot$653$1_at_usenet87.supernews.com>...
> I'm trying to use global values from one form in an application to
another
> form. The forms are entered either by menu item or navigation button on
> another form. I'm setting the globals' values in post query and
> when-new-record triggers. I check the block item values for null in
> When-new-form-instance triggers and if they are null and there is an
> existing global value I set the block item value to the global value. I
> then fire off a query using the execute_query built-in.
>
> I'm not getting results when I come in from another screen. What am I
doing
> wrong?
>
> Thanks for any help or suggestions.
>
> David Finkelstein
>
>
>
Received on Tue Mar 31 1998 - 00:00:00 CEST