Q:Date link not getting the right date in calendar

Gang,
I have enabled the day link on my calendar so the user can click on the date in the month view to get to a form page where they can add records.
My day_link looks like this:
f?p=&FLOW_ID.:2:&SESSION.::&DEBUG.:2:P2_TRAINING_DATE:#TRAINING_DATE#
Where P2_TRAINING_DATE is the DATE I'd like to populate on page 2. The variable name that holds this date is called P2_TRAINING_DATE.
If I hoover over the daylinks they display very strange dates and also if I click on the link the dates are wrong. For example if I hoover over 01-May the URL in the bottom of my browser displays the correct date but if I hoover over 02-May it displays 05-May instead.
What am I missing, should I not use the #TRAINING_DATE# variable?
Oh, this application is running on apex.oraclecorp.com so it's version 3.1.
Cheers,
Andy

Hi Andy,
Change the day link to pass #DD#/#MM#/#YYYY# (UK format, so change if another format is required).
This will pick up the date from the calendar rather than your data.
Andy

Similar Messages

  • RFC does not get the updated data

    Hi Experts,
    I am not getting the updated data via RFCs.
    The scenario is like this.
    Step 1: I open the Application running on System "B".
    Step 2: I add a record in second  Application which is on  system "A".
    Now I want the same data to be reflected on Application running on System "B" on some event.
    I observed the data is never reflected in Application running on System "B", but when I refresh the page of this Application, I get the updatred data. Do you have any clues why this is happening.
    Best Regards,
    Arti.

    Hi,
    Can you be bit more clear about the requirement. It is logical that without refresh updated data wont be shown.
    Thanks,
    Vinod.

  • "Could not get the audio data from the file" error

    Hi
    I get a lot of "Could not get the audio data from the file" errors when opening a project. Sometimes they crash Premiere Pro CC 7.01 (Mac). But if not Premiere works as usual, with the audio.
    I tried to convert the audio files (coming from Audition) from 32 to 16 bit. It worked while opening a project once, but not the following times.
    Where can it come from ?
    Edit: I also get this error when importing audio: "Error: Premiere Pro version 7.0 is not compatible with the Premiere Pro Plug-in version 5.7.4". Maybe it is connected.

    Got it! It was the Smartsound plugin making trouble. Got rid of it and no more errors.

  • Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    What folder structure?
    If you're referring to how Aperture stores the originals in a managed library then the answer is you can't change it.
    If having the originals stored in a specific file structure is important to you you will need to switch to a referenced original setup.

  • Not getting the correct data at reciever side

    Hi
    I have done mail adapter... My senario is Mail --> XI --> File... In this mail adapter is sender. i have give the url as pop://<ip address> the xi server is picking up the file...
    Source File Is:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Mail_Message_Type xmlns:ns0="http://mailtofiledemo.com/ravi">
       <Order>
          <Header>
             <Name>Ravi</Name>
             <Address>Vsp</Address>
          </Header>
          <Item>
             <material>Computer</material>
             <units>3</units>
             <price>90000</price>
          </Item>
       </Order>
    </ns0:Mail_Message_Type>
    Target File is:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:File_Message_Type mlns:ns0="http://mailtofiledemo.com/ravi">
    <row>
       <name>Ravi</name>
       <address>Vsp</address>
       <material>Computer</material>
       <units>3</units>
       <price>90000</price>
    </row>
    I have  an unread mail in my Inbox and i have attached the source file to that mail... the server is picking up the file but in receiving side i am not getting the correct target file... i am getting the target file like:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:File_Message_Type xmlns:ns0="http://mailtofiledemo.com/ravi"></ns0:File_Message_Type>
    </ns0:File_Message_Type>
    eventhough if i dont have any unread mails in my inbox i am getting the same file at target side continuosly...so please give me the solution as early as possbile or else my folder will going to be overflow with that target file
    Thanks & Regards
    Ravi Shankar

    Ravi,
    Have to check the Transport Protocol used by internal Mail Server. The parametes you pass to the mail adapter should be same to the internal mail sever where you are trying to send and also check with XIPAYLOAD option.
    If this helps to u. Allot the points please.
    Thanks
    Gowri K

  • I'm not getting the right "Home" page for Itunes.

    I had my hard drive replaced about six months ago.  I have all my the music that I want on my Iphone 3G and is backed up on my PC.  I haven't synced by Iphone to the computer since the drive was changed. I use another charger that I have plugged directly into an outlet.
    The first picture below is what it should look like AND WHAT I WANT.  The second is what I get when I open Itunes.  I added a CD and a few voice memos while trouble shooting this.  I have around 45 CD's of music on my Iphone and I can listen to them.  When I sync my Iphone, which it does automatically, I can transfer photos to my computer but not vice versa.  I don't get this first picture I get the second.  Also this second screen does not recognize the music I already have on my Iphone and does not put the one CD from the second picture onto my phone.
    I've removed Itunes from my computer and then reinstalled it.  I thought that would solve the issue.  It didn't.  I got the second picture when I connect my Iphone.  Is there some version of Itunes that I don't know about?  Why would I not get the screen in the first picture below?
    Can anyone shed some light on this and help me figure out what to do?
    Any help would be greatly appreciated!!!  THANK YOU!!!

    - plug in your iPhone
    - on your keyboard press "Control" & "S" together, this will bring up the side bar on the left hand side
    - select the name of the iphone underneath "devices"
    Now you should be on the summary page.

  • Not reading the right data value

    So I am reading data from a txt file that I created,in particular I am trying to pull out the first column which is the time data.  When I read it using the "Read from spreadsheet file.vi" I am getting unexpected values. For example when the first value in the file is 1491.044016 it displays 1491.044067, it does this for every value? I thought it may have been a formating issue but I set the vi %.9f on the formating field I'm not sure why it is handling the values this way? Any insights?
    thanks,
    Chris

    Are you using LabVIEW 7.1 or older? In this case, "read from spreadsheet file" uses only SGL precision, which is not sufficient for your desired resolution.
    See also: http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=315189#M315189
    Solution: Read the file as a plain string and then use "spreadsheet string to array" with DBL as type.
    ... or upgrade to LabVIEW 8.0 or higher.
    LabVIEW Champion . Do more with less code and in less time .

  • Clipboard not copying the right data

    Hi All,
    I have a JTable which displays different objects in different rows. I am trying to implement the copy paste function so that the user can do CTRL+C and paste the data in an excel spread sheet. Initially I implemented the toString method for all the objects that the table displays. But, I had to modify the copy functionality, so that, for each table row, 2 excel rows can be generated. This is how I do it.
    private StringBuilder getTableData(){          
              StringBuilder sb = new StringBuilder();
              int columns = table.getColumnCount();
         int rows = table.getRowCount();
         StringBuilder row1 = null;
         StringBuilder row2 = null;
         Object value = null;
         for(int i = 0; i < rows; i++) {
              row1 = new StringBuilder();
              row2 = new StringBuilder();
              for(int j = 0; j < columns; j++) {
                   if(table.getModel().getValueAt(i, j) != null){
                        value = table.getModel().getValueAt(i, j);
                        if(value instanceof FieldComparison){
                             row1.append(((FieldComparison)value).getField1());
                             row2.append(((FieldComparison)value).getField2());
                        } else {
                             row1.append(value.toString());
                             row2.append(value.toString());
                   if(j < (columns - 1)){
                        row1.append("\t");
                        row2.append("\t");
              if(i < (rows - 1)){
                   row1.append("\n");
                   row2.append("\n");
         //sb.append("\n");
              sb.append(row1);
              sb.append(row2);
         return sb;
    I copy this data to the clipboard as follows:
    StringBuilder sb = getTableData();
    StringSelection allData = new StringSelection(sb.toString());
    cb.setContents(allData, allData);
    try {
              Transferable content = cb.getContents(null);
         String clipBoardContents = (String)content.getTransferData(DataFlavor.stringFlavor);
         System.out.println(clipBoardContents);
    }catch(Exception e){
              System.out.println("Transfer data error " + e.toString());
    At this point I can see the proper data in the console, However when I try to do a CTRL+C on the excel spredsheet, the data appears as if the toString method was called on each object. It appears like the clipboard data that I added has been overridden somehow. Not sure what the problem is. Please Help!
    Thanks!

    Are you using LabVIEW 7.1 or older? In this case, "read from spreadsheet file" uses only SGL precision, which is not sufficient for your desired resolution.
    See also: http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=315189#M315189
    Solution: Read the file as a plain string and then use "spreadsheet string to array" with DBL as type.
    ... or upgrade to LabVIEW 8.0 or higher.
    LabVIEW Champion . Do more with less code and in less time .

  • Issues logging data - does not save the correct data

    I am having 2 issues:
    1. I am having issues with my logging occuring at the right time.
    I have a few things occuring based on the state of 'Injection'. In the case of logging, the following needs to happen:
    When injection is 'True' nothing should occur. When injection goes 'False', data logging should occur. If my injections are 'continuous' the boolean goes:
    True, False, True, False. I would have 2 logging sessions during both 'False' occurrences. What appears to be happening is that the logging occurs during the 'True' state. I am not sure why. 
    2. The logging needs to save a certain amount of samples to the text file. If my 'False' state lasts for 1 second, I need to have 1000 samples. If 2seconds, 2000 seconds, if 1.5seconds, 1500 samples..you get the idea. At current I am only getting 100 samples at a time, at dt of .1
    Code below:

    belopsky wrote:
    Thanks Dennis.
    i seem to have issues w my UI updating when I specifiy samples to read. It appears to lag, which is OK, as long as the timing is still correct..
    Can I acquire continuously, without specifing how many samples, but specify how many samples to read?
    DAQmx Read will return the number of samples requested immediatly if they are available otherwise it will wait for the number of samples requested to be avilable and return the number of samples requested.  This of course, means that the loop will only iterate no faster than "number of samples * Sample rate". (probably what you mistook for "Lag")  IF the number of samples requested is not available before the timeout period DAQmx Read will return with the number of samples available and a timeout in the error cluster so your calling code can handle the exception intelegently.  If the number of samples requested is -1 DAQmx Read returns the number of samples available now without waiting at all.
    Clear?
    Jeff

  • I can not get the right frequency out of my NI-DAQ 6062E card from Matlab

    Hi.
    My name is Johan and I want to generate an analog square waveform with 5.76 kb/s in frequency with my NI DAQCard-6062E from Matlab.
    When I run in Matlab the program below, I get the frequency of 5.747 kb/s on the output channel (even thou I have chosen 5.76 kb/s). When I try to change the sample rate, to higher values in Matlab, I get the same frequency until I choose the sample rate to 5.79 kb/s. The output signal is in that case is 5.813 kb/s.
    So my problem is that I can't get the exact frequency of 5.76 kb/s.
    How do I solve this.
    Thankful for help.
    Best regards, Johan
    Program in Matlab:
    clear all
    openDAQ=daqfind; %Detect any open DAQ channels
    for i=1:length(openDAQ), %Close any open DAQ channels
      stop(openDAQ(i));
    end
    ao = analogoutput('nidaq',1); %Create an object for analog output
    addchannel(ao, [0 1]);
    set(ao, 'SampleRate', 2*5760); %Here the sample rate is specied. 2*, because to get right samplerate
    y=[80,-80] %Sets theoutput values to 80 and -80 (As -1 and 1)
    putdata(ao, [y' y']); %Sends the values to out buffer
    set(ao,'RepeatOutput',inf) %Repeats sending in infinity
    set(ao, 'TriggerType', 'Immediate'); %Choose trigger to immediate, because sending values shall occur driect after start command.
    start(ao);
    %stop(ao)

    Hello Johan!
    Bad news I am afraid….
    I assume you are using the Data Acquisition Toolbox from the Mathworks and when it comes to support on that interface I have to advice you to contact the Mathworks for assistance. We don't provide any support on their data acquisition interface since we have nothing to do with it.
    Sorry for the inconvenience this might cause you.
    Regards,
    Jimmie A.
    Applications Engineer, National Instruments
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal

  • Not getting the right posting key..

    hey,
    i am posting accounts payable data using the bapi BAPI_ACC_DOCUMENT_POST.
    my logic arrives at two values
       blart  = 'KG'.
       newbs1 = '21'.
    now how do i pass this to the bapi, which structure , which field, so that i get the posting key as 21 in the GL acct line item ??
    i am always getting 31 and 40 as the posting keys... now i need 21 and 50..
    thnks

    hey Sudarshan, I traced the BAPI and found out that it is the amount being positive or negative along with the doc type that determines what  the posting shud be..so when i set the doc type say as KG and pass a +ve value, posting key 21 is set , for -ve value posting key 50 is set. i was abt to achieve the result by changing the signs for the currency amt..worked..

  • Analysis not getting the right value off ADM Tool

    Hello people,
    I'm trying to do one difficult thing, but, first of all the simple thing is not working.
    In ADM tool, I have this logic column: avg(Fact_AGR_ESCOPO_MEDIAPPM.MEDIA_PPM_TIPO)
    The physical table that have this attribute is: TFAGR_ESCOPO_MEDIAPPM
    When I do this Search:
    SELECT DISTINCT T3.TIPO_PTB, T2.NOME, T1.MEDIA_PPM_TIPO FROM TFAGR_ESCOPO_MEDIAPPM T1
    JOIN TD_ESCOPO T2 ON T1.ESCOPO_SK = T2.ESCOPO_SK
    JOIN TD_MOTIVO T3 ON T1.MOTIVO_SK = T3.MOTIVO_SK
    WHERE T2.ESCOPO_SK = 1;
    I get this TIPO_PTB:
    Complaint and Não Complaint.
    Now, when I go to the analysis and use the MEDIA_PPM_TIPO att, I got all the TIPO_PTB, not only the Complaint and Nao Complaint.
    Someone know whats is this or how I can search for the problem ?

    The problem was because I'm trying to use some aggregation rule.
    When I put none to aggregation rule, I got only the representation of the DB.
    But now, I have another problem and is my initial problem:
    How can I spread one value to anothers, always getting the last value by month ?
    Example:
    JAN FEB MAR
    10 20 5
    JAN FEB MAR
    5 5 5
    This is what I want. Always spread the last value base on month to the others (The filter is not a good solution because the prompt changes and the last month will not be the same)

  • Hi Guys,,I am not getting the right output?Plz help

    Hi Guys,
    Here is my code..
    ELSEIF p_versb  = 'W2'.
        CONCATENATE lv_perxx '08' INTO lv_date3.              (20090708)
        CONCATENATE lv_perxx '15' INTO lv_date4.              (20090715)
          SELECT  mseg~mblnr
                  mseg~bwart
                  mseg~matnr
                  mseg~lgort
                  mseg~menge
                  FROM mseg
                  INNER JOIN  mkpf
                  ON msegmblnr = mkpfmblnr
                  INTO TABLE t_temp
                  FOR ALL ENTRIES IN t_firmplan
                  WHERE mseg~matnr = t_firmplan-matnr       (490045,500001)
                  AND mkpf~budat GE lv_date3
                  AND mkpf~budat LE lv_date4
                  AND mseg~bwart IN ('101', '102')
                  AND mseg~werks = t_firmplan-werks.        (werks = 1100)
    Plz suggest where I m wrong ?
    Thanks
    Steve

    Hi,
    Check the
    SELECT mseg~mblnr
    mseg~bwart
    mseg~matnr
    mseg~lgort
    mseg~menge
    FROM mseg
    INNER JOIN mkpf
    ON mseg~mblnr = mkpf~mblnr
    INTO TABLE t_temp
    FOR ALL ENTRIES IN t_firmplan
    WHERE mseg~matnr = t_firmplan-matnr (490045,500001) " Check the matnr value in the MSEG table if it storing with
                                                  "  leading zero's then use the conversion exit to get the leading zero's
                                                  " in  t_firmplan-matnr
    AND mkpf~budat GE lv_date3
    AND mkpf~budat LE lv_date4
    AND mseg~bwart IN ('101', '102')
    AND mseg~werks = t_firmplan-werks. (werks = 1100)

  • Not getting the correct date..y?

    hi my pblm is that i am adding some date to a databse..the code like this
    <%@ page language="java" import="java.sql.*,java.text.SimpleDateFormat,java.util.*" %>
    <%
    SimpleDateFormat dateFormat = new SimpleDateFormat("dd-mm-yyyy");
    String d1=request.getParameter("dob");
    java.util.Date utilDob = dateFormat.parse(d1);
    out.println(utilDob);
    java.sql.Date sqlDob = new java.sql.Date(utilDob.getTime());
    out.println(sqlDob);
    st.setDate(12,sqlDob);
    My error is that whatever date i entered i am getting it as anyday/january/year
    the month is always january in the out.println() and in the database as well...y?
    help me plzzz...

    Your format string is incorect. Lowercase m stands for minute. You need an uppercase M for month.
    ie dd-MM-yyyy
    See the [SimpleDateFormat API|http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html] for details.
    Cheers,
    evnafets

  • Itouch date is in BE ? it's 2555 BE. how do I get the right date?

    My callendar date is 2555 BE and I cant change it? what to do?

    You have changed the calendar format to Buddhist, you need to change it back to Gregorian.
    To Set the calendar format Go to Settings > General > International > Calendar, and choose the format.

Maybe you are looking for