Re: Forms newbie questions
Date: Wed, 4 Apr 2001 18:22:02 -0700
Message-ID: <ZNPy6.142375$47.2080542_at_news.bc.tac.net>
The user can press f7 to put the form in enter query mode. They type in the
sales_order_id and then press f8 to execute the query. You can also have
the form start in enter query mode by coding ENTER_QUERY; in the
when_new_form_instance trigger.
Alexandre Laplante <alaplante_at_avcorp.com> wrote in message
news:TPIy6.183014$Z2.2177012_at_nnrp1.uunet.ca...
> Hello!
> I tried to built a forms that create Sail Order.
>
> I want that my user do be able to type in the SALES_ORDER_ID and if the
> SALES_ORDER exits in the database it should automaticaly populate the
items
> with Sales_Order record .
>
> I know some technique ost-query trigger,a control with a
> SET_BLOCK_PROPERTY(...,DEFAULT_WHERE_CLAUSE,...),the TIMER method(you can
> call excute_query on trigger Validate-ITEM..)...
>
> What is your method to do that?
> What is the best method to do that?
>
> Thanks!
>
>
>
>
Received on Thu Apr 05 2001 - 03:22:02 CEST