Update options
Murray Scholz
murray.scholz@abri.une.edu.au
Wed, 14 May 2003 11:03:33 +1000
Hello Adam,
Try "PUSH UPDATE" in your designer procedure
Cheers
Murray Scholz
Associate Director
Agricultural Business Research Institute
University of New England
Armidale NSW 2351 Australia
Email murray.scholz@abri.une.edu.au
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