Re: Designer 1.3: Generation of forms control blocks

From: Maarten Scharroo <m.scharroo_at_elsevier.nl>
Date: 17 Jun 1998 12:29:41 GMT
Message-ID: <01bd99eb$9c7c5480$7d0c2491_at_C30487.elsevier.nl>


Phil Noon <phil.noon_at_bigfoot.com> wrote in article <3586AFF7.2FA6_at_bigfoot.com>...
> I need to use Designer/2000 v1.3.2 for Windows 3.11 to generate a form
> which has a control block and a multi-record block. However,
> Designer/2000 generates blocks only from module data usages and of
> course there is no data usage for a control block.
>
> Has anyone any ideas?
>
> Phil Noon.
>
Phil

Create a dummy view in your Des2K repository like :

create or replace view <control_block> as select <usage1>,<usage2>... from dual;

containing the usages you want.

Use the view as detailed table usage for your control-block. It works......

Maarten Scharroo Received on Wed Jun 17 1998 - 14:29:41 CEST

Original text of this message