How to open documents programatically within current Workspace session

I'm using Hyperion 9.3.1 across the board and I've built both Interactive Reporting and Web Analysis documents. Within those documents I have links/controls to open other Interactive Reporting documents.
From Interactive Reporting, I have two options, create a Hyperlink shape, or a Command button control and use OpenURL. Both create new sessions of Workspace when they open the documents.
From Web Analysis, you can not use Open Document to open Interactive Reporting (only works for other Web Analysis documents), so I have to use the service that opens a link, which again creates a new session in Workspace.
I would like to have my reports all open within the same Workspace session and have the nice tabs in the bottom of Workspace appear that shows all the open documents (which is the default behavior when you double click documents in Workspace explorer).
Any ideas?

For Interactive Reporting, I found information on how to do this. Page 22 in ir_developer-vol1.pdf. Here's a snippet of the documentation:
* New Window—A pop-up window is created every time the hyperlink is clicked. This option,
which is the default, maps to the OpenURL OM method "_blank" target.
* Current Window—If the execution application is Interactive Reporting Web Client or
Workspace, the content replaces the Workspace content area (for example, excluding the
surrounding browse application panes). In Interactive Reporting Studio, a pop-up window
is displayed.
* Top Window—If the execution application is Interactive Reporting Web Client or
Workspace, the content replaces the top HTML window. This option maps to the OpenURL
OM methods "_top" target.
& Named Window—A named pop-up window is created. If a named window is currently
displayed, the URL replaces the content of the current window. When this option is selected,
the user can enter the new window name in the Target window text box that is displayed
below the drop-down list. This option maps to the user-specified, target-name option of the
OpenURL method.
I'm pretty sure I tried all of these possible targets in the Hyperlink properties window, but perhaps I didn't. Oh well...I'll see if it works.

