PDA

View Full Version : Fehlermeldung "Kann Report finden"



Thomas
2-Nov-2011, 11:40 AM
Hallo
Ich hab mit VRW 15 Report erstellt und in mein Programm mit dem Integration Wizard integriert. Bei Ausführung erhalte ich die Fehlermeldung "Kann Report Adressen.vrw nicht finden".
Adressen.vrw liegt im Data path. VRW 15 Library ist eingebunden und workspacepfade sind auch richtig gesetzt.
Was mach ich falsch ?

Gruss
Thomas

Vincent Oorsprong
3-Nov-2011, 12:14 AM
Thomas,

I would debug the OpenReport procedure as this routine is giving the error. You can see what is done to find your report and why it says this.

Thomas
3-Nov-2011, 03:19 AM
Thomas,

I would debug the OpenReport procedure as this routine is giving the error. You can see what is done to find your report and why it says this.

Vincent,
In my studio I have the datapath \data_fm and \data_ms, the settings I change in "configure workspace" as required.
In the config.ws is the data path from the first installation, michel.ws changes the path settings made by "configure workspace" but sReportPath gets the path info from config.ws. That´s why the program can´t find the report
Is this correct ?

Regards
Thomas

Vincent Oorsprong
4-Nov-2011, 01:30 AM
Thomas,

The OpenReport takes the psDataPath of the workspace object that is returned by phoWorkspace of the ghoApplication object. So it does not read directly from config.ws.

You can specify the full path to the report in the psReportName property, hardcoded or dynamically (for example BEFORE a forward send OpenReport).