Re: Reports 3 from forms 5
Date: Wed, 24 Feb 1999 09:13:36 GMT
Message-ID: <7b0frq$6k7$1_at_nnrp1.dejanews.com>
In article <ks%u2.1462$Y_1.24655_at_typhoon.nycap.rr.com>,
"Louise Weiler" <ljweiler_at_nycap.rr.com> wrote:
> I, too, have gotten this. Sometimes, the report would then run, sometimes
> not. A couple of things to check...
>
> 1) check the paths (Reports30, Forms50) in the registry, and make sure they
> are correct and not too long (there is a limit of 255 characters in registry
> entries..).
> 2) verify the report has been compiled (.rep file) without errors (obvious,
> but it caught me on one of them!).
I get the same error, but it seems to appear only if you run Reports in asynchonous mode. When I turn it into synchronous, that error does not appear. Anyway, the report is always been displayed.
> These two items got me to the point that I would get the integration error
> on the form, but the report(s) would still run. I also discovered that the
> error only occurred after every other page (we run basically nine reports as
> a single nine-page report, all of which contain graphics).
I could not found any correlation between the appearance of the integration error and the number of pages being displayed. I have a 'Print' button which calls two reports, the first of them containing two pages and the second varying from 1 to about 50. The error appeared only on calling the second report, what makes me believe it *does* depend on the report itself. However, I could not find any errors there (and it was being displayed properly). Calling Reports synchronously prevented the error from appear.
> Rather than make
> the user click through the "ok" buttons, I chalked it up to a server delay,
> and set my On-Error trigger to ignore that particular error message on the
> block that is calling the form. (Since it's a separate block, I figured I
> could do that without problems.) So far, it is has not been an issue with
> our users (we went into production December 18 or so).
Well, I set the message level to 9 so this error was just displayed on the
status line.
> I have, however, noted this to check it out when we receive the next version
> of developer.
>
> HTH
> Louise
>
> Philip Man wrote in message <79e9ri$n11$1_at_news1.cableinet.co.uk>...
> >Why do I get an 'integration' error when
> >executing a report with a RUN_PRODUCT
> >call?
> >
> >TIA
> >
> >Philip
> >
> >
BTW, does anybody know how to determine the path name of the fmx file running? I don't want to set the registry entries because my application runs on several different places. I thought calling Reports with just the name of an RDF file (that is, without the path name) would cause it to search on the same directory Forms is running, but it does not work. I then tried GET_APPLICATION_PROPERTY, but it retrieves only the fmx name WITHOUT the path. Any ideas?
Cheers
Jose Harvey
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Feb 24 1999 - 10:13:36 CET