Calendar of apex

Schedule APEX region has built in buttons to navigate in the following months, past and present. I have a report from the region next to my calendar that shows every month has given in the table of my calendar and the month I made a link, but I don't know how to make the calendar switch to this particular month when I click on the link.

Hello
You will need to be built to the point ': pXXX_calendar_date' update the link in your report with the correct date in the format "YYYYMMDD". This will change how the calendar date is looking. It will work

Mike was soon

Published by: MikesHotRod on September 2, 2008 09:04

Tags: Database

Similar Questions

  • Drag and Drop in the calendar in Apex 5.0

    HI -.

    A nice to have feature drag - déposer APEX 5.0 are in the new calendar, but is it possible to drag-and - drop events outside the Agenda (events).

    http://fullcalendar.IO/js/fullcalendar-2.3.2/demos/external-dragging.html

    Is supported in this version of RTL of the calendar and how to change the language of labels such as Arabic, I see in the demos Fullcalendar is possible.

    Kind regards

    Omar

    Hi Omar,.

    Good question, we have not yet added the drag and drop external events. One of the reasons was there were not so many cases of use where this is necessary, but for two months after the release of the apex 5.0, I met individual request for this feature. If you don't mind, I'll be glad to hear your story and why you should use this and in what context.

    RTL is supported through the language of the calendar. All what you need to do is change the main language of your app to Arabic, and it will pick up all the parameters that goes with this particular language including the RTL settings.

    Kind regards

    Patrick

  • 2 questions about Calendar implementations (APEX 5.0)

    Hello

    I use 5 APEX on Oracle Express Edition.

    I created a calendar that displays data in multiple tables.

    Here is the query to simplify:

    Select an evt, b datevt

    FROM table1

    Union

    Select evt c, datevt d

    from table2

    Union

    Select e TTE, f datevt

    table 3;

    I need to put up a link in the calendar on these data that display a modal page where users can see the details and update the data.

    I have seen that it is possible to create a link on the calendar, but this link is considered to be a single page. In my case, I need to 3 different links, one per page.

    Another question: I want to display these data on the calendar with a color that depends on the table. For example, blue for the first table, the Red during the second and the Orange for the third.

    You have a solution that helps me implement those needs?

    You will appreciate any help, and sorry if these questions have already addressed the Forum.

    Thanks in advance

    Vincent

    2979122 wrote:

    Please update your forum profile with a recognizable username instead of "2979122": Video tutorial how to change username available

    Always include the information described in these guidelines when you post a question: How to get the answers from the forum

    I use 5 APEX on Oracle Express Edition.

    I created a calendar that displays data in multiple tables.

    Here is the query to simplify:

    Select an evt, b datevt

    FROM table1

    Union

    Select evt c, datevt d

    from table2

    Union

    Select e TTE, f datevt

    table 3;

    I need to put up a link in the calendar on these data that display a modal page where users can see the details and update the data.

    I have seen that it is possible to create a link on the calendar, but this link is considered to be a single page. In my case, I need to 3 different links, one per page.

    Another question: I want to display these data on the calendar with a color that depends on the table. For example, blue for the first table, the Red during the second and the Orange for the third.

    You have a solution that helps me implement those needs?

    An explanation of how to display events in different colors using CSS classes is given in the online help for the region calendar Class CSS attribute:

    select ID,
      START_DATE,
      END_DATE,
      TASK_NAME,
      case STATUS
        when 'Open' then 'apex-cal-green'
        when 'Pending' then 'apex-cal-yellow'
        when 'Closed' then 'apex-cal-red'
        when 'On-Hold' then 'apex-cal-black'
      end as css_class,
      ASSIGNED_TO as supplemental_info
      from PROJECTS
    

    The column specifying the apex - cal-* color class is then selected in the attribute of Class CSS region.

    Link target URL can be built dynamically in the region of link attributes using chains of substitution that reference columns in the query. Again, see the online help for the link attributes. In a UNION like yours, a different target page can be specified in each request, and referenced in the link attribute display/change page numbers to specify the page number and set the values of the elements of the requested page:

    Source of the region

    select
        10 x
      , trunc(sysdate) - 9 d
      , 'Foo' s
      , 'apex-cal-green' css_class
      , '10' link_page
    from
        dual
    union all
    select
        20
      , trunc(sysdate) - 6
      , 'Bar'
      , 'apex-cal-yellow'
      , '11'
    from
        dual
    union all
    select
        30
      , trunc(sysdate)
      , 'Baz'
      , 'apex-cal-red'
      , '12'
    from
        dual
    


    View/Edit link

    f?p=&APP_ID.:&LINK_PAGE.:&SESSION.::&DEBUG.:10:P&LINK_PAGE._X:&X.
    
  • Problem with the new format of date calendar 5 Apex

    I noticed that when I click on a day in the new schedule 5 Apex, the date that I get on another page, where I would create an event, is in a weird format

    On the create link, I use the new variables of substitution of calendar - & APEX$ NEW_START_DATE.  and & NEW_END_DATE$ APEX.

    When I click on a date in the calendar to create an event, let's say that I clicked on 10 November 2015, it gives me '11 10-11thn-15' as date

    Although I have it managed by using Regex, but still sound to be weird or I'm doing something wrong.

    Please notify.

    Hi Kim/Farhan,

    Thank you to reproduce this problem, looks like we have some change transformation formats date between db and client-side problem. I submitted the bug #21445554.

    Kind regards

    Patrick

  • Calendar-> hard Apex 3.2 configuration

    Apex dear users!


    I try to use the apex. I have an aplication and I would like to make a dynamic schedule. IM imagining two calendar, I have a master calendar where I use a sql query. Whit my query, I can write a message to all the days in the calendar. And I have a Msg in my database, tables and view. Each Msg have own opinion. Use the date of the primary key for Instant Messaging. And I have a foreign key between two tables...
    I got a new calendar for the notice, because I have made a link in the main calendar of daily. My link is redirect me to the opinion calendar where I can watch the notice in the daily view.


    Unfortunately, I have two problem. When I click to post a link "I wait a month view of the calendar of the notice. I don't know where you can delete the view monthly and weekly.

    My second problem is that. When I click m for post a link I would like to see the selected day. But im watching the current date. Im trying to solve this 5 days ago.

    Please help me someone!

    I use Apex 3.2

    PostScript: Sorry for my English.

    Published by: 789131 on August 18, 2010 12:11 AM

    Published by: 789131 on August 18, 2010 12:28 AM

    On the Page where you have the calendar you will find an item hidden like P1_CALENDAR_TYPE. This element determines whether the point of view will be monthly, weekly or daily. The default is monthly.
    To directly see the seen daily for this.
    1. create one on charge before header calculation on P1_CALENDAR_TYPE (for example). Static assignment of type
    2 set D (upper case) to the order of the day

    This will take you to the daily view

    Regarding your 5 days there, I don't know why. Depends on the code.

    Concerning

  • Calendar and mail

    Hello world

    I want to know if there is a way to import calendar events (meeting game, hockey, wouldn't) of a draft of the SUMMIT to another calendar to a web mail service (gmail, outlook, office, etc.) and vice versa.

    Thank you!

    Generic? You will need to do some coding to do this, but here is an example with the Outlook calendar: http://www.apex-at-work.com/2009/04/outlook-calendar-in-apex.html

    Thank you

    Tony Miller
    Dallas, TX

  • Customize the calendar

    Hello

    I want to customize the calendar small apex in an application of the mine. I am currently using it in a monthly view to see which days have events on them. By clicking on the event, you can link to another page and see the details of this particular event. Is it possible to replace the text of the link to the poster rather an image?

    At the moment I have the target link as below:
    f? p = & FLOW_ID.:33: & SESSION. : & DEBUG.:P33_U_ID, P33_C_DATE: & P1_U_ID, #C_DATE #.

    I suppose that the link remains the same? Can I add the image for display under calendar type display?

    Thank you
    Andrew
  • APEX calendar 5.0 - edit privilege access control

    Hello experts,

    Is it possible to access to the APEX 5.0 calendar control - privilege to change so the user cannot click in the calendar to add/edit events? I have disabled all these sites, it looks like this, where the user wishes to add/edit events:

    But I want to do, so that the user cannot click in calendar thanks to the privilege of change. Is this possible?

    Thank you.

    Zajcev

    Zajcev wrote:

    Is it possible to access to the APEX 5.0 calendar control - privilege to change so the user cannot click in the calendar to add/edit events? I have disabled all these sites, it looks like this, where the user wishes to add/edit events:

    But I want to do, so that the user cannot click in calendar thanks to the privilege of change. Is this possible?

    I see no easy way and sure to implement this exact requirement, A read only attribute exists in the region of calendar, but as several other properties properties it it has no effect on the civilian component made.

    What I would say is rather to make the details read-only pages when users have no permissions to change rather than block access entirely. You can do so with a type of PL/SQL Expression condition in the reading of the section only, page level using the apex_authorization.is_authorized method to assess the approval scheme:

    not apex_authorization.is_authorized('EDIT_EVENT')

    If the detail pages contains data that users are not allowed to access, use the authorisation schemes as usual to avoid areas or elements of rendering.

  • Format CSS custom for APEX 5.0 calendar

    I have an APEX 5.0 calendar using the universal theme.  I tried to use the predefined CSS classes, like apex-cal-green, and that they work as expected.  In this case, I have the colors associated with the type of the event.  In the record of event type, I have fields for the foreground and background colors. From what I could glean, this is how I created the CSS column in my query:

    ' background-color: ' | TWU. BACK_CLR | '; the color of the border : ' | TWU. BACK_CLR | '; color: ' | TWU. FORE_CLR | ';' CSS_COL

    and I'm getting a column that looks like this:

    background-color: #BDC3C7; border-color: #BDC3C7; color: #404040;


    and it's not having an effect on my screen.  I guess I'm doing something wrong and hoping someone can point me in the right direction.


    Thank you


    Jim

    SuperflyTNT wrote:

    OK got the concept. Logical, just work on execution.

    Nice to see someone pick up an idea and run with it...

    Is it that simple?

    The application process Page CREATE_CSS ((point de processus de rappel AJAX):)

    Start

    for task (select sched_task_cd, fore_clr, schedule_task_type back_clr) loop

    apex_css. Add (Lower (Task.sched_task_cd) |) "{background-color: ' |}" task.back_clr | '; border color: ' | Task.back_clr | '; color: ' | Task.fore_clr | '}');

    end loop;

    apex_application.stop_apex_engine;

    end;

    Almost. You are missing some initialization in the response header and actually get out the style rules, which must be made using htp.p . apex_css may not be used in this case. Only, it can be used in the rendered page (or never used at all as I'm concerned):

    begin
    
      owa_util.mime_header('text/css', false);
      htp.p('Content-Disposition: filename="schedule.css"');
      owa_util.http_header_close();
    
      for style in (
        select
            lower('foo') class
          , '#404040'    color
          , '#BDC3C7'    bg_color
        from
            dual)
      loop
        htp.p('.fc .fc-event.' || style.class || ' { background-color: ' || style.bg_color || '; border-color: ' || style.bg_color || '; color: ' || style.color || '; }');
      end loop; 
    
    end;
    
  • APEX 5 calendar add entry with button

    Hi all

    In our application (APEX 5.0.1) we use a calendar and to display a separate button to add entries in the calendar.

    The button works fine and opens the same page such as specified in the 'create' link and the insert works fine as well.

    The only problem we seem to have is that when we submit the page via the button, the calendar does not show the newly inserted record.

    When we do by means of clicking on a date, it works very well.

    After refreshing the page, the two records are displayed.

    Adding an offshoot tried for the calendar, but it did not help.

    An idea that could help to solve this problem is welcome.

    Kind regards

    Kim

    Hi Kim Mertens.

    Kim Mertens says:

    In our application (APEX 5.0.1) we use a calendar and to display a separate button to add entries in the calendar.

    The button works fine and opens the same page such as specified in the 'create' link and the insert works fine as well.

    The only problem we seem to have is that when we submit the page via the button, the calendar does not show the newly inserted record.

    When we do by means of clicking on a date, it works very well.

    After refreshing the page, the two records are displayed.

    Adding an offshoot tried for the calendar, but it did not help.

    An idea that could help to solve this problem is welcome.

    What type is your calendar entry page? Normal dialogue / Modal?

    I think it is the modal dialog box / Popup, you can use the dialog close event to refresh the calendar area using dynamic action.

    Here's an example where I demonstrated refresh calendar region on the evolution of the selection list using dynamic action.

    Reference: Re: Please help. Make a dynamic action

    Kind regards

    Kiran

  • APEX 5-question format calendar change

    Hello

    I created a calendar like this page.

    Is it possible to change this color of blue background to something else or just remove the bule color?

    My eyes hurt just too with this blue.

    JonDaegu-Oracle wrote:

    Hello

    I created a calendar like this page.

    Is it possible to change this color of blue background to something else or just remove the bule color?

    My eyes hurt just too with this blue.

    An explanation of how to display events in different colors using CSS classes is given in the online help for the region of Class CSS calendar attribute. Add a column to the query of calendar that determines the color of class for the event:

    SELECT ID,

    START_DATE,

    END_DATE,

    TASKNAME,

      case STATUS

    When 'open' then 'apex-cal-green.

    When "Pending" then "apex-cal-yellow".

    When 'Closed' then 'apex-cal-red '.

    When "pending" then "apex-cal-black.

    end as css_class,

    ASSIGNED_TO as supplemental_info

    PROJECTS

    and select it in the attribute of Class CSS region.

    Built-in support exists for the following classes/colors:

    • Apex-cal-black
    • Apex-cal-blue
    • Apex-cal-bluesky
    • Apex-cal-Brown
    • Apex-cal-cyan
    • Apex-cal-blue dark
    • Apex-cal-grey
    • Apex-cal-Green
    • Apex-cal-lime
    • Apex-cal-orange
    • Apex-cal-Red
    • Apex-cal-silver
    • Apex-cal-white
    • Apex-cal-yellow

    You can also create your own combinations of colors using custom classes and CSS.

  • In a calendar of events how can APEX 5.0, I show an image (png or gif) next to the text of the event

    I use APEX 5.0 with theme 42 when I created a calendar of events using a view. When I try to add an image to display with the text of the event, the path of the image is displayed with the text of the event instead of the image next to the text.

    Appearance of the image is conditional and added in my Select statement.

    Select the YEAR

    FILE_NBR,

    Decode (COMMISH_ATTEND, 'YES,' ',' < img src = #WORKSPACE_IMAGES #"ALPHA.) PNG "height = width = 10px 10px / > '). EVENT_NAME |  as EVENT_NAME,.

    CASE

    When CONFIRM_DATETIME is null then: "apex-cal-yellow."

    When CONFIRM_DATETIME is not null then 'apex-cal-lime.

    end as css_class,

    ASSETS

    of EVENTS_V

    The calendar of events returns the image with an unescaped tag.

    Event Cal.PNG

    How can I change the "Display column" attribute by default to allow an image to display?

    Thank you

    Ron

    CDInoon wrote:

    I use APEX 5.0 with theme 42 when I created a calendar of events using a view. When I try to add an image to display with the text of the event, the path of the image is displayed with the text of the event instead of the image next to the text.

    Appearance of the image is conditional and added in my Select statement.

    Select the YEAR

    FILE_NBR,

    Decode (COMMISH_ATTEND, 'YES,' ',' '). EVENT_NAME |  as EVENT_NAME,.

    CASE

    When CONFIRM_DATETIME is null then: "apex-cal-yellow."

    When CONFIRM_DATETIME is not null then 'apex-cal-lime.

    end as css_class,

    ASSETS

    of EVENTS_V

    The calendar of events returns the image with an unescaped tag.

    How can I change the "Display column" attribute by default to allow an image to display?

    There is a security setting of region to escape special characters , but he affecting the value No is having no effect, that may be a bug.

    As a solution, rather than include the image in the application supplement, use your conditional logic to add another class for the event, with a dynamic action that adds the image to the events so that class.

    Source of the region

    select
        year
      , file_nbr
      ,    nvl2(confirm_datetime, 'apex-cal-lime ', 'apex-cal-yellow ')
        || case commish_attend
            when 'YES' then null
            else 'alpha'
          end css_class
      , active
    from
        events_v
    

    Dynamic action

    Event: After refresh

    Selection type: Region

    Region:

    Action: Run the JavaScript Code

    Fire on Page load: Yes

    Code:

    $('.alpha span.fc-title')
      .before(' ');
    
  • Apex 5: How can calendar, I limit what an entry by date

    It is in the suite with the thread can not add links in the calendar Apex5

    Calendar of the apex, we can add number of events per day. How can I limit an event by date only. Can anyone help me this.

    Thank you

    Hi Benjamin,

    not really can be prevented it can click 'create '. Don't forget a multi user scenario where two users view the calendar. The first adds a new entry for a date, but the second user sees only the entrance still until he updates the calendar. User 2 should always be prevented to create an additional entry for that date. Only one validation will ensure that it is prevented.

    But to give feedback to the user earlier that you can change your form page, the user immediately Gets an error message when opening the form page and an entry for this day already exists. You can do this in

    (1) adding an additional region to your form page that does not have a condition of type "rows returned.

    (2) where the source region said something like "a record exists already for the current date.

    (3) put a 'no. lines returned' condition on your ' Create/save' button / region that contains input fields

    Concerning

    Patrick

  • After the upgrade to 5.0 APEX, DB is EE 11.2.0.4, interactive report calendar overlays header line.

    After the upgrade to 5.0 APEX, DB is EE 11.2.0.4, when I click the icon calendar to choose a date, the line of my interactive report overlays in the calendar header.

    snap001.png

    Hello

    There is a conflict between the modal calendar positioning and table headers.

    To fix it, please write the CSS in your body of the page:

    .js-stickyTableHeader {}

    z index: 1! important;

    }

    A bug filed for this issue and will be treated properly in 5.0.1.

    Thank you

    Tim

  • Date formats incompatible of apex between weekly and daily calendar

    I use the Apex ajax calendar to view activity.  My user has noticed that the date format changes between the weekly and daily life, that is to say the 07/08 (MM/JJ) and 08/07 (JJ/MM) respectively.  Is this a bug or is at - there somewhere some control of date format?

    I use the following to call pages

    Weekly

    JavaScript:apex.widget.Calendar.ajax_calendar ('W', 'same'); void (0);

    Every day

    JavaScript:apex.widget.Calendar.ajax_calendar (', 'same'); void (0);

    Thank you

    Drew

    Request Express 4.2.3.00.08

    Hello

    You can check your calendar template (shared components-> models-> calendar or go to the page that contains the schedule-> tree of shared components-> choose the calendar), if it uses the same date format for weekly view masks and every day? You will see variables substitution as #MM #, #DD # and so on.

    Concerning

    Patrick

    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com

    APEX Plug-Ins: http://apex.oracle.com/plugins

    Twitter: http://www.twitter.com/patrickwolf

Maybe you are looking for