Packaged Application - Save Large Value with multiple items

I made an little application with 3 fields fckeditor. I tried to do the workaround "Save Large Value" with these 3 fields in the same page.
Do you know how I can do that without the new apex.ajax.clob ? I'm on APEX 3.0.
My application :
workspace : listecd
username : guest
password : gu4est
http://apex.oracle.com/pls/otn/f?p=47587:1
Thanks.
Sylvain
Homepage : http://www.insum.ca
InSum Solutions' blog : http://insum-apex.blogspot.com

Hi Carl,
In my application, I have two field FCKeditor. If I check the response of my http request in Firebug I see :
Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
<table summary=""><tr><td></td> <td>Error</td>
<td>ERR-7621 Could not determine workspace for application (:) on application accept.
</td></tr> <tr><td>OK</td> <td>
</td></tr></table>
Firebug show me this error but when I execute my page I have the right value. Why ?
I have 3 problems with the integration of the FCKeditor :
1 - Sometime when I load the data in the 2 fields, it doesn't save the value if it's more than 32k.
2 - Sometime when I save the data I received this message :
Bad Request
Your browser sent a request that this server could not understand.
mod_plsql:/pls/otn/wwv_flow.accept HTTP-400 Value param too long. Lenght is 73045. Upper limit is 32512.
3 - When I catch the result of my AJAX with this string :
$x('P2_COL1').value = p.responseText; This doesn't work well.
I would like to use these strings :
var oEditor = FCKeditorAPI.GetInstance('P2_COL1') ;
oEditor.SetHTML(p.responseText);
But I can't use them in my clob_GetReturn function because the FCKeditor is not implemented at this time. Where I can make this change ?
Thanks.
Sylvain
Homepage : http://www.insum.ca
InSum Solutions' blog : http://insum-apex.blogspot.com

