Problem with the option inside - déposer Apex 4.1 calendar

Hello everyone

I made a calendar of Sql, associated with an application process drag-and - drop and everything worked perfectly.
DECLARE
   l_date_value          varchar2 (32767) := apex_application.g_x01;
   l_primary_key_value   varchar2 (32767) := apex_application.g_x02;
BEGIN
   UPDATE T25_TASKS
      SET ST_DATE    = TO_DATE (l_date_value, 'RRRRMMDDHH24MISS')
    WHERE ROWID = l_primary_key_value;
END
But I need the process of update of two columns, not a alone. Make the following changes:
DECLARE
   l_date_value          varchar2 (32767) := apex_application.g_x01;
   l_primary_key_value   varchar2 (32767) := apex_application.g_x02;
BEGIN
   UPDATE T25_TASK
      SET ST_DATE    = TO_DATE (l_date_value, 'RRRRMMDDHH24MISS'),
      SET TASK_DATE    = TO_DATE (l_date_value, 'RRRRMMDDHH24MISS')
    WHERE ROWID = l_primary_key_value;
END
Do after changing the process, the drag and drop no longer works, is this a bug?

How to do the update of two columns with drag and drop

Best regards

Gerard

Oracle 11 g 2
Linux
Apex 4.1 Epg

Try-

UPDATE T25_TASK
SET ST_DATE = TO_DATE (l_date_value, 'RRRRMMDDHH24MISS'),
TASK_DATE = TO_DATE (l_date_value, "RRRRMMDDHH24MISS")
WHERE ROWID = l_primary_key_value;

Tags: Database

