Re: Question for the Form Execute
Date: 1997/09/09
Message-ID: <3414ED33.30C0_at_comune.grosseto.it>#1/1
Hi Virginia,
I hope I have understood what you mean to say.
You may create a mono-record block based on the table you wish to inquiry.
Then you may create a when-new-block-instance with the simple body:
execute_query;
first_record;
Then you add one ore more buttons with a trigger when-button-pressed and the body:
up; (if you want to go to the previous record)
or
down; (if you want to go to the following record)
Hope this helps.
Ezio Paglia.
Virginia K. Leung wrote:
>
> Hi,
>
> Is that a way to Execute an empty query through a form without going to
> click on the menu to Execute in Form Designer 4.5?
>
> My intention is when the form runs, the system will automatically read
> first record of a table and will focus on Navigation button like next
> command for browsing the next record.
>
> Your help is greatly appreciated! Thanks in advance :-)
Received on Tue Sep 09 1997 - 00:00:00 CEST