Skip to Main Content

Comments

  • Jari Laine 7 May 2016

    Hi Jerry Wang,

    Im quite sure it relates jQuery version. Unfortunately I don't have access to APEX 4.0 to check.

    Regards,
    Jari

  • Jerry Wang 5 May 2016

    Hi~

    I had a issue about APEX version 4.0.2.

    I can install the sample but create a new page by manual.

    Baically copy from your source code but didn't work.

    Do you have any idea for me to deal with it of older version?

    Thanks a lot~

  • Jari Laine 1 Aug 2013

    Hi NT,

    I know solution have this issue. I have no need paste multiple line cell data, so that's why not bothered fix problem.

    If you fix it please share solution with us.

    Thanks advance.

    Regards,
    Jari

  • NT 31 Jul 2013

    Hi,

    I have a value with multiple lines on the same cell, when I submit the value it was taking as a multiple row rather than a single row. Could you please me to overcome this issue.

  • Jari Laine 8 Mar 2013

    Hi Andy,

    In blog post there is link to download sample application. I did mean that sample use APEX_COLLECTION.

    You can download sample app and install it with supporting objects. Supporting objects creates database package where is all logic save data to APEX_COLLECTION.

    First you need create own table where is more columns. Then modify package procedure to store data to your new table.

    I hope this helps.

    Regards, Jari

  • Andy2 8 Mar 2013
    Hi Jari, Thanks a lot for the prompt response. Can you please advice, where can I find that example ? As I am new to this, I don't know much about it. Appreciate your help. Regards, Andy
  • Jari Laine 8 Mar 2013

    Hi Andy,

    Example use APEX_COLLECTION that have 50 column limitation.

    You can create your own table with e.g. 100 columns and insert data there, instead of collection.

    Regards, Jari

  • Andy2 7 Mar 2013
    Hi, I like your blogs very much. I am new to APEX 4.2. We would like to use APEX 4.2 for loading file with 85 columns but since there is a limitation of 50 column we are stuck. Is there a way or workaround to achieve it ? Please advice. Will appreciate your help. Regards Andy
  • NT 27 Sep 2012
    Wow, you are awesome, you have save my life. Thank you so much Jari. KR, NT.
  • Jari Laine 27 Sep 2012

    Hi NT,

    You have IR column headings like &P1_HEAD_1.

    You need change headings according item names you are using

    Regards, Jari