Update options
Adam Robertson
aroberts@orange.usyd.edu.au
Wed, 14 May 2003 11:25:11 +1000
Thanks all.
Steve Heaslip & Darren Reely's suggestion of PUSH UPDATE worked perfectly.
Again Thanks
Adam Robertson
Acting Database and Web Administrator
University of Sydney, Orange
Phone: 02 6360 5967 Fax: 02 6360 5590
mailto:aroberts@orange.usyd.edu.au
-----Original Message-----
From: Darren Reely [mailto:darren.reely@latticesemi.com]
Sent: Wednesday, 14 May 2003 10:32
To: Adam Robertson
Cc: Powerhouse List (E-mail)
Subject: Re: Update options
Perhaps PUSH UPDATE STAY.
Adam Robertson wrote:
> Hi All,
> I have a .qks screen that has an option which prints some of the
> entered data:
> proc designer C
> begin
> do internal i_prt_cover_sheet
> end
>
> After the user enteres "C" they then have to enter "U" to update the data.
> I want to have it do both in one action.
> I cant just put the 'do internal i_prt_cover_sheet' in the preupdate
> procedure (which exists and has various processing in it)
> as the printout is not always needed.
>
> My though was to have this:
> proc designer UC
> begin
> do internal i_prt_cover_sheet
> <something here to start the update process>
> end
>
> But what is that something?
> I could use 'do internal preupdate' but I dont think that would start
> the update process correctly.
>
> Any assistance would be appreciated.
>
> Thanks
>
> Adam Robertson
> Acting Database and Web Administrator
> University of Sydney, Orange
> Phone: 02 6360 5967 Fax: 02 6360 5590
> mailto:aroberts@orange.usyd.edu.au
>