Re: dev 2000 2.1 - How do I?

From: Paul Dorsey <pdorsey.dulcian_at_worldnet.att.net>
Date: 19 Sep 1998 03:22:38 GMT
Message-ID: <6tv81u$7bs_at_bgtnsc03.worldnet.att.net>


Don't forget to do a "go_block" to the correct block first!

--
Paul Dorsey
Dulcian, Inc.
www.dulcian.com
212 595 7223
Patrick Wolf wrote in message <3602c961.2787007_at_news.telekabel.at>...

>On 18 Sep 1998 11:27:06 GMT, "tina hamilton"
><tina.hamilton_at_bradford.gov.uk > wrote:
>
>>1. how do you force the data block to be filled when the form is loaded
>>rather than having to use Query....Execute?
>
>Create a when-new-form-instance-trigger:
>begin
> do_key ( 'execute_query' );
>end;
>
>>
>>2. Having got a filled form how do I insert a blank line (for new record
>>insert) without using the menu option Record....Insert? I would like a
>>push button to do this.
>
>create a button with a when-button-pressed trigger
>begin
> do_key ( 'create_record' );
>end;
>
>You can also directly call the build-ins execute_query and
>create_record, but the do_key is the nicer one, because if you have
>defined a key-trigger for them, they will fire...
>
>Patrick
>
>>
>
>-------------------------------
>Patrick Wolf
>Working for Scientific Games, Vienna
>
>E-Mails: patrick.wolf_at_telekabel.at (home)
> wolf_at_scigames.at (work)
Received on Sat Sep 19 1998 - 05:22:38 CEST

Original text of this message