Importing form field layout from one form to another ?

I often create forms in both English and French. Many are long and complicated and I have to create them all individually. Is there any way I could use the form field layout from one form, for another form? That would be fantastic.

Sure. To replace the underlying page contents and retain any fields, document-level code, links, etc., select: Document > Replace Pages
you will likely have some tweaking to do to some field positions.

Similar Messages

  • Exporting and importing a field value from one screen to another in BSP

    Hi All,
    I am working on a BSP application which consists of multiple screens. I have to export the value corresponding to a value selected from a drop down and import it in another screen so that in the next screen values can be populated corrsponding to the value selected in the drop down in the first screen.
    I tried using SET/GET parameter and also EXPORT/IMPORT so that I can get value from one screen into another screen but both the statements are not working in BSP....
    Please help...
    Vivek Gupta
    Edited by: guptav_infy on Feb 21, 2010 11:33 AM

    Hi All,
    This question is still un answered. please reply ..
    Vivek

  • Transfer field value from one screen to another screen

    hi gurus,
    I am using field exit in mm02, i want to transfer field value from one screen to another screen. I am using Export, Import, Some FM like DYNP.......
    but not getting the value.
    can any one give idea about this.
    Thanks in Advance,
    Sudheer.

    I THINK IN FIELD EXITS SOME RESTRICTION IS THERE YOU CAN NOT USE CALL TRANSACTION OR CALL SCREEN. I DONT KNOW WHAT IS YOUR ACTUAL REQUIREMENT. BUT YOU ARE TRYING TO CALL TRANSACTION USING MEMORY ID OR SOMETHING THEN I THINK IN FIELD EXIT YOU CAN NOT DO THAT. PLS CORRECT ME IF I AM WRONG
    REGARDS
    SHIBA DUTTA

  • How do I copy the same app folder layouts from one device to another? We have a several iphones and ipads.

    how do I copy the same app folder layout from one device to another. We have several apple devices.
    It's a challenge when syncing a device for the first time to go through all the apps and apply them back to the same folders as on your other iphone.
    I've seen suggestions of taking pictures of the correct layout, then manually applying it to the new device. Big time waister.
    What's the work around?
    Thank you

    I'm afraid there is no short workaround. One thing that you could do if you were REALLY desperate is reset your device to factory settings and then restore it from your other device's backup, but that is rather risky and you probably don't want to take your chances just for folder layouts. I would just do it manually.

  • Moving field object from one section to another programatically

    How do I move text/field objects from one section to another at run time. The ReportObjects collection in the section is readonly and setting the left, top property of the ReportObject only seems to move object within the same section.
    I'm using Crystal Reports version 10.5 that comes with VS 2008 professional.
    Edited by: iyounus on May 26, 2009 9:41 PM

    Hi;
    The trial version will offer this capability. You can either use RAS (which is available with Crystal Reports, or Business Objects Enterprise), or the Crystal Reports engine. Which you use will depend on the target for your application, see this for some tips on that:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f006a5e6-7e64-2b10-8a84-8b15ca5cacfc
    And, some links to samples that add fields:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20300f17-c566-2b10-b586-b8e8a23e6668
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3085841e-c566-2b10-238c-9f7c3f85d816
    https://www.sdn.sap.com/irj/boc/sdklibrary
    Regards,
    Jonathan

  • How can i  duplicate a document print layout from one DB to another DB?

    hi experts,
    I make all document print layouts in a test DB, and now I want to move them to my production DB.
    is there any easy way to copy a document layout from a database to another? please advise, thanks a lot.

    Hi,
    There is one more option
    1.Open the PLD in the test database
    2.Go to edit-> select all(including hidden fields)
    3.Go to edit->Copy
    4.Log off from test system(Administration-Choose company-select live database),log in live database
    5.Open the corresponding documents system pld
    6.Go to edit-select all
    7.In the properties window uncheck the visible checkbox(Under General tab)
    8.Save layout as different name say <Test>
    9.Again open the layout <Test>
    10.Go to edit-Paste and save layout.
    NB:Don't delete the existing fields,you should only hide them as mentioned in step7

  • Import of the application from one server to another

    Hi There,
    I have imported my application from one server to another.
    Now when I am trying to log in to the application using the previous credentials, it simply reloads the log in page and it doesn't give invalid user name and password error also.
    It just simply load the log in page once again.
    What should I do? Where am I going wrong?
    Please help!!
    Thanks in advance
    Pushpesh Pallav.

    Hi,
    If you need previous login credentials to another application as new system. please follow the steps. in Application Express 4.1.0.00.32<br>
    <font color=red>IN OLD System</font>
    Home>Application Builder>Application [101]>Export / Import>Manage Export Repositoryexport Workspace to new system. once done this task u will have exported workspace copy.
    <br>
    <font color=red>IN NEW System</font>
    http://hq-orapp-03:7777/pls/apex/f?p=4550:10 *need apex admin credentials*
    Home>Manage Workspaces>Import Workspace> step I
           "        "                        step II Existing Workspaces || you can see your old development workspace and usersthese steps to be done! then you can import application and login credential can use which is previous application user name/password.
    Please if its correct and make it flag in this thread.
    Thanx,
    Ram

  • How to send date field value from one page to another page

    Hi every one!
    In my page I have a requirement....I need to select From date and Todate....based on that data has to be displayed in the table....but in my table i dont have such type of fields.....please help me

    I used hidden variable also but it's not useful for me. If by "hidden variable" you mean a "hidden field" (ie a text-input field in the submitting form with display=none), then that's exactly what I was thinking...
    So WHY is a hidden field "not useful"? It's just that... ummm... I suspect you're doing it wrong, or maybe just not understanding how it works. So post both your JSP Pages (if they're not too big), or take the time to prepare a [Short Self-Contained Compilable (Correct) Example|http://mindprod.com/jgloss/sscce.html].
    The more information you provender, the greater your chances of getting real help.
    Cheers. Keith.

  • How do I pass a field value from one form to another?

    Hi,
    Please help me.
    First application.
    I have login form.
    One field P48_USERNAME, no password required.
    Enter the User name and press Login button.
    The Login redirects to page 4.
    On Page 4, I need to populate a hidden field called user with the value from P48_USERNAME.
    How can I do this?
    Apex version - Application Express 4.0.2.00.07
    Zac

    Hi Ola,
    What do you have to in the taget page the branches alone does not work.
    No password is required, no password is entnered, no field available to enter a password.
    Any any ideas?
    Zac

  • I can't Import Video, Transitions & Audio From One Project To Another

    I've been working on this video all day and I’m finally in the home stretch but I've encountered my biggest problem yet. This is what I want to do. I have a series of clips, transitions, and separate music track in 1 open project and I want to transfer the whole kit and caboodle to another open project. For some reason when I do it only imports the video and some audio that's in track 1. I have tried locking audio clips to the video but it doesn't seem to be working. Can anyone help me!? I'm bleary eyed already I've been at this so long. Thanks!

    catspaw: Thanks for replying!!! I think I was unclear as to what my problem was. The way I work is to have one Master project open and I then import various clips from other secondary projects as I build my movie. I know . . . this might seem nutty it’s just how I work. The clips, sound and transition were from a separate project but they were only part of the main movie I was building in my Master Project. Am I making any since? Anyway, I couldn’t take it any more so I rolled up my sleeves and went 1 by 1 through the audio clips and lined them up by hand with the imported video. I know this must be almost INPOSSIBLE to understand the way I’m explaining it, sorry! Basically, though, for now, I’ve solved the problem. Thanks so much! I’ll post again when I have my next iMovie anxiety attack.

  • How do I Import my iWeb Files from one Mac to Another

    I have iWeb files that are on one Mac and want to import to another Mac.
    How do I do this with having one domain file, completely erase the other domain file that has different files?
    This is BRUTAL trying to move, copy and import iWeb files between family Macs!!!

    You are actually better to split your domain file so that each site can be loaded individually into iWeb and published separately. See....
    http://iwebfaq.org/site/iWebMultiplewebsites.html
    You'll note from this that you can also use a third party application to handle these file and iWebsites used to have a merge function. I don't use it so I don't know if it works with the latest version of iWeb.

  • Importing Dolby 5.1 from one DVD to another

    Hi all,
    I'm working on a DVD for an art show catalogue. It's pretty straight forward, just a main menu with the artist's names, and when you select an artist, you are shown their work (either photos, video, or just audio in a few cases).
    One of the artists has sent us a source DVD of his sound-art piece which is in Dolby 5.1 - i.e. there is nothing in the "VIDEO_TS" folder, and the "AUDIO_TS" contains the following files:
    ATS010.BUP
    ATS010.IFO
    ATS011.AOB
    AUDIO_PP.IFO
    AUDIO_SV.BUP
    AUDIO_SV.IFO
    AUDIO_SV.VOB
    AUDIO_TS.BUP
    AUDIO_TS.IFO
    AUDIO_TS.VOB
    I need to somehow bring this audio from the source DVD into the catalogue DVD, while maintaining the Dolby 5.1 (surround sound is an important part of the piece). I am a total newbie when it comes to dealing with surround sound and I am completely ignorant as to how to do this. Any advice or steering in the right direction would be greatly appreciated. Thanks!

    Hi Texas
    Welcome to the forum.
    I've not dealt with AUDIO_TS folders at all but I would think the first thing you'll need to do is demux the Dolby 5.1 from the source DVD. To do this you'll need to open the AUDIO_TS.vob file in an app like BBdemux or MpegStreamClip - once again, I've not dealt with these type of .vob files so I'm not sure if either of these apps work with audio vobs. If not you'll have to do some hunting on the net to find one that can do it.
    When you do eventually figure it out another thing to keep in mind is that you can't put 5.1 audio in Audio track 1 (this is a DVD spec thing) so you'll either need to make a Dolby 2.0 version for track1 (you have to have something there) or encode a silent audio track to put in its place in track 1.
    Good luck
    B

  • Copy express not copying print layouts from one database to another

    Hi,
    We are using SAP business one 8.8 PL 10 and we are not able to copy print layouts to another company database using copy express.
    We tick the necessary settings on the copy express and everything runs okay but when you login into the target company you cannot see the extra print layouts there.
    The copy express was working okay before the upgrade from SAP Business one 2007A to the current version.
    What might be the problem?
    Your help is most welcome.
    Regards,
    Simon

    Hi SImon.....
    Do it once again but this time select Replace All function and replace all the print layouts.
    Hope this will solve your problem........
    Regards,
    Rahul

  • How to pass input field value from one region to another ?

    What I am trying to do :
    I have one page with 1 region with one text field and an apply button and a report region.
    I want to be able to enter a value in the text field, click on apply and exploit this value in the source of the report region.
    Of course, I want the the value in the text field remains after the click on the apply button.
    What I cannot control with my try :
    1 the text field is always wiped off after the push on the apply button, no matter what kind of "do not clear the cache" setting I have found, and no matter the "take this value for this parameter" setting I have done every where I have found it.
    2 (but I think that this is related to 1) I cannot get working the conditional display of the report region on a NOT NULL condition of the above region text field.
    I have tried the code of the page 23 of the customertracking demo packaged apps, but the button properties shown are not the same than what I can find in my apps : I guess this is a difference in apex version normal feature.
    I think that what I am trying to achieve must be terribly simple but I cannot see it.

    Ok I have found out that it was now an interactive report that has to be done for this kind of situation, and that in my case, I needed to enable a detailled report.
    Now I have another question : one of my field is rich text : how to render it in my detailled report ?

  • How to import a Change request from One application to another application.

    Hi,
      In SRM Dev system I have created a Change request (Transport Request) and released to the QA system.The Change request has imported successfully to the SRM QA system.
    Now the Case is:
    The Released Request in the SRM Dev system has to be Export to the CRM Dev system.
    Is it possible to Export the Released Change Request from SRM system to CRM system?
    If possible then can you provide me with the solution.
    Thanks in Advance
    Dharma

    Hi,
    Your system admin knows how to do it. System admin should define transport route. Please check it in transaction STMS.
    Regards,
    Masa

Maybe you are looking for