Link to Data Form in Data Forms folder

Hi,
I need to call a Data Form that appears in one folder in a different folder as well.
the idea is to have the same Data Form in 2 folders but only to maintain once,
Do you guys know how to do it?
Thanks,
Orit
Edited by: orit911 on 01:05 15/03/2009

hey guys,
I know that I can copy the form again (with different name, of course).
But what I need is to load the form in one folder and in another folder to "call" that form,
so that I will have the same form in one physical location but the user will see it twice.
I was thinking about a link or something similar, is that an option?
Again, the main idea is to maintain once because we have too many forms and we will never remember to update both forms if a change is needed.
(if i will find a solution it will be used way more than one time)
Thanks for your help,
hope to find a solution soon,
Orit

Similar Messages

  • How can we create the Readmore link in XML form to opened  the KM folder

    Hi!
    I 'm working on XML form. I have the readmore link in the form . Nomorrally readmore will link to open the file only . however, I need the readmore link to opend the list of document folder in KMconten -> documents. How can we do? Is it possible.
    Thanks and best regards,
    Vimol

    Hi ,
    On the tool bar you have an option "Browser" which is next to "HTML Editor" .
    You know that for using these elements wo have to map them with Data Schema.
    Step by step
    1. In data Model Under Data Schema Add a child and name it Read_More.
    2. In the left hand corner ,click on tab Type and from the drop down select "rid"
    3.Click on the "Browser" from the toolbar (as told earlier) and drag and drop it on the form.
    4. Drag the Data schema which u have made(Read_more) and drop it on the browser on form. On right hand side u will se the mapping done.
    5.Click on the "Browser" which is there in the form and on the right hand side of the form u will see the property window.
    6.In property window change the value of action property to "Item Entry point"
    7. Repeat step 3 and 4 in Render and show form but using "label" nad not browser.
    Do not forget to add Save button in Edit Form.
    This will solve your problem.
    PS:Rewards Point Please.
    Regards,
    Naveen Gupta

  • HTTP link in PDF Form

    Hello,
    Can I put an HTTP link in PDF form. So when the user is online and clicks this link, he will directed to the link web site.
    Please provide me with an answer. This is very urgent.
    Thanks
    Shashi

    Thanks, But the Submit button posts the XML data to the Form Server. I dont want to do that, it is just an hyperlink to say www.cnn.com etc etc..
    If I specify the submit button URL as www.cnn.com, it gives me a message in the PDF that no site found.
    Did you ever try this? If yes can you share more information.
    Thanks
    Shashi

  • Unable to open templates from server input form folder and server root folder from some system while the same can be open from others system

    Hi,
    I am unable to open input scheduled from server root folder and also from input form folder on some system while they can be open from others system.
    Please advice.
    Thanks in advance

    Hi Hengye,
    While opening , it dont give any error. When I try to open it , it takes some time to load then nothing happen.However I can open it on other system but not on mine my collegue and user system.
    Please advice.
    Thanks.

  • Error while trying to call a ABAP webdynpro appl. as a link on html form

    Hi,
      When I am trying to call a ABAP Webdynpro aplication as a link on html form. I get the following error
    Error when processing your request
    What has happened?
    The URL http:///sap/bc/webdynpro/form_ap/ (Path of ABAP webdynpro application) was not called due to an error.
    Note
    The following error text was processed in the system DRD : Error in Web Dynpro Runtime System
    The error occurred on the application server DRD_06 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_REQUEST_INPLUG_PARAMETERS of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP 
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DRD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server DRD_06 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server DRD_06 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 102 -u:  -l: E -s: DRD -i: DRD06 -w: 0 -d: 20081002 -t: 032939 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Any help will be greatly appreciated.
    Thanks
    RM

    RM,
    url clearly shows that it is unable to get host and port.check how you are building that url in html page
    Thanks
    Bala Duvvuri

  • Getting my report portlet, to link to my form portlet

    I am attempting to put together a portal page that has the
    following components:
    A- Form Portlet with a Pull Down that links to a
    B- Report Portlet built by a SQL Statement that links to a
    C- Form Portlet that acts like a Property Sheet from the Report
    A drives B that drives C, all within the same page, using page
    refreshes, to show the linkage after clicks.
    I have been able to put this together because, I have used the
    explanation found in the Advanced Portal Presentation put
    together by Kenneth Atkins, that can be found at
    http://www.arrowsent.com.
    It provides a really good explanation on how to link portal
    components(forms, reports, etc) using the pdk.
    I have attempted to use what he has put together, and in general,
    it is all working, as he has explained in your ppt, except the
    very last bit. Where B refreshes C
    That is, my pull down form refreshes the report, just fine.
    and then when I click on my "item" in the report, to refresh my
    detail form, it does that, but what it brings, up is the item, I
    clicked on previously. It's like the "C" Component wants to show
    the previously selected item, rather than the current one.
    I am using Portal 3.0.9, on 8.1.7, and this behaviour is
    consistent on both Solaris and Win2000
    I have included the PL/SQL code that is inserted in "Before page
    processing section" of the "C" form.
    My guess is, that I have syntax wrong in either the do_event line
    or I am not setting the rowid for the auto_query to work
    properly.
    regards
    Franco
    =================================================================
    ================================
    PROCEDURE autoquery_task_form(p_session in out
    PORTAL30.wwa_api_module_session) IS
    v_RowID VARCHAR2(100);
    v_Session portal30.wwsto_api_session;
    v_st_id varchar2(40); --STEPS.ST_ID%TYPE;
    BEGIN
    v_Session := portal30.wwsto_api_session.load_session('CONTEXT',
    'SESS_PROJECT');
    v_st_id := v_Session.get_attribute_as_varchar2('ST_ID');
    htp.p('Print Step Id='||v_st_id); htp.br;
    BEGIN
    SELECT rowidtochar(rowid) INTO v_rowid
    FROM STEPS
    WHERE ST_ID= to_number(v_st_id);
    END;
    htp.p('Print Row Id='||v_rowid); htp.br;
    -- Tell the component that the query is coming from a link, and
    that the rowid
    -- is being used to query the correct context record.
    p_session.set_value (p_block_name=>'DEFAULT',
    p_attribute_name=>'_CALLED_FROM_LINK',p_value=>'ROWID');
    -- Pass the rowid of the context record to query.
    p_session.set_value (p_block_name=> 'DEFAULT',
    p_attribute_name=> '_ROWID',p_value=> v_rowid);
    -- Now do the actual query, using the query button processing
    in the target module
    -- this seems to execute with the rowid in context of the
    previous instance i.e, Out of Synch by 1 element in an array
    PORTAL30.wwa_api_module_event.do_event('DEFAULT',
    'QUERY_BOTTOM', 1, 'ON_CLICK', True, '', p_session);
    -- Save the session information, which includes the
    p_session.save_session;
    END;

    Hi,
    It seems like we have the same problem!!!
    Look at http://forums.oracle.com/forums/message.jsp?id=539039

  • Inserting links in a form

    Can I insert [hyper]links into a form to be deployed as a PDF dopcument? I'd like to allow respondents to navigate around the form.

    Hi,
    Not in the FormsCentral authoring environment. After you generate the PDF using FormsCentral, it's possible to use Adobe Acrobat to add the navigation links. Please read the following FAQ before you try to edit the PDF in Acrobat:
    http://forums.adobe.com/docs/DOC-3661
    Regards,
    Brian

  • Inserting a link in Adobe forms central?

    How do I insert an internet link on a Form in adobe forms central?

    The "insert/edit link" button is on the top menu bar, between the paragraph alignment buttons and the "Form Setup" button. If it's greyed out you'll need to insert a question or formatted text field.

  • Why does the link to the forms not open the form?

    The email link to the form only works when I am trying to view the page however it does not open for other participants.

    Its possible they have email clients that can't properly handle the URL. Do you know what email clients they are receiving he email with?
    When you send out the email make sure it is formatted as HTML and not plain text/rtf.
    Randy

  • Is it possible to add new columns with format "Text" once a table is linked to a form

    Is it possible to add new columns with format "Text" once a table is linked to a form in Numbers for iPhone or is it impossible and thus a serious bug?(Rating stars and numeric vales seem to work.)
    Those bugs happen both for new speadsheets as well as existing onces, like the demo. When you are in the form only the numeric keyboard shows up.
    Pat from the Apple Store Rosenstrasse/Germany approved that it looks like a Bug during the Numbers Workshop I was in: It is not possible to add new columns with format "Text". I reported the error for Version 1.4 but there is no update nor do I get statement of understanding the issue.

    Hi Knochenhort,
    I see what you are talking about now. Without knowing how the program actually works, I think this is what's going on:
    When you add a new column to an already existing table (with already existing formats), the new cells come already formatted like the previous column. So when you add a column to the end of the demo table, the cells are already formatted like stars, and when you add a column to the beginning, they're already formatted like number.
    I think this is why it's different when if you add columns to a table with blank (unformatted) columns. In that case, the new cells aren't already "tainted" with a set format, so you can change to text format without issue.
    It seems like the problem is that you can't format cells that are already formatted as "number" as "text" format (even if it doesn't look like they are, because they are blank). IMO, this is a bug! This is why you don't see this issue when adding columns to a new table, because the new cells don't already come with a format.
    To workaround, you can highlight the body cells after adding the new column, and delete the cells. This will "clear" the formatting, so you can then go in the inspector, format them as text, and the correct keyboard will pop up.
    Hope that helps!

  • RH11: Problem insert linked FM data (FM10 or FM12) in a Robohelp project

    Hi all!
    We have 2 very newTCS 5 installations (3.5 updates):
    All existing RH projects include linked FM data.
    On one of the workstations we have severe problems.
    The old RH9 projects are working.
    BUT The new RH11 projects are looping in endless calculation, when I try to update
    existing projects or when I insert a linked FM in a new project.
    The error message (after 10 minutes) tells, that the FM file is not a propper FM file or Framemaker should be installed.
    FM 10 and 12 are installed and the files can be loaded without error. FM works without problems.
    As this problem occurs only on one station, we looked for
    the differences, but without a result.
    We have re-installed the RH11, but without a change.
    What else can we do?
    Please help!!

    I have a machine set up with multiple versions of TCS and they run fine. That said, I would be linking with Word rather than Fm.
    I notice you start by saying TCS and then mention reinstalling Rh. I am wondering if the problem is with Rh seeing Fm as part of TCS rather than as a separate app. You can only link with Fm if it has been installed as part of TCS rather than as a separate app.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Pages Link Table Data With A Chart

    Hello,
    I am wondering if in pages one can link the data in a table with the charts in the same document.
    Thanks in advance

    No. It might be better for you to work in Numbers if you are doing a lot of this.
    Jerry

  • Drag and Drop Survey Link into Mail Forms

    Hi Experts,
    I have below client requirement regarding mail forms.
    Query:  Is it possible to drag and drop survey link into mail form ?
    To be best my knowledge we need to insert survey link manually into  mail form.
    Your help is highly appreciated.
    Thanks
    Mohit

    Hi Mohit,
    The drag and drop feature for inserting Surveys is currently not available in Mail form screen (to best of my knowings).
    Regards,
    Anup

  • Links in Static form wont open

    I have a form I created in Microsoft Excel and converted to PDF in Lifecycle Designer ES ver 8.2.  Its a static form.  In the form are numbers with hyperlinks.  Click the number and opens the link.  The form works on the PC but not on any smartphone I have tried (Iphone, Blackberry, Droids).  I have opening it in Adobe Reader on my Droid Incredible and the form opens but the links are not there.  The numbers are not clickable.  Is this a fault of my conversion or the Reader?

    Hi,
    Thanks for posting your query.
    Currently we are not supporting the clicking of links inside pdf in our mobile version of pdf reader on android.
    For more information on this check this link http://www.adobe.com/products/reader/pdfs/android_FAQ.pdf.
    -mayank

  • Link PI data to SAP

    Hi everybody,
    how to link automaticly data from PI system (OSIsoft) to SAP MM module  
    thanks

    Hi ,
    If you want to link PI to SAP, you need to establish a connectivity between your PI and SAP system and then do the necessary settings to convert the PI data into an IDOC and then send it to SAP.
    That's how you link PI data to SAP.
    Thanks,
    Mahesh.

  • Can you append a link to a form with a query string to popular a form field?

    I'm trying to do this with Form Central but having no luck getting an answer. Is Acrobat Pro the answer?
    Thanks for your help
    Wayne

    Hi Irosenth
    That looks a great solution. However, I'm a newbie here and can't see that Adobe Pro gives an option to save a form as a .fdf or .xfdf.
    BTW the headline should say POPULATE not popular (whatever that is).
    What I would like to do is send an email to every recipient with a link to a form appended with a query string that automatically completes the ID field. At this point I only have Adobe Pro and FormCentral. Should I be looking elsewhere. (I did try to phone Adobe UK yesterday but was on hold for 1hr 4mins before I had to continue with the rest of my life).
    Thanks for your help & time.
    Wayne

Maybe you are looking for