Re: Error using multiple RunProduct-Command in Forms
Date: Wed, 31 Aug 1994 10:36:38 GMT
Message-ID: <kenho.29.2E645D35_at_hk.super.net>
In article <33v6g3$cfu_at_news.rhrz.uni-bonn.de> moebius_at_athene.informatik.uni-bonn.de (Dirk Moebius) writes:
>Hi!
>I've got a problem using the RunProduct-Build-In in Oracle Forms 4.0.
>I created a form with two buttons.
>The first button launches a form with
>RunProduct (FORMS, 'frm1', ASYNCHRONOUS, RUNTIME, FILESYSTEM, NULL, NULL),
>the second button lauches a different form with
>RunProduct (FORMS, 'frm2', ASYNCHRONOUS, RUNTIME, FILESYSTEM, NULL, NULL).
>When I press the first button, everything is OK. The form comes up.
>When I press the second button, I get the error message
>"ORA-3112 Host String Syntax Error."
>What's wrong?
>PS: I use Forms 4.0.12 for Windows, Oracle 7.0.15 for VMS.
>Thanks,
> Dirk.
>--
>Dirk Moebius moebius_at_athene.informatik.uni-bonn.de
Why don't you use Call_Form or New_Form instead?
Kenneth Ho
Programmer
Hospitality Data Resources Ltd., H.K.
Received on Wed Aug 31 1994 - 12:36:38 CEST