Re: Forms 4.5 - select question

From: A. Jorge Florindo <ajf.63_at_mail.telepac.pt>
Date: 1996/09/22
Message-ID: <324580B8.58E5_at_mail.telepac.pt>#1/1


Lewis Cunningham wrote:
>
> Actaully take a look at the default where property in the block property sheet. This is
> updateable at runtime using the set_block_property built in.
>
> Lewis
>
> "A. Jorge Florindo" <ajf.63_at_mail.telepac.pt> wrote:
>
> >Kathy, Koehler wrote:
> >>
> >> I'm writing a select statement in forms 4.5 where I want to vary the "where"
> >> clause by using a variable. I have been unable to do this. Can you do this
> >> and what is the syntax? Here's an example:
> >>
> >> select status, id, open_date, owner, queue, short_description,
> >> cust_priority, ae_incident.prospect_id,major_acct, contact,
> >> target_code
> >> from ae_incident, pro_bcs
> >> "PARAMETER.query_param";
> >>
> >> The above did not work.
> >>
> >> Thanks,
> >>
> >> Kathy
 

> >Hi Kathy,
 

> >If you want to use a variable select statement in forms 4.5 you need to create and
> >manipulate a record group.
> >I suppose that you have Forms 4.5 Reference Manual Vol.1 . Consult the follow built-ins:
> >> create_group
> >> populate_group
> >> create_group_from_query
> >> populate_group_from_query
> >> {set|get}_group_{char|date|number}_cell
> >> add_group_{row|column}
> >> get_group_row_count
> >> find_{group|column}
> >> delete_group
> >> delete_group_row
 

> >Say something via e-mail or news If you need more info.
 

> >Regards
> >Jorge
> >+----------------------------------+
> >| A. Jorge Florindo |
> >| ajf.63_at_mail.telepac.pt |
> >| Portugal |
> >+----------------------------------+

Hi Lewis

I was read your reply and Gary's too.
Both have right if Kathy doesn't need a select statement with a join condition. Set_Block_Property can only be set for base table blocks.

Regards
Jorge

+----------------------------------+
| A. Jorge Florindo                |
| ajf.63_at_mail.telepac.pt           |
| Portugal                         |
+----------------------------------+
Received on Sun Sep 22 1996 - 00:00:00 CEST

Original text of this message