SFP generate blank form

Hi, I've create an interactive forms with the transaction SFP.
I need to print it and , for that, I've create a program :
call function 'FP_FUNCTION_MODULE_NAME'
    exporting
      i_name     = 'Z_HCHAN_PROP_MDN_PDF'
    importing
      e_funcname = fm_name.
  if sy-cprog eq 'RS_TESTFRAME_CALL'.
    sy-cprog = 'RS_TESTFRAME_CALL_X'.
  endif.
  outputparams-nodialog = 'X'.
  outputparams-getpdf = 'X'.
*     Recup de l'imprimante locale
  outputparams-dest = 'LOCL'.
  docparams-fillable = 'X'.
  if p_natal = 'X'.
    sort wt_editpernr by name2 vorna.
    refresh wt_resultcm_tot.
    clear wt_resultcm_tot.
    loop at wt_editpernr.                                   "cor131106
      cm-key = wt_editpernr-srtfd.
      zp-imp-c7-cm.
      append lines of wt_resultcm to wt_resultcm_tot.
    endloop.
    perform f_fp_job_open changing w_subrc.
    check w_subrc eq 0.
*         appel du MF SFP de génération du 307/100
    call function fm_name
      exporting
        /1bcdwb/docparams  = docparams
        wt_result          = wt_resultcm_tot
        ws_result          = ws_resultcm
      importing
        /1bcdwb/formoutput = formoutput
      exceptions
        usage_error        = 1
        system_error       = 2
        internal_error     = 3
        others             = 4.
    if sy-subrc <> 0.
      message id sy-msgid type sy-msgty number sy-msgno
              with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    perform f_fp_job_close.
    if not formoutput-pdf is initial.
*           Conversion du XSTRING généré vers un format
*           binaire pour download
      perform f_scms_xstring_to_binary.
*NAT_MDN_CAMP_NV_STT_AAAAMMJJ.pdf
      concatenate c_repertoire
                  'NAT'         '_'
                  'MDN'         '_'
                   p_camp       '_'
                   p_nivau      '_'
                   p_statu      '_'
                   sy-datum
                   '.pdf'
                   into w_file.
*           Transfert du fichier PDF sur serveur d'application
      open dataset w_file for output in binary mode .
      loop at l_tab into ltab.
        transfer ltab to w_file.
      endloop.
      close dataset w_file.
    endif.
this program is launch by batch.
When I open my form after download, I have an adobe message (this document enabled extended features in adobe reader) and the document is blank un less an area not binding.
If you have an idea !!!!
Thanks

Hello, please provide more details.
What does that mean, your form is blank? You cannot see a thing? Or you can see the layout but no data?
You can check if your form is ok without the batch, use preview. This way you can tell where there is a bug.
Next check binding. Check data passing into the form. Set up the form trace in SFP, set very detailed trace and examine the form attachment with the debug data. Check your fonts. Provide more details about the form and what have you checked so far and we can debug it out for you, regards Otto