Similar Questions

  • Smart Safari search bar, problem with the option 'include suggestions for Safari '.

    Hi all

    I am facing a problem with the search bar Safari Smart of yesterday (January 26, 2016).

    The search bar doesn't work anymore, I can't type, or search or write an http address either. I can only navigate by selecting a bookmark.

    Go to preferences I have all the people with reduced mobility and the disappearance of the problem.

    Then try to isolate the problem, I've found it comes to the "include suggestions of Safari" option in the smart search options.

    Anyone had a similar problem, or have any suggestions on how to get it back to life?

    I must say yesterday, everything working, I have not installed anything new on my Mac.

    Thank you very much!

    Kind regards

    S. Luca

    Try the following steps:

    A possible solution to the problem of address bar: disable the Safari Suggestions

  • Problems with the option in the corners

    I seem to have a problem in Indesign CS5 with the options in the corners. The feature does not work all the time with the "rounded corners" drop and when, so only a slight turn happens to more independently values of that type I. I also tried the manual option, and everything worked on larger forms, even in this case it is not to cut corners beyond a certain point, which means that I can't round the ends of a box entirely. Is there a limit to the round corner tool that was introduced for some unknown reason, or is there a secret method?

    You use the script? It is in the sample scripts that are installed by default. This isn't the same thing as an object > rounding Options...

  • Problems with the option full screen

    I am able to use the option full screen, but it is really not full-screen. It fills just around the top of the window, I am in. I see again my tabs open and menu bar and it's really annoying. I was wondering how to solve this problem. I would like to upload a screenshot, but apparently there is a size limit for images.

    Try to rename (or delete) the file xulstore.json in the Firefox profile folder.

    You can use this button to go to the Firefox profile folder currently in use:

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • Problem with the option of masking

    Hello

    I make a design image in photoshop and I want the background will be visible trought the letters, but when I do that, the letters are transparent, but I can't see the bottom.

    Why? What I am doing wrong?

    It is the image with the transparent letters 1. PNG - Google Drive

    There are all the files in the project 2. PNG - Google Drive

    There are the options of the letters 3. PNG - Google Drive

    Thank you

    One way is to make the background a layer Layer background real by going to layer > New > layer background.

  • Problem with the image inside the UL

    I have a UL with a width of width 200px height 55px. I created a background image for the UL with the same measures. When I add the image as a background within the UL, the AMT is wider than the image 40px and I have to resize the UL in connection 160px. -less than the size of the image.

    What continues? There is nothing inside the UL at the moment apart from the background image.

    Did you put the margin and the filling of the AMT?

    Steve

  • A problem with the option "postprocessor.

    I want to use the postprocessor to manipulate the result of the analysis. When I open the option 'Simulation', I can't find the "postprocessor" option, as shown in the following figure. I don't know why. Thanks in advance.

    Hello

    It is probably because the post-processing of assembly is not in your version. In your menu, I think that you have version 8 or 9.

    If you have version 8, the post-processor wasn't in Multisim Pro (it's in Power Pro) and student Lite.

    If you have version 9, the post-processor was not studying Lite.

    If this is not the case, let me know and I can give you a few other possibilities.

    If anyone is interested, I could understand the version because the probe (Probe Properties...) has been new in version 8, and a lightning bolt icon appeared last version 9.

  • Someone at - it a problem with the option "current view" being more available printing?

    I was able to print 'view active' XI acrobat adobe until I installed the latest update.

    Capture.JPG

    Hey gusk80363197,

    You may need to click off the page in the Navigation panel so that no page PDF is preselected. Then open the dialog box print and find the current view option.

    Hope that helps.

    Kind regards

    Ana Maria

  • Problems with the layout inside the af: popup

    I have an af:popup and I have tried several things for my components layout, but nothing seems to work.
    Ideally, I want to have 2 panelDashboard next to each other, each filling 50% of the pop-up window. Because this does not work, I tried with af:table instead, but I had the same behavior. Most of the time, a single component is displayed or the second pane appears very narrow but it never fills the entire width of my popup.

    So here are some of my tests:
    <af:popup id="popEditRegion" contentDelivery="lazyUncached"
                            binding="#{pageFlowScope.wcmBean.popEditRegion}">
                    <af:dialog id="dlgEditRegion" stretchChildren="first" title="Edit Region" inlineStyle="width:600px">
                            <af:panelGroupLayout id="pnlG" layout="horizontal">
                            <af:panelStretchLayout id="pnlp1">
                            <f:facet name="center">
                            <af:panelHeader text="Selected Elements" id="sel">
                                            <af:panelDashboard  id="pd2" rowHeight="75px" columns="1" dimensionsFrom="parent"
                                                               dropListener="#{pageFlowScope.wcmBean.addSelect}"
                                                               binding="#{pageFlowScope.wcmBean.pnlSelected}">
                                                ...                                            
                                            </af:panelDashboard>
                                        </af:panelHeader>
                                    </f:facet>
                                    </af:panelStretchLayout>
                                    <af:panelStretchLayout id="pnl2">
                                    <f:facet name="center">
                                        <af:panelHeader text="Available Elements" id="av"> 
                                        <af:panelDashboard  id="pd1" rowHeight="75px" columns="1" dimensionsFrom="parent">
                                            ...
                                        </af:panelDashboard>
                                        </af:panelHeader>
                                    </f:facet>
                                    </af:panelStretchLayout>
                                    </af:panelGroupLayout>
                    </af:dialog>
                  </af:popup>
    I tried a mixture of things. With or without the panelStretchLayout, with or without the panelGroupLayout. I even tried with a h:panelGrid instead of groupLayout.
    I also tried adding a panelSplitter instead of panelGroupLayout, but nothing seems to work.
    I also tried setting the styleClass AFStretchWidth panelGroupLayout/grid/separator but that did not work as well. I also tried to adjust the dimension to the stretchLayout motor, but also did not work.

    As you can see, I tried all sorts of things, but nothing really seems to work. I'm missing something here...

    Well I've done a few tests more, the following code works a bit:
    <af:popup id="popEditRegion" contentDelivery="lazyUncached"
                            binding="#{pageFlowScope.wcmBean.popEditRegion}">
                    <af:dialog id="dlgEditRegion" stretchChildren="first" title="Edit Region" contentWidth="600">
                            <af:panelGroupLayout id="pnlG" layout="horizontal" styleClass="AFStretchWidth">
                                         <af:outputText value="dummy"/>
                                            <af:panelDashboard  id="pd2" rowHeight="75px" columns="1" dimensionsFrom="auto"
                                                ...
                                   
                                            </af:panelDashboard>
                                 <af:outputText value="dummy"/>
                                        <af:panelDashboard  id="pd1" rowHeight="75px" columns="1" dimensionsFrom="auto">
                                            ...
                                        </af:panelDashboard>
                                      
                                    </af:panelGroupLayout>
                    </af:dialog>
                  </af:popup>
    When I use this code, full width is used, but the last panelDashboard is even wider than the popup. The strange thing about this is the moment I remove both the outputText dummy, I see only a single panelDashboard in the popup which is very narrow...

    Published by: Yannick Ongena on November 6, 2011 01:07

    It should work.

               
                    
                        
                            
                                
                                      ...
                               
                            
                            
                                
                                           ...
                                
                            
                        
                    
                
     
    

    Things to note:

    1. the external panelDashboard is used to provide 2 equal columns (50% distribution). The rowHeight is set to 100% to fill all the way down with a single line.
    2 panelDashboard is absolutely brilliant when it comes to networking. You just use the good values of column and rowHeight.
    3. do NOT use inlineStyle on any component, unless you absolutely must. Dialog box has the properties width and height builtin.

  • The problem with the display of success [PROCESS] APEX 4.0 messages

    Hello

    At first sorry for my English...

    I try to create new processes that will allow me to display a message, but...

    I would like to see a message (for example) ' add a user: P33__OO_UZ_ID ' where P33__OO_UZ_ID name is iteam page that contains the identification number of any field

    What needs to be entered in the success Message in the process to dynamically view the ID comes from the Page element?

    Hello

    Try to add to the message

    add user: &P33__OO_UZ_ID.
    

    Please not this endpoint is important

    Kind regards
    Jari

  • Problem with the images inside a horizontalList

    I'm trying to put images in a horizontalList. I can see the images on the screen, but it seems that they overlap on the other - not now. Naturally, what I will be having each images showing next to the other one.

    Does someone know what I am doing wrong?

    By default, a HorizontalList can display only text - a label, a labelFunction. To display an image, the image must be in a component (the itemRenderer). You cannot add the image directly in the list, as you try to do.

  • Problem with the syntax to call a page Apex

    I display 5 faces changing mood of a table. Each face has a link stored in the table. The link should go to a page in the same application and pass a parameter to this page when the face is selected.

    Somewhere, there is a problem with the syntax of the link, can anyone please help me out with the correct syntax, please.

    The error that I get when I select a face, is the following:

    Screenshot (34).png

    The link entry in the table is the following: http://apex.enciva.co.uk/pls/apex/f?p=842:1: & SESSION.: P1_MOODID:1

    and the code to display the faces, is as follows:

    DECLARE

    BEGIN

    FOR (IN) c1

    SELECT Hmauin,

    mntitle, mnlink

    OF MOODYFACES

    WHERE NVL ((mnfilename) dbms_lob.getlength, 0) > 0

    AND mnactive = 'yes '.

    ORDER BY HMAUIN

    ) LOOP

    HTP.prn ("< a class ="dock-item"HREF ="'|) C1. MNLINK | "" ">

    < img src = "f? p = & APP_ID.: & APP_PAGE_ID.: & APP_SESSION.:APPLICATION_PROCESS = GET_IMG1:NO:P141_MNID:' | C1. HMAUIN | "" "alt =" "/ >

    < span > ' | C1.mntitle | / span > < /a > ');

    END LOOP;

    END;

    Any answer will appreciated.

    Thanks fac586, spawn the link works perfectly.

  • SE "There are problems with the configuration of static files in your environment" after the APEX 5 install using Oracle HTTP Server

    There is not much information in the doc around the new configuration of static file.  Someone at - it an example of this dads.conf he file should look similar to static files?  Everything else seems to work fine - it's my only hang up now.

    Thank you!

    Exact pop-up message:

    There are problems with the configuration of static files in your environment.  Please see the section "Configuration static file Support" in the Guide of the Installation Application Express

    I figured it out on my own - the doc has a section "6.5.4 configuration Support for static file" which basically said yes, it is now supported for static files, then a "see also:" link to the dads.conf section, that I'm not good enough to see there are now 2 new parameters in your dads config file...  All is ready!  It works!  YAY!

  • Failed to perform recovery of factory setting - error 0x8007045D Code / product key error - "ERROR!" We encountered a problem with the request for approval.

    Original title: product key error

    Hi all...

    I have ' tried to download the disc Image of Windows 7 (ISO file), but when I insert my product key, the system cannot check it.
    I use the laptop Sony Vaio VPC EG35EG with preinstalled Windows 7 Home Basic 64 bit inside.
    Now, after that there is error (I cannot yet perform plant pose recovery; always finished with error 0x8007045D Code), I need to install clean my laptop with the USB or DVD Installer key. But then, when I try to download it, my product key (I found it on the sticker at the bottom of the laptop) are not validated by microsoft. It is said:

    "ERROR!" We encountered a problem with the request for approval.

    What should I do now? Y does it can someone help me?
    Thank you.

    Consider the following text:

    How to: What are my options for Windows 7 reinstall media?

    Make sure you scroll down and read the section:

    What to do if you cannot get your manufacturer recovery media, refuse to use or to buy it or the Microsoft Software Recovery Website does not work?

    also check:

    https://techingiteasy.WordPress.com/2012/04/13/how-to-activate-Windows-7-OEM-license-using-a-retail-disc/

  • Problem with report PDF - external (Apache FOP) - APEX 5.0 + ADR 3.0 + Tomcat 7

    Hello

    I have a problem with the pdf reports.

    I tried to make the steps of Apache FOP missing Oracle Apex installable for 5.0 and 5.0.1 APEX APEX

    It's something wrong with my settings 'external (Apache FOP)'.

    When I download the report I .pdf file.

    I can't open this file with the reader of pdf, but Notepad ++ open it.

    In the first line is: "ORA-20001: the print engine could not be reached because the URL is incorrect or a proxy URL must be specified."

    I have:

    • APEX 5.0 (c:\apex)
    • ADR 3.0.1 (c:\OracleREST-
      • files apex.xml, apex_al.xml, apex_pu.xml and apex_rt.xml are in C:\OracleREST\pathtoconfig\apex\conf,
      • defaults.XML, fop.xml are C:\OracleREST\pathtoconfig\apex)
    • Apache Tomcat 7.0.64 (C:\apache-tomcat-7.0.64)
    • Apache FOP 2.0 (C:\ApacheFOP\fop-2.0) - I don't now how to bind with APEX, ADR and Tomcat

    My fop2pdf.jar file is located in C:\apache-tomcat-7.0.64\webapps\apex\WEB-INF\lib

    If I use ADR as print server is OK, but I need to use non-English characters.

    Can you help me? Please

    AGM

    P.S. I'm sorry for my English, I hope you understand me

    Hi AgaSz,

    AgaSz wrote:

    I have a problem with the pdf reports.

    I tried to make the steps of Apache FOP missing Oracle Apex installable for 5.0 and 5.0.1 APEX APEX

    It's something wrong with my settings 'external (Apache FOP)'.

    When I download the report I .pdf file.

    I can't open this file with the reader of pdf, but Notepad ++ open it.

    In the first line is: "ORA-20001: the print engine could not be reached because the URL is incorrect or a proxy URL must be specified."

    You use DB Oracle 11g or later? If so, you must enable Network Services to use the configured Print Services.

    Reference: The last point mentioned here: PDF of print on demand Express 3.1 and above

    My fop2pdf.jar file is located in C:\apache-tomcat-7.0.64\webapps\apex\WEB-INF\lib

    If I use ADR as print server is OK, but I need to use non-English characters.

    You should not use "External Apache FOP", but you can "Oracle REST Data Services" as an option "print server". But, you should open the ords.war file and replace the Apache FOP associated jar files so that it supports non-English characters.

    You crossed the aforementioned following threads in the thread:

    Recently, I met the following threads:

    3. ASK : if I agree that Apache FOP comes with ADR supports the Base-14 fonts and it's more issue ADR as Oracle APEX, but it will help you qualify for Oracle APEX + ADR as users of at least the next version ADR print server comes with Apache FOP 1.1 and the xmlgraphics - commons-1.5.jar. This will help the people setting up fonts and support for complex Scripts for example, Arabic, Hebrew, hindi and Southeast Asian scripts using Apache FOP comes with ADR as "print server".

    Kind regards

    Kiran

