Modify an existing form

I wonder if it is possible to scan in an existing form and modify it for fill in usage.
IF so what would I need to do to make this happen?
Tks
[email protected]
Gil

Yes, you can edit the form at anytime. The new field will just be  added as a new column in the response table. Nothing will be lost.
Randy

Similar Messages

  • Modifying an existing form in SAP B1

    Hi everyone,
                      Is there any way to modify an existing form in SAP B1? If so can any one describe the complete procedure of doing that?Will highly appreciate it.

    Hi,
    Its more advisable to do it in the Menu Event rather than the Form_Load event and its got to be done in the Before_Action = False.
    In Menu Event,
    paste this...
    If pVal.BeforeAction = False Then
    Dim objNewItem As SAPbouiCOM.Item
            objItem = objForm.Items.Item("51")
            objNewItem = objForm.Items.Add("cbSQ", SAPbouiCOM.BoFormItemTypes.it_CHECK_BOX)
            objNewItem.Left = objItem.Left + objItem.Width + 10
            objNewItem.Top = objItem.Top
            objNewItem.Width = objItem.Width
            objNewItem.Height = objItem.Height
            objNewItem.FromPane = "5"
            objNewItem.ToPane = "6"
            objCheckBox = objForm.Items.Item("cbSQ").Specific
            objCheckBox.Caption = "Sales Quotation"
            objNewItem.Visible = False
            objCheckBox = objForm.Items.Item("cbSQ").Specific
            objCheckBox.DataBind.SetBound(True, "", "01")
    Endif
    The above is a small snippet for the addition of a checkbox.
    Hope this helps.
    Satish.

  • To modify the existing form of custom invoice into  Proforma Invoice form

    We need to modify thye existing custom invoice form in to proforma invoice form by inputting the below details
    1) Suppling plant details
    2) LST/CST of receiving plant
    3) LST/CST of delivering plant
    Appreciated if any one can kindly let me know the logic and tables for the above scenarios

    We need to modify thye existing custom invoice form in to proforma invoice form by inputting the below details
    1) Suppling plant details
    This details u will get from T001W and adress from ADRC.
    2) LST/CST of receiving plant
    This details u will get from J1ID plant excise details J_1IMOCOMP or if u have created the plant as customer then u will get the same in customer excise details.J_1IMOCUST
    3) LST/CST of delivering plant
    This details u will get from J1ID plant excise details J_1IMOCOMP or if u have created the plant as customer then u will get the same in customer excise details.J_1IMOCUST
    Appreciated if any one can kindly let me know the logic and tables for the above scenarios

  • Modifying Existing Form

    Hi,
    Is it possible to modify an existing form of SAP Business One? For example if one needs to put an extra button on the form of outgoing payments.
    Can anyone guide for the process.
    Many thanks in advance.

    Hello Afzal,
    It is definitely possible. Refer to SDK Help, samples are provided in it.
    Also, post your questions, related to programming, on SDK programming forum.
    Rahul

  • Modification of an existing form

    Hi, as mentioned by Vishnu, after using the entire code that was given by him the 'update' button did not reflect in the form,and i am not clear about what exactly should be done in this case.Will be very helpful if some one can assist in this situation.
                                                                                    Regards,
                                                                                    Samrat

    Hi All,
    I posted the same query last day.I want to know how to modify an existing form in SAP, as for example suppose in sales oppurtunity form i would like to add an 'update' button along with those add and cancel button already present out there.I will be obliged if some can provide the complete procedure to do that.
    Vishnu Kumar Re...  
    Posts: 114
    Questions: 2
    Registered: 4/28/07
    Forum points: 138 
    Solved problem (10)
    Very helpful answer (6)
    Helpful answer (2)
       Re: Modification of an existing form  
    Posted: Dec 6, 2007 8:28 AM    in response to: Gangotri Infotech       Reply      E-mail this post 
    Hi
    In ITem Event You write the following code
    iIf pVal.FormTypeEx = "320" Then
    If pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD Then
    Dim oNewItem As SAPbouiCOM.Button
    Dim oItem As SAPbouiCOM.Button
    oForm = SBO_Application.Forms.GetFormByTypeAndCount(pVal.FormType, pVal.FormTypeCount)
    oNewItem = oOrderForm.Items.Add("btnUpd", SAPbouiCOM.BoFormItemTypes.it_BUTTON)
    oItem = oOrderForm.Items.Item("2")
    oNewItem.Top = oItem.Top
    oNewItem.Height = oItem.Height
    oNewItem.Width = oItem.Width
    oNewItem.Left = oItem.Right + 5
    oNewItem.Specific.Caption = "UPDATE"
    End If
    End If
    it place update button Right to Cancel button
    Hope it helps you
    Regards
    Vishnu 
    We followed this procedure but we are receiving the desired result.We need some assistance.

  • How to apply modified UI Defaults to existing forms and reports?

    Hi all--
    I've been struggling with UI defaults and after searching through posts in this forum, it doesn't look like I'm alone.
    Is there a way to apply changes made to UI defaults to existing forms and reports? New forms and reports pick up the changes, but can they by applied retoactively?
    Thanks in advance,
    Dan Krautheim

    Thanks for the update,
    We have a develpment 10g AS environment setup made,
    1) But we are really confused how to present the forms and reports.
    We have around 250 forms and reports running on client/server architecture. All these forms/reports have been copied to a fileshare and access control is restricted by folder security.
    2) How to deploy forms - entries within formsweb.cfg with Named Configuration sections.
    3) How to deploy reports, as to were to copy the .rep files.
    getting the following error
    REP-110: Unable to open file 'Car_Readings.rep'.
    while trying
    http://kddsvr6.kddc.com:7778/reports/rwservlet?report=Car_Readings.rep&userid=username/passwd@db&desformat=htmlcss
    Thanks in advance,
    AJi

  • Update existing form

    We've created a form on FormsCentral, and it's working very well. We'd now like to add a reset button to the form.  I know we can do this in Adobe Acrobat to the base form we created before bringing it into FormsCentral, but I don't want to lose the form information we already have for the existing form that FormsCentral is tracking.
    Can we update the form we have without losing all the response information?  I suppose I could re-import the information into FormsCentral from an excel sheet or other if the existing information isn't carried forward, but I'd like some feedback on this before I start making changes to the form and the information collected.

    Hi;
    It sounds like you are distributing your FormsCentral form in PDF and want to edit that PDF before continuing distributing adding a "Reset Form" button which you would do in Acrobat - is that correct?  Assuming it is, you could do this by doing a "Save a Copy" in Acrobat which will remove the Ubiqutization (enabling rights in Reader), you could then edit the form adding the "Reset Form" button, re-do the Reader Enabling and then send the form out.  We don't explicitly support editing the PDF but as long as you don't modify form in a way that breaks the submit you should be OK.
    Regarding Importing your PDF back into FormsCentral and having to re-import your data into that new form, you would also lose the ability to edit your form further in FormsCentral and you would lose the URL to fill the form out in a web browser.  The Import PDF Form feature is best for existing forms you do not want to re-create using our design tools, but they don't have a URL to fill out the form, and are not editable.  You are going to get better results by editing the PDF in Acrobat and then re-ubiquitizing it. 
    Let me know if I understood correctly, hope this helps.
    Thanks,
    Johs

  • How do I add a field into an existing form in SharePoint Designer 2010 and...?

    I'm trying to add an existing field to an existing form in SharePoint Designer 2010. It's a URL to the employee's photo. But each time I try to "Insert as picture" the url to the photo has a trailing comma. Why and more importantly, how do I get
    rid of it?
    Thanks!

    Hello,
    See this similar thread:
    http://sharepoint.stackexchange.com/questions/10149/comma-in-url-field
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How do you create a custom button in LiveCycle to add a new form page to an existing form?

    Can someone tell me how to create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    Hi,
    You can use addInstance method to achieve your requiremnets.
    form1.#subform[1].instanceManager.addInstance()
    BR,
    Paul Butenko

  • How do you create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    Can someone tell me how to create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

    In Acrobat forms you can use the 'template' object's 'spawn' metod. A Lesson in Templates for Adobe Acrobat by Dave Wrigtht

  • SAPSCRIPT: Creating new Language for existing form

    Hi Guys,
    I need add an additional language for an existing form. Italian is not available for the this existing form. How can I add this language? do I need to copy the form with language EN? how can I include that form in the existing form? or there are other way to do this? Thanks in advance!
    Regards,
    Michael Nacionales

    There is a change in the standard code.The reason for the above problem was  because of a missing Enhancemnet point in a standard function module 'CV110_DOC_CREATE_WITH_TEMPLATE'.
    IS-ADEC-MPD  - Enhancement to copy MPD data
    ENHANCEMENT-POINT CV110_DOC_CREATE_WTEMPL_01 SPOTS ES_SAPLCV110.
    +*$*$-Start: CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    +**ENHANCEMENT 1  ZSF_AD_MPD_SAPLCV110.    "active version**+
    +*** copy MPD relevant data from templ. doc to current doc**+
      +**CALL FUNCTION 'MPD02_COPY_MPD_DATA'**+
        +**EXPORTING**+
          +**is_draw = ls_draw**+
        +**TABLES**+
          +**ct_drad = lt_drad.**+
    +*ENDENHANCEMENT.**$*$-End:   CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    Created a custom enhancement point similar to SAP ECC6.0 EHP 3.0 system.
    The reason was the buffer was not getting cleared previously.After inserting the above code the DIR's are getting created withot any issues.
    Regards,
    Prasad.B

  • Multiple List Box showing Duplicate Options in Existing Form Library forms.

    Good day.  I currently have an InfoPath 2010 form library template that has a view containing 4 multiple selection list boxes.  These list boxes get their values from a hidden view that contains 4 repeating tables in which I've set default values
    for Value and Display name to populate the multiple selection list boxes.
    The issue I am having is this: When adding new options to the repeating tables through the Default Values option window and publish, new forms display the new selection options successfully, while existing forms in the library when opened are displayed duplicates
    of the first default value in the table in the place of the new options. (Example, Create Data[display] - 10[value] is displaying 4 times after adding 3 new options to the characteristics table that contains Create Data as it's first row item.)
    When comparing the .XML of a new form to an existing form, groupX in this case shows all options in the new form .XML, but shows the duplicates in the .XML of an existing .XML file.
    Is there a way to resolve this issue so that existing documents will display the proper selection options instead of the duplicates?  I'd like to note that another list box had a value added and it displayed the value properly when published in both
    new and existing forms.
    Thanks!

    Hi Hemendra:
    There are no rules on Section A.
    Two out of three forms used so far by the users have these problems.
    We did extensive trending study on all the submitted forms on both where the submit was successful and ones with Section A frozen up. Also, requested a user to submit a few forms per our instructions on different browsers.  Even though there are some
    forms in the past which could be claimed as success has some attachment uploaded to the Section A of the form, currently every time an attempt by any usetr to attach a smallest document the section A, it wipes out all the existing completed fields and freezes
    up all the rest of the controls of that section and not any other part of the form.
    Thanks,
    SRA
    SRAEngineer

  • Fill out existing form

    just installed i works. want to fill out existing form. opens in pages and can not fill in form . Please help

    gina
    you need to click > Apple ID: Contacting Apple for help with Apple ID account security and follow the path down which it leads
    CCC

  • VBscript to modify an existing shortcut.

    I need help with a vbscript, that will modify an existing shortcut in the All Users profile Desktop, and the shortcut in the Program files.  It needs to do two things, change the icon and change the name.  The script below allows me to change the
    icon, but I am having issue getting the Name to change, as it won't, and my script does not error out, so the script is completing. 
    Any Suggestions?
    Option Explicit
    'On Error Resume Next
    '- Set Global Objects and Variables
    'Name Variables
    Dim WshShell
    Dim objShortcut
    Dim strDesktopPath
    'Set Objects
    Set wshShell = CreateObject ("Wscript.Shell")
    '- Main Script
    strDesktopPath = WshShell.SpecialFolders("AllUsersDesktop")
    Set objShortcut = WshShell.CreateShortcut(strDesktopPath & "\Logon.lnk")
    objShortcut.IconLocation = "C:\Path\Icon.ico, 0"
    objShortcut.Name = "NewLogon.lnk"
    objShortcut.Save
    Wscript.quit

    Use the FileSystemObject object to get the file and change the Name property to rename the file.
    -- Bill Stewart [Bill_Stewart]

  • Duplicating an existing form

    How do I duplicate an existing form?  We want to keep the current form but just recreate it and make some changes to it. 

    Viewing the "My Forms" tab where your list of all of your forms is, select the form you want to duplicate and either use right click to bring up the context menu and select "Duplicate" or click on the "Duplicate" button on the toolbar:
    Thanks,
    Josh

Maybe you are looking for

  • The printer driver is not installed on this computer....

    Ok, I have read all kings of fixes for this with HP printers, but what happens when its not just HP printers but any kind of printer I put on this Windows 7 32bit SP1 computer.  Every time I plug in a printer it installs the drivers but when I try to

  • SMB slowdowns; frequent reboots

    I've been having a terrible time trying to get my TIme Capsule working with my linux box, which is mounting it as a CIFS share. Any time I push a large amount of writes to the Time Capsule, the throughput drops to a crawl several minutes in. Eventual

  • Excel to oracle tables automation

    Hi Gurus, I want to load data from excel(data exist for each table/Tab in the file) into oracle tables(unix environment). Loading should be done using sqlldr and with proper error handling. How can I implement this automation process.? Thanks in adva

  • Recurring Kernel Panic... troubleshoot not helping

    My Computer is a mid 2009 Macbook Pro. running OS X 10.7.5 I looked through the questions eariler this week, because i had no clue what was happening to my computer. by looking through these posts i found it was a Kernel Panic... i have NO idea what

  • Installations

    I was upgrading my sun Solaris 7 to 8 and the FSCK had an error readding a block 20509 on the vfstab /dev/rdsk/c0t0d0s0. So we have a problem in the file system. I use the command `fsck -y /dev/rdsk/c0t0d0s0. The result is unmounting the File System.