Similar Messages

  • When I send a PDF by email the recipient sees only a blank form on the iPhone and iPad. This has only occurred since IOS 7 was updated

    When I send a PDF attachment by email the recipient sees only a blank unfilled form. This has only occurred since IOS 7 was updated. The email with the PDF when recieved by my MAC is OK, but my phone and iPad are not!
    Any advise would be appreciated.

    I have the same problem.  Sought to insert a pdf into Apple Mail after editing a form pdf and only the blank form shows.  I didn't use Preview to generate the form, just Acrobat.  And, the filled in form inserts perfectly into an email when I use Outlook for Mac.  Problem only with Apple Mail.
    HELP!!

  • URGENT: Form Import FAILED with  Unable to generate UI form: ORA-0650

    I am importing application components from one installation of portal 3.0.9.8 to another installation. Both installed versions of POrtal are the same.
    The application name is PROFILE_APP. I have created this same app with same specifications as in source, in the target portal instance.
    To import, I am using the SQL scripts generated through portal using the "Export" feature available for each component.
    I could successfully import LOV into this app from source to target by running the above generated SQL. When i run the SQL for the form component in the target - i get the following error :
    ...Importing component: ID = 5861481106 Name = WST_USER_PROFILE_V_FRM Owner = WST_PROFILE_PORTAL30_APP Type = FOT
    *** ERROR ***
    wwa_generate_module.transfer_fot_metadata: Unable to generate UI form: ORA-06502: PL/SQL: numeric or value error
    The form worked successfully in the source instance.
    Any help is greatly appreciated.
    Thank you,
    Tanushree.

    Form CustomForm_791b1adc_97fd_4de1_a077_646a418fe59b extends form Microsoft.EnterpriseManagement.ServiceManager.ChangeManagement.Forms.ChangeRequestForm, which already has another extension (CustomForm_3e2fd77f_cfed_40f9_9def_c6735078bf2a).
    you already have a form customization that extends the change request form, and this MP is also importing a different customization to the same form. each form can only have one customization. 

  • Unable to generate any form in oracle r12

    Dear Gurus,
    suddenly we can't generate any form "standard or customized" with following error:
    frmcmp_batch Module=$AU_TOP/forms/US/INVGIPDP.fmb Userid=apps/apps compile_all=yes module_type=form batch=no output_file=$INV_TOP/12.0.0/forms/US/test.fmx
    Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
    Forms 10.1 (Form Compiler): Release  - Production
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
         With the Partitioning, OLAP, Data Mining and Real Application Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.5.0      Production
    Compiling package specification APP_CUSTOM...
       No compilation errors.
    Compiling package specification IPDP_TREE...
       No compilation errors.
    Compiling package specification DATA_SET_CTRL...
       No compilation errors.
    Compiling package specification RESULTS...
       No compilation errors.
    Compiling package specification APP_CUSTOM...
       No compilation errors.
    Compiling package body APP_CUSTOM...
    Compilation error on package body APP_CUSTOM:
    PL/SQL ERROR 302 at line 24, column 19
    component 'DISABLED' must be declared
    PL/SQL ERROR 0 at line 24, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 30, column 5
    identifier 'APP_WINDOW.CLOSE_FIRST_WINDOW' must be declared
    PL/SQL ERROR 0 at line 30, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 43, column 5
    identifier 'APP_WINDOW.SET_WINDOW_POSITION' must be declared
    PL/SQL ERROR 0 at line 43, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 46, column 3
    identifier 'APP_WINDOW.SET_TITLE' must be declared
    PL/SQL ERROR 0 at line 46, column 3
    Statement ignored
    Compiling package specification IPDP_TREE...
       No compilation errors.
    Compiling package body IPDP_TREE...
    Compilation error on package body IPDP_TREE:
    PL/SQL ERROR 201 at line 43, column 26
    identifier 'APPTREE.COLLAPSED_NODE' must be declared
    PL/SQL ERROR 0 at line 43, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 50, column 26
    identifier 'APPTREE.TREE_NAME' must be declared
    PL/SQL ERROR 0 at line 50, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 103, column 39
    identifier 'APPTREE.TRIGGER_NODE_USER_VALUE' must be declared
    PL/SQL ERROR 0 at line 96, column 3
    SQL Statement ignored
    PL/SQL ERROR 201 at line 109, column 18
    identifier 'APPTREE.TRIGGER_NODE_TYPE' must be declared
    PL/SQL ERROR 0 at line 109, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 117, column 13
    identifier 'APPTREE.TRIGGER_NODE_LOW_VALUE' must be declared
    PL/SQL ERROR 0 at line 117, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 144, column 20
    identifier 'APPTREE.TRIGGER_NODE_HIGH_VALUE' must be declared
    PL/SQL ERROR 0 at line 144, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 148, column 26
    identifier 'APPTREE.TREE_NAME' must be declared
    PL/SQL ERROR 0 at line 148, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 159, column 6
    identifier 'APPTREE.TRIGGER_NODE_TYPE' must be declared
    PL/SQL ERROR 0 at line 159, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 184, column 6
    identifier 'APPTREE.TRIGGER_NODE_TYPE' must be declared
    PL/SQL ERROR 0 at line 184, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 264, column 15
    identifier 'APPTREE.FIND_TREE_NODE' must be declared
    PL/SQL ERROR 0 at line 264, column 2
    Statement ignored
    PL/SQL ERROR 201 at line 272, column 28
    identifier 'APPTREE.TREE_NAME' must be declared
    PL/SQL ERROR 0 at line 272, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 275, column 16
    identifier 'APPTREE.FIND_TREE_NODE' must be declared
    PL/SQL ERROR 0 at line 275, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 282, column 28
    identifier 'APPTREE.TREE_NAME' must be declared
    PL/SQL ERROR 0 at line 282, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 290, column 6
    identifier 'APPTREE.ACTION' must be declared
    PL/SQL ERROR 0 at line 290, column 3
    Statement ignored
    Compiling package specification DATA_SET_CTRL...
       No compilation errors.
    Compiling package body DATA_SET_CTRL...
    Compilation error on package body DATA_SET_CTRL:
    PL/SQL ERROR 201 at line 30, column 7
    identifier 'APPTREE.NEW_VIEW_BY' must be declared
    PL/SQL ERROR 0 at line 30, column 7
    Statement ignored
    PL/SQL ERROR 201 at line 43, column 7
    identifier 'APP_ITEM_PROPERTY.SET_PROPERTY' must be declared
    PL/SQL ERROR 0 at line 43, column 7
    Statement ignored
    PL/SQL ERROR 201 at line 46, column 7
    identifier 'APP_ITEM_PROPERTY.SET_PROPERTY' must be declared
    PL/SQL ERROR 0 at line 46, column 7
    Statement ignored
    PL/SQL ERROR 201 at line 97, column 14
    identifier 'APP_FORM.QUIETCOMMIT' must be declared
    PL/SQL ERROR 0 at line 97, column 11
    Statement ignored
    Compiling package specification RESULTS...
       No compilation errors.
    Compiling package body RESULTS...
       No compilation errors.
    Compilation errors have occurred.
    Form not created
    DB version: 11.2.0.3
    apps version: 12.1.3
    OS: hp-ux B.11.31 U ia64
    Kindly advice.
    Regards,
    Ahmed

    Salam Asif, Srini, Hussein,
    1st of all please accept my apologize of being late in reply due to fever that attacked me yesterday!
    To Asif,
    number of invalid objects now 16, and all of them related to customized schema. Actually there were 3 more related to apps and I could recompile them.
    To Srini,
    I'm not sure if it's modified recently, I'm Apps DBA so I'll check with the developer and get back to you ASAP. Unlesss you have some guidance to check if it's modified or not, also what do you mean by replace it with a good back? does this mean can I get CUSTOM.pll from any other envrionment and put it there?
    To Hussein,
    Can you compile the form on your client using forms builder with no issues?
    I don't think so but I'll confirm with the developer.
    Where this package is used? What is line 24 and column 19?
    Again I've no idea, I'm sorry about that and I'll ask the developer.
    Regards,
    Ahmed

  • Is it possible to generate oracle forms in pdf format

    I have to generate a form in pdf format. Is it possible.
    If yes, how to achieve this.
    Thank you very much.
    Navya.

    One round about way to get a pdf screen shot is tick 'print to file' and use a printer which is set up with a postcript driver. This gives a postscript file which can be converted to pdf using 'ghostscript and gsview' (available free from gnu via various sites).

  • How to generate blank spaces at end of the record in a flat file with fixed

    Hi,
    I am generating a flat file with fixed length.
    In my ABAP program, i am able to see the spaces at the end of the recors in debug but when download to applicaiton server i am not able to see those spaces.
    How can i generate blank spaces at the end of the record in a flat file?
    Please update
    Thank you

    How are you downloading the file?  And, How are you looking at the file on the application server?
    Can you provide snippets of your code?
    Cheers
    John

  • Application error while generating PDF form

    Hello there,
    I am getting the message "Application error while generating PDF form" and when you hover it has additional information Message Class HREIC_APPL - Message number 258.
    I get this upon doing the following steps:
    1. Enter SAP R3, enter HREIC on the transaction code input.
    2. Enter EIC, Activity Search. Searched for an Activity, selected it and click the "PRINT" button.
    3. After clicking the PRINT button, I get the error message "Application error while generating PDF form".
    Installed this on development box, did the same configuration in test system, but still I get this error. ADS Configuration is working fine and configured fine.
    Is there anything else that is needed to be checked? like Ports, Firewalls, etc?
    Thanks a lot.

    Be sure that the RFC name is "ADS" and not anything else.
    Thanks.

  • Compilation error while generating the form in linux

    Hello everyone,
    I am using Oracle Designer ver10.1.2.4 in windows to generate the forms with standard object library ofgwebol.olb and template form ofgwebt.fmb. form (with both .fmb and .fmx files) are generated without errors. Also when I open the forms in separately they compiles without errors. But when I copy the same .fmb file into linux enviroment and compile it using frmcmp.sh userid=user/password@database module_type=form compile_all=yes module=form_name it gives following errors.
    $> frmcmp.sh userid=odin/odin@ontw10g module_ty
    pe=form compile_all=yes module=LOGIN_SCHERM
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$BLOCK
    Source Module:ofgwebol.olb
    Source Object: CGSO$CANVAS
    Source Module:ofgwebol.olb
    Source Object: CGSO$WINDOW
    Compiling function CGTE$CHECK_CONSTRAINT_VIO...
    No compilation errors.
    Compiling procedure CGTE$INLOGGEN_ERRORS...
    No compilation errors.
    L/SQL ERROR 0 at line 17, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 36, column 3
    identifier 'CGNV$.NAV_CLOSE_FORMS' must be declared
    PL/SQL ERROR 0 at line 36, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 37, column 3
    identifier 'CGNV$.NAV_OPENING_WND' must be declared
    PL/SQL ERROR 0 at line 37, column 3
    Statement ignored
    Compiling KEY-HELP trigger on form...
    No compilation errors.
    Compiling WHEN-WINDOW-ACTIVATED trigger on form...
    Compilation error on WHEN-WINDOW-ACTIVATED trigger on form:
    PL/SQL ERROR 201 at line 6, column 8
    identifier 'CGNV$GET_ITEM_WINDOW' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling POST-TEXT-ITEM trigger on form...
    Compilation error on POST-TEXT-ITEM trigger on form:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$.STORE_WND_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling WHEN-WINDOW-CLOSED trigger on form...
    Compilation error on WHEN-WINDOW-CLOSED trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.TERMINATE_WINDOW' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    Compiling WHEN-FORM-NAVIGATE trigger on form...
    Compilation error on WHEN-FORM-NAVIGATE trigger on form:
    PL/SQL ERROR 201 at line 3, column 3
    identifier 'CGNV$.REMOVE_CHILD_FORM' must be declared
    PL/SQL ERROR 0 at line 3, column 3
    Statement ignored
    Compiling KEY-EXIT trigger on form...
    Compilation error on KEY-EXIT trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.NAV_ENTER_QUERY' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 9, column 5
    identifier 'CGNV$.CLOSE_ALL_WINDOWS' must be declared
    PL/SQL ERROR 0 at line 9, column 5
    Statement ignored
    Compiling KEY-CLRFRM trigger on form...
    No compilation errors.
    Compiling ON-ERROR trigger on INLOGGEN data block...
    No compilation errors.
    Compiling KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block...
    Compilation error on KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_PREV_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data block...
    Compilation error on KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data blo
    ck:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_NEXT_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compilation errors have occurred.
    Form not created
    I think some standard library are missing in Linux environment. But I do not know the name of them and neither I can find. Please suggest the what need to be done to resolve the problem. The reason I am compiling the form in Linux is that I can run the form in windows because of corrupted installation of OC4j.
    Thanking you all much in advance.
    Edited by: Deepank on Dec 2, 2008 1:49 AM

    Deepank-
    When generating forms from Designer, Designer attaches libraries - like ofgmes.pll, ofgnavl.pll, etc. You will need to copy these libraries to the same directory where your forms reside on your Linux box. To find out what libraries ate attached to your form, open it on your windows PC after generating it from Designer and you will see the attached libraries. Also, watch out for the case-sensitivity of Linux. If you have the Designer libraries on your linux box and you still get errors, try changing the case of the names of the libraries.
    Hope this helps,
    Dan

  • R 6018 unexpected heap error  when generating a form in Designer

    When generating a form in Designer i get the following error:
    r 6018 unexpected heap error
    Has anyone else encountered it before with forms?
    Kind Regards
    Maurice Niezen

    You put the question to wrong forum. If it is regarding to Oracle Forms, then post to Oracle Forms forum. If it is regarding to Oracle Designer, then post to Designer Forum. This is the forum for Oracle Reports.
    Thanks,
    -Shaun

  • How can I import a form to get it back into a blank form?

    I was informed to do this with the form they sent me to use :  The recipient of this data file should save it locally with a unique name. Adobe Acrobat Professional 7 or later can process this data by importing it back into the blank form or creating a spreadsheet from several data files. See Help in Adobe Acrobat Professional 7 or later for more details.
    I am new to working with forms and would love some suggestions.  Thank you

    So you have Acrobat Professional installed?  What version?

  • How to generate a form based on PL/SQL-procedures instead of tables?

    Hi all,
    I'm trying to generate a form based on a package, which has procedures for insert/update/delete/select. In Forms, this is no problem. It is unclear to me how to do this in Oracle Designer (10g). Online Help of Designer doesn't clear things up a lot, it seems I have to generate a table API and a module component API. But when I do this, these are generated as file and no definitions are created in Designer. So what do I base my block on?
    Can somebody assist me in this?
    Kind regards,
    Ronald

    Hi:
    Thank you for reply to my question.
    I have tried your codes and apply them the following the form. However, I always got the following error:
    Error: (WWV-00000)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    My codes is:
    declare
    request_no number;
    blk varchar2(30) := 'DEFAULT';
    l_url varchar2(4000);
    begin
    request_no := p_session.get_value_as_NuMBER(
    p_block_name => blk,
    p_attribute_name => 'A_WORK_REQUEST_ID');
    l_url := 'portal30.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=11880470335&p_arg_names=_sessionid&p_arg_values=&p_arg_names=work_request_id&p_arg_values='||request_no;
    portal30.wwa_app_module.set_target(l_url,'call');
    end;
    then,
    I created another form which has two fields and the dattype of pk is varchar2 and change manually put the pk's p_arg_value into the url.
    e.g.
    l_url:='PORTAL30.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=9029417810&p_arg_names=WORK_AREA_CD&p_arg_values=APP';
    portal30.wwa_app_module.set_target(l_url,'call');
    However, I still get the error message as below:
    Error: (WWV-00000)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    Your help would be highly appreciated.
    Wei Ye

  • How do I create a fill-in-the-blank forms

    How do I create a fill-in-the-blank forms in Pages 5

    Pages does not do it like Word, best you can do is tab over a space and leave that space for the user to type into.
    Perhaps putting a small label under to indicate what is required.
    A fill in the blanks form made in Pages however really defeats the point.
    Who out there has Pages, particularly whatever incompatible version you are using?
    Pages has trouble opening Pages files thanks to Apple.
    Use standard file formats either pdf (created in Pages, turned into a form in Acrobat Pro or their website) or Word .docx.
    Peter

  • My form was created by FormsCentral.  I save as a PDF and emailed it to all of my club members.  When they complete the form, save it, and email it back to me, I get a blank form. Why?

    My form was created by FormsCentral.  I save as a PDF and emailed it to all of my club members.  When they complete the form, save it, and email it back to me, I get a blank form. Why?

    If you had iCloud backup turned on, and it made a backup - yes.  If you didn't have iCloud backup turned on - but were using iCloud for Contacts, calendars, etc.  You will get the contacts and calendars, etc back.
    Purchases made with your appleID can be redownloaded as long as they are still available in the iTunes store.
    If you connected your phone to a computer with iTunes, there may be a backup on there as well.

  • Can APEX_ITEM be used to generate a Form page?

    Hi,
    I would like to use APEX_ITEM to generate in APEX 4.0 a Form region at runtime, based on some meta tables that describe the columns, labels, datatypes etc..
    It seems that people use APEX_ITEM for generating updatable tabular form and I start to question my original concept. I created a PL/SQL Anonymous block region, that contains the following code segment:
    htp.p(
    APEX_ITEM.SELECT_LIST (
    3,
    'Y',
    'Yes;Y,No;N',
    'Y',
    'readonly=readonly',
    'P1_MARRIED',
    'Married'
    When I run my form and click my 'Session' link at the botom of the page, the P1_MARRIED item would not show up in the item list of the page. Am I missing something or this 'Generate a Form region at runtime' concept is based on my missunderstanding of APEX_ITEM API?
    Regards, Tamas

    Tamas Szecsy wrote:
    Thanks, that was enlightening!
    So if I understand it well, it means that:
    1.) I have to give my region 'Form like' layout by using htp.p appropriately. Yes. A custom named column report template is another useful approach.
    2.) What concerns the update processing, it means I should handle the region as a 1-record report i.e. using Fxx arrays but always referencing the first member of each Fxx array only: APEX_APPLICATION.G_Fxx (1)Yes, unless there are actually any 1:M elements (home, work, and mobile phone numbers/email addresses for example), where the same type of element is repeated. (This might also help with point 3...)
    Note also that disabled items are not submitted, and only checked checkboxes are submitted
    3.) I am OK, provided that I generate maximum 50 items on a page, since 50 is a hard-coded limit that can not be gotten around. (I will have to work out solution for this, since i have 53 columns in the given table)Dividing the form into several wizard-style pages as used in the APEX Application Builder is probably the best solution to this. It enables you to keep the sub-form pages simple, clean and short, so users don't have to scroll up and down. Save the submitted values from each sub-form page in APEX collections, and display a final report based on the collection(s) for the user to review before saving the information to the database table.
    Alternatively, some of these columns might be common across all the form permutations, and implementable using standard page items.

  • Populating a calculated value on a Wizard generated Tabular Form

    Hi
    I have created a wizard generated tabular form, the form works great by itself.
    However I also have a requirement to populate the column "Updated By" which will contain the :APP_USER and this needs to be done whenever any value is changed on the updatable columns on the tabular form.
    How can I achieve this functionality ?
    thanks in advance.
    regards
    Vivek

    Hi Vivek,
    There're different possibilities of doing it. By using a javascript function or a direct call.
    Whatever you'll chose, you'll probably need something like: $x("P1_ITEM").value = 'Your value';
    I believe you're using a tabular form, so you're items are called something like: f03_0001
    Hope that helps,
    Dimitri

