Inserting table in web form/ Inserting multiple cells in a single row

Dear Mr Johnson,
Thanks for your early reply.
I am rather disappointed .....as I need to distribute my form urgently with a table insertion capability.
I had purchased Adobe webform central subscription with the idea that a paid subscription will fetch me the full editing capability of the Adobe form central web forms.
Please inform me as to when this vital update regarding the table insertion/ multiple cells insertion in a single row capability (update) will be functional and available for our use as today is 26th of January, 2013.
Kindly reply ASAP.
Thanks,
with kind regards,
Dr Ali

See this thread from two days ago where Randy Swineford of Adobe says that it is expected to be added at the end of January: http://forums.adobe.com/thread/1140470?tstart=0
I don't know if it will include a table tool.

Similar Messages

  • Inserting data from jsp form to multiple tables !

    Hi,
    I want to insert data from jsp form to two tables
    tables are
    (1) Form
    formId (PK)
    deptName
    (2) Data
    formId (FK)
    sNo
    description
    itemCode
    and the problem is that i want to save information form a jsp form to above two tables and i have only one form.
    so how do i insert data from a jsp form to multiple tables.

    You already know what your form in the jsp will be and what fields they are. You also already know what your database looks like. Using one form, you should be able to break the data down, and give it certain ids and/or names, so that when the form is submitted, you retrieve the correct values corresponding to a specific field and insert it.
    Unless there is something else I am not catching, this seems pretty straight forward.

  • How to use single web form for multiple secure zone signup?

    I have multiple secure zones in my website. I want to sell membership of secure zones to users of my website. I want, users signup for multiple secure zone of their choice and submit payment. Is it possible if can you please explain a bit or refer me to an doc about it.
    Thanks a lot for your time,

    I realize this isn't likely, but do you know of a way to allow the user to select the secure zone to be registered (e.g. from a list of multiple secure zones or entering ID of one sz into a text input) from within a single web form? I wonder if this can be passed in through a parameter in the action URL or through a special system field.
    Thanks

  • Multiple clobs in a single row of data

    I have several clobs in a single row of data and have created a procedure where I attempt to display the first 4k of each clob.
    using a for loop cursor I select all of the clobs in a row at the same time and then I use dbms_lob.read to get the first 4k of data.
    For the first lob of each row everything works fine but when I attempt to dbms_lob.read the second one I get an "ORA-06502: PL/SQL: numeric or value error: invalid LOB locator specified: ORA-22275" and I'm not sure why?
    does anyone know of an example where two or more clobs are selected and then converted to 4K varchars?
    sample columns for the table:
    SPECIALREQUIREMENTSS     CLOB
    REFERENCERANGE     CLOB
    ALERTVALUE     CLOB
    REFERENCELAB     VARCHAR2(50 CHAR)
    TESTINCLUDES     CLOB
    LASTUPDATE     DATE
    sample code (I removed some code for clairity - this produces the same error):
    create or replace
    procedure test_lobs as
    v_lab_blob blob;
    v_lobamt binary_integer := 32767;
    v_lobpos pls_integer := 1;
    v_labrec labman.lab_testingdata%rowtype;
    v_buffer varchar2(32767) :='';
    v_start_left number;
    begin
    -- *** housekeeping
    dbms_lob.createtemporary(v_labrec.testincludes,TRUE);
    dbms_lob.createtemporary(v_labrec.specialrequirementss,TRUE);
    Plpdf.init;
    Plpdf.NewPage;
    Plpdf.SetColor4Drawing(66,66,66);
    Plpdf.SetColor4Filling(180,180,180);
    v_start_left := Plpdf.GetPageWidth-Plpdf.GetPageRightSpace;
    -- *** select the test name for shaded printing
    for x in (select indexnumber, test from labman.lab_testingdata where test like 'A%') loop
    -- *** select the test data for printing
    select * into v_labrec from labman.lab_testingdata where indexnumber = x.indexnumber;
    -- *** test includes
    if dbms_lob.getlength(v_labrec.testincludes) > 0 or v_labrec.testincludes is not null then
    Plpdf.SetPrintFont('Arial','B',8);
    Plpdf.LineBreak(.1);
    Plpdf.PrintCell(25,5,'Test Includes:',0,0,'R',0,null,0);
    Plpdf.SetPrintFont('Arial',null,8);
    if dbms_lob.getlength(v_labrec.testincludes) > 32767 then
    v_buffer := '*** error - text is greater than 32k ***';
    else
    v_lobamt := 32767;
    v_buffer := '';
    dbms_lob.read(v_labrec.testincludes,v_lobamt,v_lobpos,v_buffer);
    end if;
    Plpdf.SetLeftMargin(Plpdf.GetCurrentX);
    Plpdf.PrintFlowingText(5,v_buffer,null,0);
    Plpdf.SetLeftMargin(v_start_left);
    Plpdf.lineBreak;
    end if;
    -- *** special requirements
    Plpdf.SetPrintFont('Arial','B',8);
    Plpdf.LineBreak(.1);
    Plpdf.PrintCell(25,5,'Special Requirements:',0,0,'R',0,null,0);
    Plpdf.SetPrintFont('Arial',null,8);
    if dbms_lob.getlength(v_labrec.specialrequirementss) > 32767 then
    v_buffer := '*** error - text is greater than 32k ***';
    elsif dbms_lob.getlength(v_labrec.specialrequirementss) = 0 then
    v_buffer := '';
    else
    v_lobamt := 32767;
    v_buffer := '';
    dbms_lob.read(v_labrec.specialrequirementss,v_lobamt,v_lobpos,v_buffer);
    end if;
    Plpdf.SetLeftMargin(Plpdf.GetCurrentX);
    Plpdf.PrintFlowingText(5,v_buffer,null,0);
    Plpdf.SetLeftMargin(v_start_left);
    Plpdf.lineBreak;
    commit;
    end loop;
    Plpdf.SendDoc(v_lab_blob);
    -- store the PDF document
    delete from store_blob;
    commit;
    INSERT INTO STORE_BLOB (blob_file, created_date)
    VALUES (v_lab_blob, SYSDATE);
    COMMIT;
    end test_lobs;

    didn't think that checking for a length of zero and null would produce two different results - should have known better.
    Thanks for your help!
    elsif dbms_lob.getlength(v_labrec.specialrequirementss) = 0
    or v_labrec.specialrequirementss is null then

  • Customizing Sharepoint Calendar Week Group View to display multiple weeks in a single row

    Hi,
    SharePoint Calendar's Week Group View is useful for comparing multiple co-worker's schedule, and we have a business needs to be able to view the schedule for with the date range of more than one week at a time between co-workers for planning purposes, is
    there a way (code or no-code) to manipulate the date/week range so that the calendar display more than 7 days in a single row?

    Hi,
    As there is no such OOTB feature, I would suggest that you can change the calendar scope to “Month” or create a Gantt view to display more weeks in a view.
    Or you can try to create a custom calendar web part to meet your requirement.
    Here are some samples of custom calendar web part for your reference:
    http://www.codeproject.com/Articles/108676/SharePoint-Custom-Calendar
    http://gunnarpeipman.com/2009/01/creating-sharepoint-global-calendar/
    https://blog.metrostarsystems.com/2013/10/21/creating-a-custom-sharepoint-calendar-rollup/
    Best regards
    Patrick Liang
    TechNet Community Support

  • Showing multiple Objects in a single row in Gantt Chart

    Hi,
    I am wokring on extending the cPro4.5 gantt chart.
    I have a tree hierarchy which I want to display on the Gantt Chart. But my need is to display all the children and its parent in single row i.e. in a new row bove the Poject row in the gantt tree (hierarchy shown on the left side) of existing chart.
    Is it possible with the Gantt chart?
    If yes, then where and how do I pass this information to the transformation I call in the end to convert the abap tables into XML file which is finally shown on the gantt.
    Kindly guide.
    Regards,
    Varun

    Hi Varum,
    Sorry but I think I don't understand your requirement. Do you need see on the left of your gantt project structure?
    Thanks,
    Sara

  • Insert records from user form to multiple tables in same database

    Hi Experts, I need your help. I have a form that has multiple text fields that I need to insert the records to their each respective table. For example: The first name field needs to go the the name table, address goes to a seperate table, phone goes to a seperate table and so on.
    Is this possible to do?
    Thanks Much
    Sham

    The same for ASP, JSP or PHP.  Just the code syntax is different for each language.  Are you using MySQL, Access or ?
    In any case, create the three recordsets on the database and use insert queries.  If you don't know what one is, google insert query and you will see the syntax. 
    Here is a good example out on the web
    http://www.stardeveloper.com/articles/display.html?article=2000032601&page=1
    In your case you would get the values for the inserts from the form data and only need to open the database connection once.
    Good luck.
    Walt
    B & B Photography

  • Multiple Colums in a Single Row

    Hi ,
    I have a requirement as follows.
    Table Test
    Col1 Col2
    Jim 200
    Jack 300
    Jon 400
    I would require the output as follows
    Col1 Col2 Col3 Col4 Col5 Col6
    Jim 200 Jack 300 Jon 400
    Any help would be greatly appreciated.
    Regards,
    Prithwish.

    I tried like this......
    create table ex_abc
    as SELECT   'Jim' Col1, 200 Col2 FROM DUAL
                     UNION ALL
                     SELECT   'Jack', 300 FROM DUAL
                     UNION ALL
                     SELECT   'Jon', 400 FROM DUAL;
    select * from   ex_abc;     
    Col1 Col2
    Jim 200
    Jack 300
    Jon 400
    --Anonymous block
    set serveroutput on
    /* Formatted on 06/07/2013 1:58:47 PM (QP5 v5.126.903.23003) */
    DECLARE
       v_String    VARCHAR2 (4000);
       v_String1   VARCHAR2 (4000);
       v_a         VARCHAR2 (4000);-- := 'Jack 300 Jim 200 Jon 400';
       v_count     NUMBER;
    BEGIN
       SELECT   listagg (col1 || ' ' || col2, ' ') WITHIN GROUP (ORDER BY col1)
         INTO   v_a
         FROM   ex_abc;
       SELECT   regexp_count (v_a, '[^ ]+') INTO v_count FROM DUAL;
       FOR i IN reverse 1 .. v_count
       LOOP
          v_String :=
                'SELECT regexp_substr('
             || ''''
             || v_a
             || ''''
             || ',''[^ ]+'',1,'
             || i
             || ')   FROM dual';
          v_String1 := '(' || v_String || ') col'||i||',' || v_String1;
       END LOOP;
       DBMS_OUTPUT.PUT_LINE(   'select '
                            || SUBSTR (v_String1, 1, LENGTH (v_String1) - 1)
                            || ' from dual');
    END;
    Output:
    --A dynamic select query will be generated as below:
    select (SELECT regexp_substr('Jack 300 Jim 200 Jon 400','[^ ]+',1,1)   FROM dual) col1,(SELECT regexp_substr('Jack 300 Jim 200 Jon 400','[^ ]+',1,2)   FROM dual) col2,(SELECT regexp_substr('Jack 300 Jim 200 Jon 400','[^ ]+',1,3)   FROM dual) col3,(SELECT regexp_substr('Jack 300 Jim 200 Jon 400','[^ ]+',1,4)   FROM dual) col4,(SELECT regexp_substr('Jack 300 Jim 200 Jon 400','[^ ]+',1,5)   FROM dual) col5,(SELECT regexp_substr('Jack 300 Jim 200 Jon 400','[^ ]+',1,6)   FROM dual) col6 from dual;
    The output of above query is:
    Col1          Col2             Col3         Col4         Col5          Col6
    Jack     300     Jim     200     Jon     400Edited by: nkvkashyap on Jun 7, 2013 2:16 AM

  • How to Disassemble Varying Multiple Repeating Records from Single Row

    I have a flat file that has hundreds of thousands of rows.  Each row is a new record.
    On each row there are about 23 elements that occur once per row and then there are two groups of 4-6 fields each group that repeat a certain number of times.  There is an integer field before each group that indicates how many times the group repeats
    0 or greater.  An few examples rows are the following. 
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|0|0
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|1|b|b|b|b|0
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|2|b|b|b|b|c|c|c|c|0
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|2|b|b|b|b|c|c|c|c|1|d|d|d|d|d|d
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|2|b|b|b|b|c|c|c|c|2|d|d|d|d|d|d|e|e|e|e|e|e
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|0|1|b|b|b|b|b|b
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|0|2|b|b|b|b|b|b|c|c|c|c|c|c
    I'd rather not do a custom pipeline if possible unless there is something already written.
    thanks in advance.

    Thank you for the quick response.  Would rather stick in biztalk if possible.
    I was able to get something like this to process through no problem.
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|1|b|b|b|b
    a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|0
    Just using and unbounded record with the group order type set to sequence. each row could have 0 to hundreds
    of groups.  And I've been able to process files with millions of rows.
    I'm wondering if there is a way to check the integer number in order to tell the group how many records
    there will be?
    Sucks that it is all the same delimiter.

  • Forms inserts rather update on commit_form when changes made in records

    I have created a form in forms builder 10g. These are 3 tables.
    1. Recovery_Shift (Production Shift Information) -- Parent Table
    2. Recovery_Size (Many Size in one Production Shift) -- Child to Table- 1
    3. Recovery_Size_Dtl (Details of the Size Recovered) -- Child to Table- 2
    The form has been created using 3 datablocks correpsonding to the above tables in two canvases.
    In second canvas I have a "Save" Push Button with code "Commit_Form". Whenever I am inserting first time it is ok. After pressing this push button if I make any changes in any record and press the Save button, forms shows unique constraint error. When I disable this constraint in table. The form inserts a new duplicate row in the table.
    The problem is ==>if I make any changes in the form after pressing "Save" button (Commit_form) it inserts the whole row rather updating the row.
    What could be the cause and solution. Please guide. The module is at implimentation stage. Thanks in advance for guidance.
    Tables for your references.
    Table - 1. Recovery_Shift
    SHIFT_ID----------NUMBER(10,0)     --> PK
    RECOVERY_DATE-----DATE     
    SHIFT-------------VARCHAR2(1 Bytes)     
    SHIFT_START_TIME--DATE     
    SHIFT_END_TIME----DATE     
    SUPERVISOR--------VARCHAR2(6 Bytes)     
    OPT---------------VARCHAR2(6 Bytes)     
    ENTRY_BY----------VARCHAR2(6 Bytes)     
    ENTRY_DATE--------DATE     
    VALIDATE_BY-------VARCHAR2(6 Bytes)     
    VALIDATION_DATE---DATE     
    SHIFT_MINUTE------NUMBER(10,0)     
    Table - 1. Recovery_Size
    SIZE_ID-----------NUMBER(10,0)     --> PK
    SHIFT_ID----------NUMBER(10,0)     --> FK
    REJ_STAGE---------VARCHAR2(2 Bytes)     
    ITEM_SIZE---------NUMBER(7,2)     
    ITEM_CLASS--------NUMBER(4,2)     
    ITEM_GROUP--------VARCHAR2(2 Bytes)     
    ITEM_QUALITY------VARCHAR2(3 Bytes)     
    RECOVERED_MTR-----NUMBER(10,2)     
    RECOVERED_TON-----NUMBER(10,3)     
    AUCTION_MTR-------NUMBER(10,2)     
    AUCTION_TON-------NUMBER(10,3)     
    ITEM_SPEC---------NUMBER(2,0)     
    Table - 1. Recovery_Size_Dtl
    SIZE_ID-----------NUMBER(10,0)     --> FK
    LEN_MIN-----------NUMBER(4,2)     
    LEN_MAX-----------NUMBER(4,2)     
    REC_AUC-----------VARCHAR2(1 Bytes)     
    PCS---------------NUMBER(10,0)     
    MTR---------------NUMBER(10,2)     
    TON---------------NUMBER(10,3)     
    SEGMENT-----------VARCHAR2(1 Bytes)
    Message was edited by:
    Vinay Pandey

    for inserting a row it asks for commitThat is normal behavior. When you update or create a record in the Recovery_Size_Detail block, you must commit the record before working on another record.
    I think it may be the cause of problem that there are already saved (commited)records in the form when i am entering more records in 2nd & 3rd table and commiting them.If you are creating new records after the commit, and these new records are duplicates in the database, then the unique constraint error is expected. If you want to ensure the user is not creating duplicate records before trying to commit, then see this:
    http://sheikyerbouti.developpez.com/duplicates/duplicates.htm
    You might try creating the form with just two blocks:
    First block (master): Recovery_Shift
    Second block (detail) Recovery_Size
    Get that to work and test it by updating and creating records. After you are pleased that it works, save it and then add the 3rd block as a detail block for the the 2nd block. Then you have this:
    Block1. Recovery_Shift (master)
    Block2. Recovery_Size (detail for block 1 and master for block 3)
    Block3. Recovery_Size_Detail (detail for block 2)

  • Dreamweaver CS4 Insert Table button does not work.

    I recently upgrade from an older version of Dreamweave to Dreamweaver CS4. But now I have a problem with inserting tables.
    They have the dropdown on the top right for Classic, Coder, Coder Plus and so on. I was using classic and everything was fine, then all of a sudden if I try using the Insert Table button from the Inserts tab, it does nothing. If I right click on the button, then click on the button it works, and if i switch to any other view it works. so then I used Coder and it was fine, but then again it stopped working. So I switched to Coder Plus and it was fine for a few more days and then it stops working again. I have rebooted my machine, closed out of DW and nothing seems to fix it. I just installed all adobe software updates and there was nothing in the update that fixed the problem. Does anyone else have this issue and if so, how do I fix it?
    I have searched google and I can't find anything. I can keep switching views but one day soon if it continues, I'm going to run out of views and Its such a habit to use the button instead of the Ctrl+Alt+T shortcut.

    try the following
    Recreate Dreamweaver CS4 Configuration and registry
    - rename the configuration folder to any name. (just add any character I suggest)
    C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver CS4\Configuration
    - recreate the registry folder
    Start > run > regedit
    HKEY_CURRENT_USER>Software>Adobe>Dreamweaver>10. Rename 10 ex: 10_old
    maybe you can post your specs here for more specific troubleshooting. Cheers!

  • How to change settings for insert table

    I use DW CS4. Don't know how this changed but now when i click insert>table the result is insertion of a table with width of 960 and 8 columns and 8 rows?
    Where can i change this back to what it was so that in properties i can set the width, the number of columns, the number of rows, etc.
    thanks for your help,
    Jim Balthrop

    JBWebWorks wrote:
    I use DW CS4. Don't know how this changed but now when i click insert>table the result is insertion of a table with width of 960 and 8 columns and 8 rows?
    Where can i change this back to what it was so that in properties i can set the width, the number of columns, the number of rows, etc.
    Dreamweaver should remember the last table definition you put on the page.
    Insert>table>Specify Rows/Columns/Width
    That should then be the default until you specify something else.

  • Import external text file into table in database using web form

    I whant to import data from text delimited file located in os
    into oracle table using web form.
    I am using ORACLE DATABASE 8i, APPLICATION SERVER 9i
    and ORACLE FORMS DEVELOPER AND FORMS SERVER 6i (Patch 2)
    Is there anybody who know how can i do this?
    Thank you!

    WebUtil uploads the files as Binary - so yes you could have some issues if you have a Unix host - however, that would only mean that there is an extra character to trim off of the end of the line read by Text_io.

  • Regarding Isuue in entering data in Web Form

    Hello,
    I am using Hyperion Planning 11.1.2 and i am trying to insert value in web form but when i enter value in Level 0 cells , except one cells all values are saved and that member is stored and is implied share of parent member.

    Hi,
    That is most probably an implied sharing problem. See below:
    Re: Data save issue in Planning
    Cheers,
    Alp

  • Web form data storage

    Hi,
    In which table the Web form datas will be stored in EPM Planning repository. Please provide the table details.
    Thanks
    Kumar
    Edited by: kumarp on Aug 13, 2012 7:17 AM

    Hi,
    Forms are spread to multiple tables. All tables starting by HSP_FORM*.
    If you want to export forms in a convenient format, it's easier to export them to XML files through LCM.
    Thanks,
    JM

Maybe you are looking for

  • IWeb Crashing at Open due to SFWordProcessing plugin

    My iWeb program suddenly will not open - it says "iWeb quit unexpectedly while using the SFWordProcessing plugin". It started happening when I used the software "Delicious Library 2" - which allows you to scan barcodes off books, DVDs, CDs etc - I wa

  • After Effects CC version 12.0 is not updating to version 12.1

    Hello: After Effects CC version 12.0 is not updating to version 12.1 on my iMac running Mac OS X 10.7.5. Adobe Creative Cloud desktop version 1.2.0.248 shows that After Effects CC is "Up to date" in the Apps tab; however, it is still version 12.0. I'

  • Sky LLU to BT Infinity

    Hi all I'm looking to move from Sky LLU unlimited to BT Fibre, just wanted to know If I'd require a MAC code or does this only apply when moving between LLU products? also wondered whether I should migrate my BB to BT first and then upgrade to fibre

  • Problem in work flow Rule 157

    Hello experts , Created organization Company   Hod of department    user-mgr01                        -- level 1                          Manager             user-mgr03          level 2                                      Employee 01        user-Emp

  • Get back Spry in DW CC (Was: Spry)

    Probably a simple one, but is there a way to get back the spry option in CC? Thnx..