InfoPath for layout recommendations?

I have started a new form for client tracking which has some basic columns, eg client name, address, client type, etc. This is all looking fine.
My question is, we currently have 2 paper forms that are just checklists, Yes/No/NA with numerous questions (20-30). I will not be promoting any of these results to my SharePoint list, and will only be flagging that the check list has been completed and
by who, date. Do I need to create a regular field in InfoPath for every question in the checklist or is there a better way?
The 2nd form is again a checklist but is more of a long answer but again this for will not be promoting any fields and will likely be either printed to PDF for our records or left in InfoPath and accessed directly.
Any suggestions on how to proceed and if I will need to create a field for every question?
Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

Hello Stunpals ,
If answer is single selection then i think you have add option control for each question. I don't see any other control or way to do this.
For second form, You might need to use third party tool to convert your form to PDF file. You can try with itextsharp or any other tool. One example link i have for Itextsharp:
http://www.bizsupportonline.net/browserforms/print-infopath-browser-form-pdf.htm
Let us know if you need more 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

Similar Messages

  • I am trying to find an app or software to burn iMovie slideshow to a dvd.  I have a MacBook Pro with Mavericks.  There are a lot of DVD Creator apps a the App store. Looking for a recommendation of what to use and tips.

    I am trying to find an app or software to burn iMovie 11 slideshow to a dvd.  I have a MacBook Pro with Mavericks.  There are a lot of DVD Creator apps at the App store. Looking for a recommendation of what to use and tips. Thank you.

    I've been using "Burn" for years and it has been the only DVD burning software I have ever used for the mac. I have never needed to look at other apps. Unless you want something that has more bells and whistles such as Roxio's "Toast" : http://www.roxio.com/enu/products/toast/pro/overview.html
    There are thousands of quality free apps out there for the mac that are not part of the App Store. All you have to do is read reviews online, do a little search, the Apple forums are full of recommendations from experienced users that have been here for years...

  • How do I use the z parameter instead of component's stack order for layout?

    Hi,
    In my current project I am already using the cool new 3D properties (z/rotationX/rotationY/rotationZ) of the Flex 4 SDK. It really makes fun playing
    around with them, but it is actually pretty annoying that elements that ought to be postioned on top of each other with different z-values are displayed according to their stack order (the positon with respect to to their DisplayObject-siblings). This leads to the non-realistic appearance of objects that should be positioned in the back of the scene right on top of everything else.
    The only solution for this problem is to manually set the z-order in which I want the objects to appear on the screen by using the removeChild()/addChild() methods of the parent-container. This is not only annoying but quite expensive and additionally non-dynamic.
    Is there any means to make a container use its children's position in space for layout instead of its "z-stack"? If not, I would consider this as a bug, at least when it comes to 3D placement of objects.
    Thank's for any hints and best regards,
    Manuel Fittko

    If you are running the broker as a Window's service then
    jmqsvcadmin install -jrehome (or -javahome) is the correct
    way to specify an alternate JRE. If you are running the broker
    directly on the command line then you can use -jrehome directly
    with the jmqbroker command.

  • How to set percentage size for layout? for example : VBox,HBox,AnchorPane,.

    how to set percentage size for layout? for example : VBox,HBox,AnchorPane,......
    like HTML
    <div width="640px" height="480px">
    <div widht="50%" height="60%"/>
    <div widht="30%" height="60%"/>
    <div widht="20%" height="60%"/>
    </div>
    -----

    This is not supported. You can file a feature request at http://javafx-jira.kenai.com

  • F4 help for layout parameter

    Hello Experts,
    I m using one parameter for layout like in std report MB51 & put F4 help for that.
    My problem is when user select from layout it is working fine but when user ENTER FROM KEYBOARD it is not accepting the layout..
    My code is
    PARAMETERS :p_layout LIKE disvariant-variant.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_layout.
      PERFORM alv_f4 USING sy-repid p_layout.
    FORM alv_f4 USING p_report CHANGING p_layout.
      l_layout-report = sy-repid .
    dynfields-fieldname = 'P_LAYOUT'.
      append dynfields.
      call function 'DYNP_VALUES_READ'
           exporting
                dyname               = sy-cprog
                dynumb               = sy-dynnr
                translate_to_upper   = 'X'
           tables
                dynpfields           = dynfields
           exceptions
                invalid_abapworkarea = 1
                invalid_dynprofield  = 2
                invalid_dynproname   = 3
                invalid_dynpronummer = 4
                invalid_request      = 5
                no_fielddescription  = 6
                invalid_parameter    = 7
                undefind_error       = 8
                double_conversion    = 9
                stepl_not_found      = 10
                others               = 11.
    read table dynfields with key fieldname = 'P_LAYOUT'.
      p_layout = dynfields-fieldvalue.
      CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
        EXPORTING
          is_variant = l_layout
          i_save     = 'A'
        IMPORTING
          es_variant = l_layout
        EXCEPTIONS
          not_found  = 2.
      IF sy-subrc = 2.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        p_layout = l_layout-variant.
      ENDIF.
    ENDFORM.
    Plz suggest where i m wrong.
    Ravi

    Hi,
    Refer this code. It will definitely help you.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/learn%252bto%252bdisplay%252bdata%252bin%252balv%252bgrid
    Check the use of variant in ALV.
    Regards,
    Tarun

  • [svn] 2210: Fix for layout issue of AIR apps on mac when only width or height is

    Revision: 2210
    Author: [email protected]
    Date: 2008-06-24 11:56:52 -0700 (Tue, 24 Jun 2008)
    Log Message:
    Fix for layout issue of AIR apps on mac when only width or height is
    set on root WindowedApplication tag.
    Bugs: SDK-14643.
    QA: Yes, very much so.
    Reviewer: Ryan
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14643
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/core/WindowedApplication. as

    Updates:
    I've opened a bug with Adobe regarding this issue:
    http://bugs.adobe.com/jira/browse/FP-4362
    Also, the Cancel operation on a FileReference causes the same issue to happen as does loading.  I really think it's an operating system focus issue.
    UPDATE:
    Looks like this has already been tracked and is scheduled to be fixed:
    https://bugs.adobe.com/jira/browse/FP-2785

  • Is there an RI that uses div s for layout instead of table s?

    I am using Struts Tiles, DWR, script.acu.lous drag and drop and JSF.
    So, my problem is that since I have incorporated <f:verbatim>, the page is being rendered incorrectly and I don't know how to recombine it back to look like it should. The layout I am doing has a header at top, left hand column for navigation and content well in the middle. Essentially, this boils down to, in JSF, a table row with one table data element for the header and one table row with two table data elements for the nav and content. In the content well, it utlizes a JSF subview with JSF components and then below this a JSF subview with a JSF <f:verbatim>. On the pages that I don't use <f:verbatim>, the layout renders correctly. The rendering problem is that when the markup is rendered, the <f:verbatim> tag is rendered outside the <f:view> with the other JSF subview in the content rendered correctly in the layout. In other words, the whole page except the <f:verbatim> is rendered in a <table>. I understand, from an onjava article, the JSP and JSF rendering occurs in parallel and I am guessing this might be the problem. The page is rendering now with the header in the right place, the nav not behaving like it used to but in the correct place, the portion of the content that is a bunch of JSF components is located to the right of the nav. The <f:verbatim> that should be rendered directly below the JSF components on the content page and to the right of the nav is rendered under both the nav and JSF components outside the <table>.
    Is there a RI that uses divs to do layout instead of tables?
    OR
    How can I get the <f:verbatim> back into the flow of the page so everything is lined up correctly?
    Please feel free to yell at me if this is addressed in another thread. I will search for it if this is the case. I haven't had the time to do a thorough search.
    Regards,
    Dan
    sidenote: Using tables for layout is not considered good web design. There are plenty of sites that illustrate use of CSS for layout. I find this a little strange since Sun is always promoting best practices and then it doesn't embrace other industry best practices. This seems more like a MS bullying tactic, but maybe Sun and MS are one in the same.

    Cool. That is a great move. The only concern I have now is that there aren't any containers out that support JSP 2.1 and Servlet 2.5 to enable JSF 1.2 except for glassfish. I am using tomcat and not a heavy weight application server. I couldn't find a roadmap on Apache either for Tomcat to know when they will be coming out with Tomcat 6 I imagine. Is there an article or tutorials out yet that demonstrate how to markup a page with the new specification? That yould help. The more I think about using custom components, the more I lean towards using the standard.
    Thanks for the heads up. Now I have to think about setting up glassfish and migrating from tomcat unless there is other news I am unaware of =P.
    Dan

  • Components for Layout...

    * JavaServer Faces includes components for
    doing layout, and will (before final release)
    add editable tables to the mix. If you need
    a tree control or a menu, you can build (or
    acquire) a component that will do it for you,
    and that component will interoperate with
    Faces-based components from other sources,
    thanks to the fact that they will share the
    same underlying API standards.What exactly is meant by Components for Layout? I can understand that there will be some components that represent a tree view, but layout in my opinion deals with the layout of hmtl pages and what should that exactly mean?
    thanx,
    sven

    * JavaServer Faces includes components for
    doing layout, and will (before final release)
    add editable tables to the mix. If you need
    a tree control or a menu, you can build (or
    acquire) a component that will do it for you,
    and that component will interoperate with
    Faces-based components from other sources,
    thanks to the fact that they will share the
    same underlying API standards.What exactly is meant by Components for Layout? I can
    understand that there will be some components that
    represent a tree view, but layout in my opinion deals
    with the layout of hmtl pages and what should that
    exactly mean?
    Try out the MyFaces (= Open Source JSF Impl.) examples application:
    Go to "Options" page, change the layout and see what happens!
    Manfred
    mailto:[email protected]

  • Wats d in-built print PROGRAM name for layout MEDRUCK???

    wats d in-built print PROGRAM name for layout MEDRUCK??? and can we change it??
    wat shud we do if we want2 change it??
    i mean...assume we got a scenario in which we need ta use MEDRUCK layout n print progrm n change some text in it.. and d address  and header in it..
    how cud we do dis??

    Hi ,
    The print program name for 'MEDRUCK' is <b>SAPFM06P</b>, it is not advisable to change the print program instead if you want to do any changes use Subroutines in the layout. Eg : PERFORM <Subroutine name> in PROGRAM <pname> USING <in_variables>
                   CHANGING <out_var>
    ENDPERFORM.
    Srini

  • Selector for layouts??

    Hi all,
    I have <b>two different layouts from the same package</b> and would like to <b>use "selector for layout" so end usuers can switch layouts.</b> I created a SELECTOR and tried to assign these two layouts to it but got an error message-<b>'selectorxxxx is not used'</b>. Can someone advise me how to make it work. Thank you.
    J.

    Hi John,
    You cannot assign the layouts in the selector itself.
    The referencing layouts would be entered automatically in the selecotr.
    1) First of all create one layout, say L_LAY1.
    2) Then create the "selector for layout". Enter the properties area and level.
    3) Now set the default value of the layout selector using F4-Selection to one of the layouts. Select one of the parameter group.
    4) You would now see the property "Referenced Component" to L_LAY1.
    5) At runtime, this layout would be changed as per the selection made in the layout selector.
    Regards!

  • Disk Layout Recommendations

    I have been searching for recommended disk layouts for a 200GB DB. We have a Clariion CX5 and the current config for Oracle is showing signs of very poor performance. We are building another configuration for a new installation of Oracle but as the Storage Consultant, I find the current layout to be poor.
    Current Disk Layout:
    (4) RAID 1_0 Groups (4 Disks in Each RAID Group)
    Each of the RAID Groups has (1) LUN assigned for the DB.
    /data1
    /data2
    /data3
    /data4
    Performance is very poor with heavy disk utilization
    There are 7 other RAID 1 Groups to house the remainder of the Oracle FS Obviously RAID 1 is setup with only (2) Disks in each RAID group with (1) LUN
    The Mapping of each File System/LUN/RAID 1 Group as Below:
    /index1
    /System
    On (1) LUN
    /index2
    On (1) LUN
    /undo1
    /temp1
    On (1) LUN
    /undo2
    /temp2
    On (1) LUN
    /redo1
    On (1) LUN
    /redo2
    On (1) LUN
    /misc
    On (1) LUN
    My proposal is to change the disk layout and create fewer RAID groups by increasing the size of the groups in order spread data across more disks in each group. What I see here with the current disk layout are Single Disks Mirrored being utilized for each File system, except for the /data files. This doesn't seem optimal because the performance is only as good as the performance of (1) disk.
    My proposal is to reduce the number of the RAID 1 groups ( 7 groups in total) and create 2 RAID 1_0 groups with more disks in each group. The Data Base files are also a question. If I were to consolidate ALL of the existing RAID 1_0 groups (4 in Total) into either 2 groups or even one group, wouldn't that improve performance?? The current layout is killing Oracle performance and Best Practices now adays with Centralized Storage is to create and utilize as many disks as possible in each RAID Group. Can someone point me in the right direction or give me a current config best suited for Oracle?
    Thanks In Advance
    Joe
    Edited by: user10459164 on Oct 22, 2008 11:03 AM

    user10459164 wrote:
    Doesn't anyone have any recommendations for laying disks for Oracle 9i? Man, what a lame board...Before commenting about board like this, you must know , its not Metalink Support where people are going to immediately come and reply just because there is a question. Its a free forum and you will get the answer if some one would feel that he/she knows the answer and it would help you. You should have patience if you are here for the answer.
    Aman....

  • DB Table for Layout Variant in ALV report

    Please help me by providing the table name which will get an entry when we save Layout Variant in ALV(OO ALV grid) output.

    Hi,
    I have seen the table LTDX which is giving me the Variant names for a particular program. Hope this will help you.
    Database table is LTDX
    Database view is V_LTDX.
    Regards,
    Venaktesh

  • Looking for a recommendation of a laptop mouse.

    Thinking about using a mouse, either USB or wireless, on my iBook G4.
    It would have to be small, ideally to use while the iBook is on my lap. Maybe on the flat surface just to the right of the trackpad.
    Any recommendations? And I do have bluetooth.
    Len in NC

    Things like the Targus Bluetooth® Laser Mouse for Mac® come to mind. There are also small travel mice with retractable USB cables. An example is the Belkin Retractable Travel Mouse.

  • Error when checking for layout in sap system.

    Hi,
       We have downloaded the Adobe Life Cycle Designer 8.0 from service.sap.com.As in our system we have already installed the SAP GUI ,we only run the ALDsetup. exe to install the Adobe Life Cycle Designer 8.0 .When we checked in our backend SAP system in t-code SFP-> Select form-> Display ---> Layout ,then it is giving error below.
    Error :
    Error while opening document
    Message no. SOFFICEINTEGRATION143
    Diagnosis
    An error occurred in the desktop application while opening a document.
    Procedure
    Check first whether you can insert a document from this desktop application as an embedded object in another application. The necessary menu item is usually 'Insert --> Object'. The application then lists all of the OLE document types. Choose the type corresponding to the desktop applciation. If the insertion fails, the error is in the desktop application itself.
    This error has various causes. Often, it is caused by activating certain add-ins. Sometimes, the desktop application is wrongly installed. The error should not recur once you have disabled any add-ins or reinstalled the desktop application.
    Procedure for System Administration
    If you cannot solve the problem as described above, enter a problem message. There are notes relating to how to generate the log file using the program SAPROFFICEINTEGRATIONTRACE.
    Please check it & reply to it soon.
    Regards
    Nilesh

    Hi Nilesh,
    Refer the Below links, may be you will get some ideas,
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/45/2fbd67361003c3e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/2c/241a427ff6db2ce10000000a1550b0/content.htm
    Refer the Notes:
    886572            ADS: Central Patch Note for SAP NetWeaver 7.0
    834573            SAP Interactive Forms by Adobe: Acrobat/Adobe Reader Version
    894009            Adobe document services: Configuration Guide (NW 7.0)
    By
    Parthi

  • How to populate the logical_group field in V_LTDX (table for layouts)?

    Hi,
    Scenario:
    I have implemented the ALV using CL_SALV_TABLE. In the grid we have a 'Choose Layout' button where we have the options of choose, change, manage etc. the layouts. If we create a layout, the layout is saved in the table LTDX(view: V_LTDX).
    Issue:
    How do we populate the 'Logical_group' field in the table while creating/changing the layouts?
    Please suggest..
    Regards
    s@k

    Solved..:)
    Solution:
    While creating the ALV grid, use the method 'get_layout' of the class CL_SALV_TABLE and get the reference of the layout in a reference variable.
    Data:
          gw_key       TYPE            salv_s_layout_key.
      gr_layout = gr_grid->get_layout( ).
      gw_key-report = sy-cprog.
      gw_key-logical_group = gc_log_grp." Pass the logical group here say logical group: 0001, 0002, etc. for each ALV
    So, whenever you create/ change a layout on the ALV grid, the system automatically passes this logical group and saves it in the table LTDX.
    Regards
    s@k

Maybe you are looking for

  • Import DVD (not copywritted)PLEASE HELP ASAP

    I do a lot of volunteering for the Children's Miracle network. I recently received a 6 minute DVD that is not copy writed in anyway. Its on a DVD-R. I want to import that DVD and transfer it over to another iDVD project and add it to a small DVD I'm

  • One BW - One R/3 Development - Multiple R/3 Productive Systems

    Dear experts, we are at the moment having a classical 3-tier system environment. 1) R/3 Development --> BW Development 2) R/3 Consolidation --> BW Consolidation 3) R/3 Production --> BW Production Due to increased system load on R/3 Production  it is

  • Mail password not remembered

    Mail is driving me nuts - it keeps asking for my password to access my ISP mail server - even when I give it and ask it to remember it in keychain it still will continue to request it. It lets me get the mail OK until asking again - what tio do pleas

  • Firefox.exe* uses large amount of cpu 40-50%

    My computer slows and task manager shows firefox.exe* very large cpu usage.

  • Cannot set up imap on iPad/iPhone but works on iMac

    Help.  I am at a complete loss.  I have a virtual private server with go daddy and host several email accounts on there.  I access the accounts on my iMac, iPhone5 & iPad (4th generation) fine when using pop, but having huge issues with imap. I can a