Maybe you are looking for

  • My Mac is turning into a Windows PC (ref: preposterous datagram length)

    Hi, The title of this thread is actually pretty descriptive of what is happening. I'm not going back to Windows (I don't think) but for the last few days my Mac has been behaving like a Windows machine. Every 3 or 4 hours I have to reboot my computer

  • How to test if a number is prime?

    Hi, I'm doing an exercise. I'm iterating through numbers from 2 to 100 (since 1 is not a prime number) and I need to test if the current number is a prime, if it is print it out. But I can't figure out the condition, how to test if a number is prime?

  • Message "Error 4 when starting extraction program" with any extraction.

    Hi to everyone. We have a problem in a pre-existing BW system of development. When we start any extraction (for example 0MATERIAL_ATTR), the monitor give us the following error: ERROR 4 WHEN STARTING THE EXTRACTION PROGRAM (R3-19). I've checked the l

  • I want to install my Creative Suite on a new computer. I have lost the disc. What do I do?

    I have already purchased the Adobe Creative Suite. I have it installed on my laptop but I want to install it on my new computer. However I have lost the original installation disc. Is there anything I can do to install it on my computer without the d

  • Writing to a MySQL

    Currently I am working on a project where I need a way for the java applet to write to a remote location such as MySQL or some other way. Any Ideas?