Similar Messages

  • Open documents from within

    I was a moderate user of FInal Cut Studio, but I am completely new to anything concerning Final Cut X. My apology in advance if this is obvious.
    I am trying to open  someone's FCS X project file on their machine, with .fcpproject extension. I double click it, but the dialog box says "The document could not be opened. Open documents from within Final Cut Pro". Now in FCP X, there is no File > Open option under the file menu.
    Any ideas for a complete newbie?

    There is a tut currently floating around the Web titled something like Learn Final Cut in 30 minutes.
    It's quite possible to FUBR projects by trial and error approaches because the app is so database driven.
    My 2¢…spend a little time getting some info on organization, terminology, and workflow. Whether it's the tut I mentioned  or not, It will not take long and it really will be a worthwhile investment.
    Good luck.
    Russ

  • How to open document made in Pages 5 in Pages 4?

    How to open document made in Pages 5 in Pages 4 if i don't want to update Mountain Lion to Mavericks? Does anybody know the ways?

    The person that created the Pages v5 document exports it as a Pages ’09 document, or you don't open it in Pages ’09, as the Pages v5 document architecture is not backwards compatible.

  • How to open document to PDF from ALV

    Hi ,
      how to open document to PDF from ALV on clicking (hot spot)
    urgent
    thanks,

    something like this:
    line_fieldcat-fieldname = 'vbeln'.
    line_fieldcat-ref_tabname = 'I_vbeln'.
    line_fieldcat-hotspot = 'X'. " Shows the field as ahotspot.
    line_fieldcat-seltext_m = 'Notification '.
    APPEND line_fieldcat TO i_fieldcat.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = ws_repid
    i_callback_user_command = 'MY_USER_COMMAND'
    and rest of parameters,
    FORM MY_USER_COMMAND USING ucomm LIKE sy-ucomm
    selfield TYPE slis_selfield.
    IF ucomm = '(Function code of action, say click, or enter'
    CASE selfield-fieldname.
    WHEN 'QMNUM'. "Notification
    IF i_tab-qmnum NE space.
       CALL FUNCTION 'WS_EXECUTE'
          EXPORTING
            commandline = '/F /IM "ACRORD32.EXE"'
            program     = 'TASKKILL'.
    ENDIF.

  • How to open a PDF within a PDF viewer embedded in a html page

    Hi. I'm trying to modify a jsp that opens a runtime generated pdf. Originally, the pdf is opened by prompting the Adobe Reader program, but now I need to open the pdf within the jsp (which also have other content, not just display the pdf). I tried to embed the pdf in an iframe (similar to this: http://www.cs.tut.fi/~jkorpela/html/iframe-pdf.html ), but not works, it still prompts the Adobe Reader program. Actually the pdf content is generated on runtime and output through a servlet's output stream (this servlet is written by someone already left), what i did is try to open this servlet url in an iframe. If the iframe src is really a pdf file, it really works. But now the url is a servlet that output a pdf, is there anything special needed to do in the servlet in order to fulfill my requirement?

    i'm a bit confused...sounds like you don't like the adobe reader welcome screen poping up....or perhaps even the quick buttons that would surround the document. i believe these are unavoidable.
    It also sounds like you have a servlet that returns a application/pdf mime type. ( or is at least capable of) you should be able to mark that as the source of your iframe and have no issues. i personally don't use a servlet...i use a jsp...its very easy...here's the code:
    <%
         response.setContentType("application/pdf");
         MyDataBean db = new MyDataBean();
         try {
              /* pass parameters and outstream for return */ 
              db.generatePDFFile( request, response.getOutputStream());
         } catch ( Exception e ) {
              response.setContentType("text/html");
              out.print( "there was a problem with your request..." );
    %>gl, hope that helps.

  • How to open documents attached to a transaction in Portal?

    Hi Guys
    We have a CRM 5.0 Implementation and here is what we are using in Portal
    Title: Leads -Transaction
    Technical Name: com.sap.pct.crm.lea.leads
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000108 supported by BSP Application crm_bsp_frame
    Title: Opportunities-Transaction
    Technical Name: com.sap.pct.crm.opp.opportunities_s
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000111 supported by BSP Application crm_bsp_frame
    My question is -  How to open MS Word, MS Excel, Powerpoint documents attached to opportunity transaction in Portal? Can we use the Project share path in URL?

    HI,
    Please have a look at note 606745. This will help you with your questions.
    Regards,
    Hemanth

  • How to open documents attached to transaction in Portal?

    Hi Guys
    We have a CRM 5.0 Implementation and here is what we are using in Portal
    Title: Leads -Transaction
    Technical Name: com.sap.pct.crm.lea.leads
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000108 supported by BSP Application crm_bsp_frame
    Title: Opportunities-Transaction
    Technical Name: com.sap.pct.crm.opp.opportunities_s
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000111 supported by BSP Application crm_bsp_frame
    My question is -  How to open MS Word, MS Excel, Powerpoint documents attached to opportunity transaction in Portal? Can we use the Project share path in URL?

    Hello Tarang,
    Can you be little specific on what kind of documents are these?
    1. You can check if there are ways to integrate the same with KM...am not sure about CRM but yes, it can be done on BIW.
    2. If these are just config documents and not that user creates, then you may save these docs into a KM folder and create a KM Navigation link assigning to users.
    Warm Regards,
    Ritu

  • How to open documents no longer supported by Mac

    I have text files that will not open "Np longer supported by Mac etc"
    How to open and with what program application.
    Eudora mail
    Text Edit
    Word

    Eudora mail -- eudora mail client still exists.  Download it.
                          -- seem to recall Thunderbird will import eudora email.
    Text Edit  --  You mean this? http://en.wikipedia.org/wiki/TextEdit
    Word -- older versions of word are real inexpensive on ebay. 
               --  Open office http://www.openoffice.org/porting/mac/
               -- http://features.en.softonic.com/5-free-alternatives-to-word-on-mac

  • How to open all subfolders within a folder

    I have a rather large folder of photos with many subfolders and further subfolders. At least a couple hundred folders.
    I would like to open them all so I can compare by name looking for duplicates and for size so I can delete the very small ones.
    Can someone tell me how to open them all?
    Thanks

    This is great! In the off chance anyone else is trying to do this, this is also useful if you have Papers and you want to switch to Mendeley. Papers keeps PDFs all organized by year and then author so the PDFs are all nested in subfolders. If you option-click the triangle next to the Papers folder, it will then show all the PDFs. Select All and then drag over the whole thing into Mendeley. I just imported my entire collection in under a minute. Glad I looked this up!

  • How to open document from business content in weby dynpro ?

    Hello experts,
    I've cretaed a webdynpro where I want to display a document which is attached
    to a product in tx commpr01 in business content.
    I've tested method o_cl_crm_documents->get_with_url , but
    there I do not get a url in webdynpro.
    Does anybody know another method/fm to display such a document from
    business content in webdynpro ?
    Thanks and best regards
    Gerd

    Hello Mr. Jung,
    I'm sorry but I didn't find this method linktourl.
    In my web-dynpro I'm getting the url for my document after
    cklicking on the selected row.
    Then I just want to give this paramter to this linktourl method
    and open the document.
    How can I implement this method ? which class ?
    Thanks Gerd

  • How to open document from mac when using windows without transferring the file?

    How can i open a document from mac when i am using windows without transferring it?

    depend on the document program more then anything else really
    when ever I open a doc with word it make a history for undo and redo action file in the same dir
    with bootcamp you only have read not write access to the osx partition so it would fail to be able to create that file
    but if you can get word or whatever program you use to open the file not to place a temp file in the same dir
    or use a program which did not make any type of temp file or used a program where the temp file would be located elsewhere where you decide it would work file

  • How to open documents by default with Pages 4 ( "Change All", "Open With" info option)?

    Hello I installed Pages 5, which I don't like.
    So I would like to open all my documents by default with Pages 4. However, I can't get the system to fix this default. In the "Info" panel of the Finder, under "Open With", I can set Pages 4 as a default app for one single document, but when I ask to "Change All" documents and use Pages 4, the system refuses to use the setting I select, and keeps reverting to Pages 5. Any suggestion, short of uninstalling Pages 5? Although I don't like it, I need to use it sporadically, so I don't want to uninstall it.
    Thanks.
    l.

    As far as I know, there is not any built-in way to do this. Perhaps an add-on can modify how the "star" works or add a new button for this function?
    Until then, you'll have to continue changing the pop-up list:
    * when bookmarking a page, double-click the star, and change "Unsorted Bookmarks" to "Bookmarks Toolbar" and then click Done
    * when bookmarking a page, press Ctrl+d or right-click the page > click the star on the context menu, and change "Bookmarks Menu" to "Bookmarks Toolbar" and then click Done
    Some users like to drag the padlock or globe from the left end of the address bar to the Bookmarks Toolbar, but if you always want the new bookmark added at the end, then this is not efficient.

  • How do open document like word , excell or pdf ??

    hello
    on the application form , how do read (open) and print document like
    as (word , excell , pdf ) ??
    nots : we use oracle V. 10 g
    thank .

    Hello,
    I was trying to open word document from oracle 10g with below code.
    DECLARE
    AppID PLS_INTEGER;
    BEGIN
    AppID := DDE.App_Begin('d:\doc1.doc',
    DDE.App_Mode_Minimized);
    END;
    But it is showing me some error as below:
    ORA-06550: line 4, column 10:
    PLS-00201: identifier 'DDE.APP_BEGIN' must be declared
    ORA-06550: line 4, column 1:
    PL/SQL: Statement ignored
    2. AppID PLS_INTEGER;
    3. BEGIN
    4. AppID := DDE.App_Begin('d:\doc1.doc',
    5. DDE.App_Mode_Minimized);
    6. END;
    Could you please help me?
    Thanks

  • How to open documents from my mac

    I have documents in pages on my mac that I would like to be able to open on my iPad when Mac not available... How do i do this?  Is dropbox a safe way?

    Best for you is to use iCloud + Pages iPad App, and it will work like a charm!

  • How to work on files within shared workspaces

    I am trying to open pdfs from a shared acrobat workspace. It was necessary for me to download the 30 day free acrobat trial just to be able to fill in the form with client info, and now I cannot perform any action on the pdf because my 30 day trial has expired. Is there a way to work on the files from within the shared workplace, so the completed files are visible by the other admins?
    I have tried downloading the free trial again, just to get my work done, but naturally was not able.
    Any suggestions? I need to be able to actively work on the pdf, fill with info, then submit to colleagues.
    Thanks

    .TOD is JVCs version of an MPEG 2 file.
    Use Log and Transfer from the File menu and convert to ProRes.

Maybe you are looking for

  • Import

    Hi all, i was wondering is the flash import statement the same as a java import statement? in other words is it true that if i want to create a transition simply new fl.transitions.Tween(home_mc, "x",fl.transitions.easing.Elastic.easeOut,1000,0,30,tr

  • Grinding noise from PowerMac G4

    As the topic suggests, I swapped Hard Disk Drive for boot up and still the noise persists. I thought it might have been a HDD on the way out (unless 3 HDD's have gone at once but they all work in the different bays). Here's the kicker though, when I

  • Print Issue in Sales Invoice

    Hi Friends, While printing the Invoice, it's not picking the additional VAT tax which is supposed to print after all individual Item values, then the VAT and finally the Total.... Eg.        Net Amount         x              VAT                    y

  • White box of death! Trouble embedding swf into Dreamweaver!

    So close to being finished! I notice this question on alot of other forums but its never resolved! here is the site now: http://http://www.andrewweeksphotogr...m/index_8.html you will notice a slight flash of a white box before the preloader starts,

  • Reg: Order of row fetched -

    Hi Experts, Scenario - A file has data in sorted order and it is inserted into Oracle table by SQL Loader (Direct-path load enabled). If the table is queried (without any ORDER BY clause), is there a guarantee that the ordering will be same as in the