| daengh 2007-01-16, 6:46 pm |
| I assume your mention of "...try to create through libraryexport..." is supposed to mean "..try to create through LibraryImport..."? Or are you capturing the syntax string & using CREATE? Are you checking the return codes before you try to use the DWO?
Are you sure your library path isn't referring back to your development box?
If you're dynamically adding the PBL via SetLibraryList, you should use AddToLibraryList.
quote: Originally posted by thiyagu
Hi all,
I have a problem in displaying the nested report in PB 10.5 which is
retreieved and created through libraryexport. The scenario is I have
created a nested report in infomaker and saved in the server with .pbl
extension. When I include that pbl with other pbls in the library list
in the local machine it works fine. but when I try to have the file in
the server and try to create through libraryexport it gives "Load of
the neste report <datawindow name> failed.
Can anyone kindly provide me a solution for the above problem.
Thiyagu.
|