Re: Forms 5.0 calls RUN_PRODUCT(REPORTS...)

From: John S. Willey <_at_europa.com>
Date: Mon, 29 Jun 1998 21:30:14 -0700
Message-ID: <6n9p72$qqg$1_at_supernews.com>


I ran across a run product bug. If you don't pass a parameter, you can't use NULL. Instead you use ''. When I converted my forms from 4.5 to 5.0, I had to change all my run_products from NULL to ''.

4.5
(REPORTS,'Labor1',ASYNCHRONOUS,RUNTIME,FILESYSTEM,NULL,NULL); 5.0
(REPORTS,'Labor1',ASYNCHRONOUS,RUNTIME,FILESYSTEM,'',NULL);

>
Received on Tue Jun 30 1998 - 06:30:14 CEST

Original text of this message