Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

accesing a specific report folder in mre

Status
Not open for further replies.
Apr 28, 2003
35
IN
Any on knw how to acces a specific report folder in mre by link.Like i want to goive the link to another main website so that when they click that link from another site they would come to the report folder in mre.
 
Hi Siddhamalli,

I gues you want to call a procedure which is in another folder, right? You then have to submit two values (do that with hidden form fields and as soon as the user clicks on your link the form should be submitted).
First values are:

<input type='hidden' name='IBIMR_fex' value=&quot;app/reportname.fex&quot;>
<input type='hidden' name='IBIF_ex' value=&quot;app/reportname.fex&quot;>
<input type='hidden' name='IBIMR_folder' value=&quot;#foldername&quot;>

You get the reportname in the MRE by right clicking the report and selecting properties. And the foldername by rightclicking the folder and selecting properties.

Maybe it would be enough to have
<input type='hidden' name='IBIMR_fex' value=&quot;app/foldername/reportname.fex&quot;>
<input type='hidden' name='IBIF_ex' value=&quot;app/foldername/reportname.fex&quot;>

But I'm not sure. Just try.

Eva


 
Hi Eva
I asked for going directly to a folder like you have like 10 domains like sales assets amd more , and when you want to just give link to reports in sales to sales people , i dont want them to access everything and then selewct the domain and go in there , i directly want to show the sales reports to the sales people so this is not the solution and i alreasy fixed that by using ope of the jsp files they have in there components.
Thanks anyway EVA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top