Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to get the content of a form printed
Yves Boivin wrote:
>
> Hi !
>
> I would like to know how I can get the pl/sql contents of a form printed. I
> tried the
> binary-text conversion to no avail. It didn't print any useful information
> like the pl-sql code
> contained in triggers. Could you help ?
>
> We're using Developper 2000 1.3 / Forms Designer 4.5
>
> I know that there was such an option in Forms 4.0...
>
> Thanks !
If you are storing your forms in the database, then it is just a matter of selecting the text of the sql from the tables. I did this very thing for applications I wrote in Forms 3.0. Now if your forms are stored as files - not in the database - then I think you are at the mercy of what Forms 4.5 offers.
![]() |
![]() |