Maybe you are looking for

  • Portable repeatedly done Flash freeze

    I use Firefox on a MacBook OS X Mavericks running. Previously, everything went very well, but in the last two weeks, doing things based on Flash as the observation of Netflix, listen to Pandora Radio, etc., make my computer freeze without warning. Do

  • HP LaserJet Pro P1606DN compatible w / Airport Express?

    I'm going to buy a new Mac Pro and would like to be able to print wireless to a laser printer. I like the HP LaserJet Pro P1606DN, but this isn't a printer wireless, itself. I understand after talking with a representative from Apple that a printer n

  • IRQL_NOT_LESS_OR_EQUAL___0x0000000A (0x00000002, 0x00000000, 0x017F0304, 0x804D9B64)

    I have a Dell Inspiron 700 m - this is one of these small machines with built-in Wifi. Works perfectly since 2006 until now. As soon as I tried to turn on my Wifi wireless - the screen turns blue and on above mentioned technical message appeared. I l

  • Wireless controller does not work, said the controller is not an installed device

    My "network controller" does not work it says... And he did my wireless doesn't work don't as well.It happened when I installed Windows 7 Ultimate on my Acer Aspire 5542 G. It just says: the network controller is not an installed device or something.

  • HP web cam is not lsted in the Device Manager

    I recently bought a HP laptop of 6 m - 1046dx with windows home premium 64-bit.  I had problems with it repartioning herself and she could not decide weather it is a 64-bit x 64 or x 86 32-bit.  so I read that you need to install as many programs in