Similar Messages

  • Save Large Value example & FCKeditor

    Hi,
    I have been trying to use code from example application 'Save Large Value' with FCKeditor. It doesn't work for me.
    So how make that code to work with FCKeditor text area?
    Your suggestions are really appreciated.
    Thanks,
    Vladimir

    Carl, thanks!
    I have been trying to use fckEditor API. At first I modified doSubmit because in my page this function should be called at the end of clob_SubmitReturn.
    I added three lines. But in spite of the fix the next page that is retrieved after submit returns an error 'Value param too long'
    function doSubmit(r){
    var oEditor = FCKeditorAPI.GetInstance('P1001_SOURCE') ;
    oEditor.SetHTML('');
    oEditor.UpdateLinkedField();
    $x('P1001_SOURCE').value = '';
    flowSelectAll();
    document.wwv_flow.p_request.value = r;
    document.wwv_flow.submit();
    Any ideas, suggestions?
    Thanks,
    Vladimir

  • Validation Associated with Multiple Items?

    I have six textbox items on my page. I have a function that validates whether all the six values belong to a specific criteria. If all of them pass the validation, I set a flag to 1. If any of the values does not pass the validation, I set the flag to 2. I need to display an error message inline with all the six fields if my flag is set to 2. But, as far as my understanding goes, in Apex, one validation can be associated with only 1 item. Is there any workaround?

    I am not 100% sure, but I think this is not possible. Either you have a item level validation
    for each item separately or you have a page level validation. Item validation displays the
    error inline with field if you want so. Page level validation can be associated only with one
    item but not with multiple items. So, you need six validations indeed.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How can I compare single value with multiple value...

    Hello,
    I want to compare one value with multiple values, how can it possible ?
    Here in attachment I tried to design same logic but I got problem that when I entered value in y that is compared with only minimum value of x, I don't want that I want to compare y value with all the x value and then if y is less then x while loop should be stop.
    I want to do so because in my program some time I didn't get result what I want, for example x values is 4,5,6,7,8  and y value is  suppose 6 then while loop should be stop but here it consider only minimum number and its 4 here so while loop is not stop even y is less then 7 and 8. So I want to compare y value with all the entered values of x and if y is less then any of x values then while loop should be stop and led should be ON.
    Please guide me how can I do so.....
    Solved!
    Go to Solution.
    Attachments:
    COMPARISON.vi ‏8 KB

    AnkitRamani wrote:
    Thank you very mach for your help..
    may be i have solved this ....i have made one change in my vi that instead of min. i select max and max. value is compare with the value of y and then if y is less then the max. while loop will be stop other wise its run continuously.
    this is working fine...
    any ways thanks again for your help and time...
    I have to agree with Lewis - his way is more efficient.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • How to create Item Codes with multiple Item Description

    Hi,
    for one of my client, we need to create Item Codes with multiple Item Description.
    e.g.,
    Item Code - M00285
    Item Description 1 - Blue Paint
    Item Description 2 - Red Paint
    Is that possible in SAP Business One? If "Yes" kindly provide a solution. Else recommend an alternative method.
    Regards,
    Ammheya U. Naaik

    Ammheya,
    I just wanted to add that there is an Add-On that handles "Style, Color, Size" situations like yours.
    It allows you to define a "master" item, (Paint, for example) and then setup the various styles, colors and sizes it comes in. 
    This creates sub-items for each with the master in the ItemCode (Paint-Blue, Paint-Red, etc)
    It's called MatrixOne from Navigator.  You could find it on the partner portal with other Add-Ons.
    Hope thathelps,
    Brad Windecker

  • How to compare single value with multiple values

    In my query I have something like this:
    A.SOR_CD=B.SOR_CODE where A and B are 2 different tables. This condition is in the where clause. The column in table A has single values but some values in table B have multiple comma separated values (822, 869, 811, ..).  I want to match this single
    value on the left side with each of the comma separated values. Please let me know how will I be able to do it. The number of comma separated values on the right side may vary.

    Hi MadRad123,
    According to your description, you want to compare single value with multiple values in your query. Right?
    In this scenario, the table B has comma separated values, however those comma separated values are concatenated into a string. So we can use charindex() function to return the index of the table A value. And use this index as condition in
    your where clause. See the sample below:
    CREATE TABLE #temp1(
    ID nvarchar(50),
    Name nvarchar(50))
    INSERT INTO #temp1 VALUES
    ('1','A'),
    ('2','A'),
    ('3','A'),
    ('4','A'),
    ('5','A')
    CREATE TABLE #temp2(
    ID nvarchar(50),
    Name nvarchar(50))
    INSERT INTO #temp2 VALUES
    ('1','a,A'),
    ('2','A,B'),
    ('3','c'),
    ('4','A,C'),
    ('5','d')
    select * from #temp1 a inner join #temp2 b on a.ID=b.ID
    where CHARINDEX(a.Name,b.Name)>0
    The result looks like below:
    Reference:
    CHARINDEX (Transact-SQL)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Reg : Concatenation of a column value with multiple rows... URGENT

    Hello,
    Could any of u help me in concatenating a column value with
    multiple rows ???
    For ex : I've the following data from emp table :
    DEPTNO ENAME
    10 KING'S
    30 BLAKE
    10 CLARK
    10 TOM JONES
    30 ALLEN
    30 JAMES
    20 SMITH
    20 SCOTT
    20 MILLER
    10 MILLER
    20 rajeev
    I want the following output :
    deptno Concat_value
    10 KING'S,CLARK,TOM JONES,MILLER
    20 Rajeev,MILLER,SMITH,SCOTT
    30 BLAKE,ALLEN,JAMES
    Thanks in Advance,
    Srini

    Hello Naveen,
    Thanks for ur answer. But I need a single SQL query for getting
    what I want. I know the solution in PL/SQL.
    Please try it in a single SQL....
    Thanks again,
    Srini

  • DVWP with Multiple Item Form duplicates values on the screen on new item

    Hello,
    I have created a custom page in SPD called Submit.aspx. I have 3 custom lists (A,B and C). On that page I have two list webparts (from list A and B) and one multiple item form DVWP (list C). I have edited the list webparts to display the Add new item link only.
    Sometimes when a user adds a new item numerical values are duplicated on the screen from the item below (see the screenshot). It happens only on the screen. When a user saves the form or refreshes it the values disappear. How can I fix this to not duplicate
    the values when a new item is created. Projects on the list are sorted alphabetically. The item before the last one on the screenshot is the new item that has identical values as the last item. On save or refresh duplicate values
    disappear from a new item.

    Hi LetMe, it would be difficult for anyone to help you with the amount of customization you've done, unless you provide the code for us to check.
    cameron rautmann

  • Error in saving  large value with the data input query

    Hi,
       I  am  trying to save a large value in 0Quantity using the data input query into a realtime infocube
    e-g
    123456789.1234
    Error says too many digits.
    When i try to save 8 digits before the decimal point ,no error, if it is 9digits before decimal it's thro' error.
    Is there any limitation before the decimal.
    i know that 0Quantity can take 17 digits including the sign.
    Any suggestions.?
    regards,
    ram

    try budgetting in thousands in stead of units? (setting on query itself)
    D

  • Inbound Invoices (EDI 810) with multiple items that are the same keys.

    One of our Vendors just started sending us 810's that have multiple items with the same P.O., Delivery, P/N, Price, etc.  The reason is that they (and we) track inbound batches for the purpose of traceability, so the only difference between items on both the invoice and inbound delivery is the batch number.
    SAP will not allow the automatic creation of an SAP Invoice with these conditions.  The error message is M8321 - 'Document contains same order item more than once'.
    SAP Note 103051 says it cannot be done, and you must "Deactivate the billing of the batch sub-items in SD Customizing" in order to have an Invoice created that combines all items into one.
    Does anyone know how to do that?
    Thanks in advance!

    Nevermind. Fixed the problem. Two menu items both began with the letter S. Added an & before the second letter of the second menu item and now the problem is fixed. First items hotkey is S and the second items hotkey is now h (which is the second letter of the 2nd menu item).

  • PO With respect to realse order with Multiple Item and Multiple Services

    Dear Guru,
    I am having Issues with BAPI_PO_CREATE1 which i am not able to resolve.
    I am Trying to create a PO with Multiple Line (such as line item 10, 20, 30, 40 )
    and Each line item should contain multiple services in its service line item (such as 10, 20 30, 40)
    The Import parameters i have defined for
    POHEADER is as below: 
    COMP_CODE                      1000
    DOC_TYPE                       RO
    CREATED_BY                     SAIFUR
    PURCH_ORG                      1000
    PUR_GROUP                      102
    CURRENCY                       INR
    DOC_DATE                       05.12.2009
    AGREEMENT                      4700014635
    The Import parameters i have defined for
    POHEADERX is as below:
    COMP_CODE                      X
    DOC_TYPE                       X
    CREATED_BY                     X
    PURCH_ORG                      X
    PUR_GROUP                      X
    CURRENCY                       X
    DOC_DATE                       X
    AGREEMENT                      X
    The Table Parameter I have Defiend For 1st line item
    in POITEM is as below :
    PO_ITEM                        00010
    SHORT_TEXT                     HIRING OF COMPUTER / LAPTOP
    PLANT                          078
    TRACKINGNO                     ITEM1
    QUANTITY                                  1.000
    ITEM_CAT                       9
    ACCTASSCAT                     U
    AGREEMENT                      4700014635
    AGMT_ITEM                      00010
    PREQ_NAME                      127562_B
    PERIOD_IND_EXPIRATION_DATE     D
    PCKG_NO                        0000000001
    The Table Parameter I have Defiend For 2nd line item
    in POITEM is as below :
    PO_ITEM                        00020
    SHORT_TEXT                     HIRING OF LCD
    PLANT                          078
    TRACKINGNO                     ITEM2
    QUANTITY                                  1.000
    ITEM_CAT                       9
    ACCTASSCAT                     U
    AGREEMENT                      4700014635
    AGMT_ITEM                      00020
    PREQ_NAME                      127562_B
    PERIOD_IND_EXPIRATION_DATE     D
    PCKG_NO                        0000000000

    The Table Parameter I have Defiend For 1st line item
    in POSCHEDULE is as below :
    PO_ITEM                        00010
    SCHED_LINE                     0001
    DEL_DATCAT_EXT                 D
    DELIVERY_DATE                  05.12.2009
    QUANTITY                                  1.000
    The Table Parameter I have Defiend For 2nd line item
    in POSCHEDULE is as below :
    PO_ITEM                        00020
    SCHED_LINE                     0002
    DEL_DATCAT_EXT                 D
    DELIVERY_DATE                  05.12.2009
    QUANTITY                                  1.000
    The Table Parameter I have Defiend For 1st line item
    in POSCHEDULEX is as below :
    PO_ITEM                        00010
    SCHED_LINE                     0001
    DEL_DATCAT_EXT                 X
    DELIVERY_DATE                  X
    QUANTITY                       X
    The Table Parameter I have Defiend For 2nd line item
    in POSCHEDULEX is as below :
    PO_ITEM                        00020
    SCHED_LINE                     0002
    DEL_DATCAT_EXT                 X
    DELIVERY_DATE                  X
    QUANTITY                       X
    The Table Parameter I have Defiend For 1st and 2nd line item
    in POSERVICES is as below :
    PCKG_NO     LINE_NO     EXT_LINE     SUBPCKG_NO     QUANTITY     BAS     GR_PRICE     SHORT_TEXT
    1     1     0     2     0          0     HIRING OF COMPUTER / LAPTOP
    2     2     10     0     1     EA     700     PENTIUM COM WITH COL MON & NETWORK COM
    2     3     20     0     1     EA     350     INKJET PRINTER(BLACK&WHITE AND COLOUR)
    2     4     30     0     1     EA     325     SCANNER COLOUR
    5     5     0     5     0          0     HIRING OF LCD
    5     6     10     0     1     HR     400     LCD HIRING PER HOUR
    5     7     20     0     2     HR     200     FOR EVERY ADDITIONAL HOUR

  • Best practices for organizing a large "project" with multiple programmers

    should i put everyone in one application? should everyone get their own applcation? my understanding (limited) is the level of granularity for CVS is the application. sounds to me like multiple developers checking the same application in and out would be a disaster. if every developer has there own application what problems will i have deploying. how do i handle my configuration (navigation) diagram? any thoughts would be appreciated.

    Have a read through these:
    http://download.oracle.com/docs/html/B25947_01/team_productivity.htm#BABBEFFF
    http://brendenanstey.blogspot.com/2006/11/tips-for-using-cvs-with-jdeveloper.html

  • Release strategy for PR with multiple item category

    Hello,
    I'm trying to create a global release strategy for a PR based on the item category.   I have defined a caracteristic with different item categories (A and K).
    If I create a PR with item category A, the correct strategy is triggered as well as for an PR with item category K.  The problem is when I create a PR with 2 positions, one A and one K, there is no strategy triggered.
    How can I change my settings that there is also a strategy triggered in this case ?
    Thank you in advance for you help.
    Kind regards

    Hi,
    Solution is very small. Please maintain a blank entry too in the characteristics value. It will start working.
    Sanjeev

  • Comparing two column values with multiple Parameter in VC (Indicator)

    Hello VC experts,
    GM
    I would like to know about how to indicate multiple parameter with different colour in same column and also comparing value with adjucent column.
    Eg.
    Parameters     ,,           Column1      ,,              Column 2       ,,            Indicator (Image)
    Parameter 1    ,,             a1             ,,                     b1          ,,                  RED
    Parameter 2    ,,            a2              ,,                     b2          ,,                  GREEN
    Parameter 3    ,,            a3              ,,                     b3          ,,                 
    Parameter 4    ,,            a4              ,,                     b4          ,,
    In case I  : Parameter -1     Column 1 ( value)  =  more is better compared to Column 2
    In case II : Parameter -2     Column 1 ( value)  =  Less is better compared to Column 2
    How to acheive this  INDICATOR based value comparison.
    Edited by: Sunil  B. Mundhe on Mar 7, 2009 6:30 AM
    Edited by: Sunil  B. Mundhe on Mar 7, 2009 6:38 AM

    Hi
    This is possible in VC. You have to insert 'Image' UI in the required table. Add images of alert through 'Image manager' (Tools tab). Select relevant images of alert in 'Image' UI. In display there is option for 'visibility condition' there you enter condition (like if greater than ,true,false).
    Like wise you can add multiple 'Image' UIs in that table & based on visibility conditions you will get these alert images in table.
    Regards
    Sandeep

  • How do I create a drop down menu with multiple items in Adobe Acrobat 9?

    I am trying to create a drop down menu with four items within a field box.  When I try to do this
    the font is too big and it just doesn't fit.

    You can use panel widget to create manual menu where set to show target on rollover.
    Something like this :
    http://muse.adobe.com/exchange-library/menu-vertical-accordion-widget-1
    http://muse.adobe.com/exchange-library/tiptop-navigation-menu
    Thanks,
    Sanjit

Maybe you are looking for

  • Why can't I edit file/folder icons

    Hi all of you,so I can't edit folder or file icons. Only what I can do is swap them. Does anyone know how to?

  • Dual ADC AGP card supplier?

    Hi, I'm trying to assist a user who is looking to replace a dead dual ADC graphics card (RADEON blah blah) in one of the first PowerMac G5s. Can someone recommend a suitable dual ADC card and UK supplier? [Cheers] I seem to recall that you have to be

  • Aspect ratio problem - I think

    I've recently started using Compressor and have found it to be a very great app. However, I'm experiencing a problem that I can't seem to resolve. I shoot and edit HDV footage in FCP. After I generate a Quicktime movie (self-contained) - I'll fire up

  • Custom Exit

    Hi Please let me know the BW Custom User Exit which is used to add Vendor # to the FI posting. Please any body send some documents regarding this My req is to the pgm gets vendor no. from BSEG and fills into ZLIFNR (Vendor) field of the datasource –

  • After effects CS6 fails exports on anything but h.264

    working along fine in CS4. update (via cloud subscription) to CS6 and suddenly render queue generates "disk full" errors on any format other than h.264. all of my drives have have hundreds of gigs available. my system meets the spec requirements. hel