Problems in using using a calendar to pick up a date in portal form

Hello:
I met some problems in using using a calendar to pick up a date in portal form.
I created a form using "custom layout"
Using Scott/Tiger, emp table HIREDATE put the following anchor next to it in the body text field
<<img src="/images/calendar.gif" width=24 height=22 border=0>
Then, I put the source tag in the header section
<script language="JavaScript1.1" src="/images/date-picker.js"></script> in the Header Text of the Form Text part.
However, for some reasons, after I pciked the date in the calendar,the field in the form could not be updated.
Your help would be highly appreciated.
Wei

I just fixed the bug. The data pickup calendar is working now.
The reason is that:
when oracle portal generates a portal form based on a table, the element in the generated form is defined by: [Form Name].[element name].[index#].
e.g.
<INPUT TYPE="BUTTON" NAME="FORM_AREA.DEFAULT.QUERY_TOP.01" VALUE="Query" onClick=" do_event(this.form,this.name,1,'ON_CLICK','');">
The "FORM_AREA.DEFAULT.QUERY_TOP.01" means: A input text box "QUERY_TOP" with index "01" in the form "FORM_AREA" which is located in the "DEFAULT" block.
The problem of my previous codes is that: Javascript could not access the elements on the parent widnow by name for those elements whose names have more than 1 "." sign e.g. "FORM_AREA.DEFAULT.QUERY_TOP.01". So, I accessed them by their locations in the DOM hierarchy. It works now.
e.g.
<a href="javascript:show_calendar('forms[0.elements[23');" onmouseover="window.status='Click to open an Wei's calendar'; return true;" onmouseout="window.status='';return true;">
<img src="/images/calendar.gif" width=24 height=22 border=0>
</a>
Wei Ye

Similar Messages

  • I am experiencing problems when using the calendar minimonth function which causes the operation to freeze up.

    I have, for a couple of months now, experienced a freeze up, and the firefox not responsive when using a date search box like when trying to pick a date for getting a hotel room or booking a rental car. I noticed that I had a message box that had been coming up telling me about unresponsive script detailing something like chrome/calendar/minimonth. I could not find that in my computer anywhere. It happens with ie as well. Any thoughts? This is driving me crazy.

    Klaus,
    Thanks although you didn't know the answer somebody out there did and I cannot believe how simple the issue was - assign a name to the computer through System Preferences>Sharing
    excellent result, it's really nice to stop banging my head against that brick wall
    Stuart Mcf

  • Problem in using a structure with a field of  data type 'RAW STRING'

    Friends
    I have written a ZBAPI that imports a structure which has 5 fields. I have defined this in the IMPORT tab of Tr.Code <SE37>.  One of the field of this structure is of data type 'RAW STRING'.
    When I try to activate this BAPI, I get an error message as follows:
    Function Module ZBAPI_ADD_CONFIG_DNA
    "ZDAMPER_CON_DNA" Must be a flat structure. You cannot use internal table
    strings, references, or structures as components.
    Where ZDAMPER_CON_DNA is the table name that I am using.
    FOR TESTING PURPOSE, WHEN I CHANGE THE DATA TYPE FROM 'RAW STRING' TO JUST A CHAR OF LENGHT 5, IT WORKS FINE.
    Here is the source code of the simple BAPI that i am trying to activate.
    FUNCTION ZBAPI_ADD_CONFIG_DNA.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(CONFIG_DNA_DATA) TYPE  ZCONFIG_DNA_STRUCTURE
    *"  EXPORTING
    *"     VALUE(MESSAGE) TYPE  ZRETURNMESSAGE
    tables: ZDAMPER_CON_DNA.
        ZDAMPER_CON_DNA-CONFIG_ID       =     CONFIG_DNA_DATA-CONFIG_ID.
        ZDAMPER_CON_DNA-STRING_NAME     =     CONFIG_DNA_DATA-STRING_NAME.
        ZDAMPER_CON_DNA-STRING_FORMAT   =     CONFIG_DNA_DATA-STRING_FORMAT.
        ZDAMPER_CON_DNA-STRING_VALUE    =     CONFIG_DNA_DATA-STRING_VALUE.
        ZDAMPER_CON_DNA-OBJECT_NAME     =     CONFIG_DNA_DATA-OBJECT_NAME.
        INSERT ZDAMPER_CON_DNA.
        MESSAGE-SUBRC = sy-subrc.
        if sy-subrc = 0.
            MESSAGE-RETURNMESSAGE = 'SuccessfullyInserted'.
        else.
            MESSAGE-RETURNMESSAGE = 'Insert Failed'.
        endif.
    =============
    ANY KIND OF FEED BACK WILL BE HIGHLY APPRECIATED.
    THANKS
    RAM

    Hi ram,
    there is no data element exists with the name RAW STRING ,
    but check one of these names..
    Data element                   Short text
    C2S_RAWSTRING                  C2-Server: Data Element of Type Rawstring
    N2_RAWSTRING                   Byte String of Variable Length
    QISRDRAW_STRING                Data in Format RAW Character String
    RCF_RAWSTRING                  Rawstring
    RPAP_TEMPLATE_RAWSTRING        Blob of Template File
    RSRAWSTRING                    Raw String
    RSRD_RAWSTRING                 Binary Content in the Broadcasting Framework
    SWH_RAWSTRING                  Workflow: Data Type RAWSTRING
    WDR_RAWSTRING                  Byte Sequence of Variable Length
    <REMOVED BY MODERATOR>
    venkat.
    Edited by: Alvaro Tejada Galindo on Mar 7, 2008 5:15 PM

  • Two problems in using LKM file to sql

    hi all,
    i met two problems during use "LKM file to sql" for loading data from csv file to oracle db. please try to help me, thanks a lot!
    my environment:
    os: win 7
    odi version: 11g
    The 1st condition is: in the 10th step of the execute session, a table called ".SNP_CHECK_TAB" which could not be created in oracle will be created!
    If i modify it to SNP_CHECK_TABLE, the step will pass...
    why naming table like this?
    create table .SNP_CHECK_TAB
         CATALOG_NAME     VARCHAR2(100 CHAR) NULL ,
         SCHEMA_NAME     VARCHAR2(100 CHAR) NULL ,
         RESOURCE_NAME     VARCHAR2(100 CHAR) NULL,
         FULL_RES_NAME     VARCHAR2(100 CHAR) NULL,
         ERR_TYPE          VARCHAR2(1 CHAR) NULL,
         ERR_MESS          VARCHAR2(250 CHAR) NULL ,
         CHECK_DATE     DATE NULL,
         ORIGIN          VARCHAR2(100 CHAR) NULL,
         CONS_NAME     VARCHAR2(35 CHAR) NULL,
         CONS_TYPE          VARCHAR2(2 CHAR) NULL,
         ERR_COUNT          NUMBER(10) NULL
    The 2nd condition is: i want to filter out certain name in the source table and the filter string is "BRE.name!='some_value'".
    When I clicked the "Testing query" button, the following error shows:"Error while executing query Invalid format description".
    It works well when the source db is oracle, why not file? Is there any format for the filter string in file? I don't think so...
    Jun

    Hi Jun,
    Can i contribute a little for ur 2nd problem.
    This error is coz, If u are using a filter against a File "data store" u can't test it, only against RDBMS query will be tested at data store level.
    Well, for using that filter and make sure its working, drag and drop the source file in the interface (u can get the filter) and make it to execute on STAGING.
    Thanks,
    Guru

  • E72 - Calendar not syncing via USB data cable (Out...

    PROBLEM:
    Syncing the E72-2 Calendar to Outlook over USB Data cable returned synchronization errors.
    HISTORY:
    Previously was using MfE and Google Calendar as a go-between from Outlook 2003 to my E72. It worked OK for a couple of weeks, but then turned to **** (appointments disappearing from phone, duplicates that couldn't be deleted, sending tons of 'decline' messages to work colleagues from my personal Gmail account...etc. etc.)  It is abundantly clear that MfE and Google Calendar were not meant to play together at this point in time.
    Next strategy was to use PC Suite to sync with the Outlook calendar directly via cable.  This was not successful either.  The default Sync profile on the phone only offers Data Bearer of Bluetooth or GPRS, no cable.  Sure enough, PC Suite would fail immediately with 0 events synced, saying to check the Idle status of the phone. 
    SOLUTION that worked for me:
    Overview:
    - Delete all calendar entries on the phone, even those that are 'stuck'. (Note: you DON'T need to wipe your phone for this - that is Nokia's lazy solution but there are easier ways.)
    - Run PC Suite Cleaner from Nokia
    - Reinstall PC Suite
    - Run PC Suite, connect the phone via USB only when prompted
    - Configure the Sync profile on the phone
    - Configure the Sync application on the PC
    - Sync!
    Details:
    0a. Clean off all calendar entries from the phone. To get rid of stubborn ones, you can try to sync the phone via bluetooth or internet to an empty Google or other calendar to remove all entries. (I did this by syncing to an empty iCal calendar on my Mac)  Alternatively, you can also connect the phone to PC Suite, then open the phone calendar in PC Suite and delete all appointments using the trash can button.  (Recurring series will only need to be deleted once.)
    0b. Exit PC Suite.  Ensure it is not still running in the Taskbar.
    1. Run the Nokia PC Suite Cleaner, downloadable from Nokia's support site. Restart when prompted.
    2. Re-install PC Suite version 7.1.40.6
    3. Run PC Suite before connecting the phone.
    3a. Select Cable connection, then connect the phone when prompted.
    3b. PC Suite should install the necessary drivers and software (if this is working, you will see several USB device popups in your taskbar.)
    4. On the phone, go to Ctrl Panel --> Phone --> Sync.
    4a. If you have been messing around with MfE or other sync methods, delete those extraneous sync profiles from the phone. Go to "Change Active Profile" - if you see anything besides 'PC Suite', select it and then choose 'Delete' from the Options menu.
    4b. After any extra Sync profiles are gone, the phone will default back to 'PC Suite.' Ensure the PIM data you wish to sync (Calendar, etc.) is selected with a red X.
    4c. It does not seem to matter what you select for Data Bearer - I am using Bluetooth and that's working even though the target PC does not have it.
    4d. 'Allow sync requests' should be set to 'Automatically accept'
    4e. For 'Synchronization type' select the value that works for you. ('To phone only')
    5. Run the Sync application in PC Suite.  
    5b. Ensure the phone has not automatically locked itself.
    5c. Click the 'Sync' button in the PC Sync app.
    5d. You should see Connecting....Waiting....Reading.....etc.  while the content is syncing.
    5e. If it stops after Waiting and returns a communication error, you may need to try the above steps again, and/or do a clean install on your phone. :-(  
    Hope this helps someone out there.   Note that this is mostly from memory, so if I inadvertently skipped any steps or if anything needs further clarification, please respond to this thread to help future readers.

    Herve55 I can confirm that the DC-6 (remember to buy the the one with USB-micro connection) works.
    However the only reason for me wanting to use the supplied USB to USB-micro cable in the car (with 3rd party cigarette adapter) was to first, get rid of that annoying spiral cord and second to have the data cable with me at all times.
    Sad to say that I´eve by now definitely tried all possible solutions for the data cable "CA-101" without any luck.
    My N97 witch I was very satisfied with at start started to burn battery,reboot,loose memory, become sluggish and then after 8 months of aggravation i sent it on a flyer in the wall.
    I have now after 15 years changed brand.
    Conclusively the guys at Nokia seems to carry to many models for any possibility of making further great phones! in other words they´v gone sloppy. 

  • Calendar control not binding default data

    Hi All,
    I an using the calendar component to set the data my QaaWS looksup data for. The problem is the first time I display the calendar, it does not insert the current selection into my destination cells. THis is not happening all the time or for all calendars.
    I have 5 calendar controls on a dashboard. Each is set to dynamically display. When displayed it is supposed to display a selected data, which I can see is correct if I use the spreadsheet component. However, when the 4th aand 5th components are displayed they do not insert the data to the data insertion cells, for month (sometimes) and year (always) unless I change that data.
    Version 2008 SP1, FP1
    Regards
    Alan
    Edited by: Alan McClean on Jan 12, 2009 10:09 AM

    920616 wrote:
    sb92075: I am showing you how Oracle renders the date if I do a simple select from the table from which I am trying to pull data. You are right, it sure doesn't prove anything other than how the date looks right out of the Oracle database, but hopefully, it will give a clue as to how I need my SSRS date parameter to work.
    Hans Forbrich:
    I get ORA-01722: invalid number when I try the following:
    SELECT *
    FROM TABLE
    WHERE STARTDATE >= TO_CHAR('3/03/2012', 'MM/DD/YYYY')
    Solomon:
    It works. The problem is getting the parameter '3/3/2012' into a usable format for Oracle.
    Let's assume an application is sending in '3/3/2012' which will be used in an Oracle query (no PL/SQL allowed, nor can I create functions, stored procedures, etc - only straight up SQL). How can I prepare the parameter to successfully do the compare on the Oracle Date field?
    12:50:23 SQL> select TO_CHAR('03/03/2012', 'MM/DD/YYYY') from dual;
    select TO_CHAR('03/03/2012', 'MM/DD/YYYY') from dual
    ERROR at line 1:
    ORA-01722: invalid number
    12:51:00 SQL> ed
    Wrote file afiedt.buf
      1* select TO_DATE('03/03/2012', 'MM/DD/YYYY') from dual
    12:51:20 SQL> /
    TO_DATE('03/03/2012
    2012-03-03 00:00:00

  • I set up my enterprise email but i get a message that says cannot use my server please pick another and i use gmail, what is causing this problem?

    I have a new Mac Book Pro, I loaded my enterprise email on the system and it was working fine, but yesterday when I tried to send out an email I received a message that ask to pick another outgoing mail server. So I chose Gmail and it was sent. Is this a common problem when using the email on a wifi system?
    Thanks
    Stephen

    Are you sure your enterprise email was up and running at the time you tried to send? Are you sure you were connected to you wifi network and not another wifi network when you tried to send?

  • I use iCal, my husband uses the calendar in gmail. Fro months no problems on invites and acceptances. Now if he invites me I am no longer offered an acceptance and it is not visible on my calendar unless I link his gmail calendar which I do not wish to do

    I use iCal, my husband uses the calendar in gmail. For months we had no problems. Recently, he will send me invites and I no longer have the ability to accept or decline. The only way to see the event is if I link is gmail calendar which I do not wish to do. Any solutions?

    I've been using iCloud since it's inception as "mac.com" or whatever it was called. I've been able to Sync Outlook Exchange Calenars to my iMac, iPhone and iPad. However, I cannot get iCal (when viewed in iCloud) to display Exchange or Google Calender items.
    It's odd, all other Mac versions of iCal are happy e.g. iMac, MacBook Air, iPad Air, iPhone etc. But nothing when I login to icloud.com and look at the iCal there.

  • For a few months now my ical keeps jumping back and forth.  It's very hard to use my calendar as it doesn't open on today, it may stay a few seconds and then it goes backwards to random dates and forwards.  It doesn't sit still so I can see what I have on

    My iCal is driving me nuts.
    It won't sit still when I am looking at my calender.  I try holding it still with one finger, two fingers and it just moves.  It jumps to random dates and I have no confidence in it any longer.   I use my calendar all the time and this just isn't good enough.
    I have gone into the apple store and they said they hadn't seen that before.  It did it while I was there.  They restored the phone and it didn't make any difference.
    I have turned the calendar off in settings - mail - icloud - deleted and then turned back on again.  It didn't help.
    I put the Google Calendar app on in the hopes I would have a calendar that wouldn't frustrate me and it is so slow in responding, I have deleted it.
    I see online that many others are having the same problem with their iCal. 
    It would be great to know the solution.
    Please help

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • How can I use different calendars associated with different emails to see appointmen​ts separately​?

    I have 3 emails accounts on my Blackberry curve. I want to use different calendars for different type of reminders/appointments. How can I do that? In calendar I pressed menu key and then clicked on select calendar, choose one email address (email 1) then entered an alarm but now if I go to a different calendar associated with different email ( email 2), it also shows me that alarm which I entered in email 1 calendar. Thanks for help

    Don't have LV handy to open the old code, but I did read through the thread you referenced.  It sounds like the example configured 2 counters to create the variable-freq finite pulse train and configured a 3rd counter to count the # steps generated as verification.   That 3rd counter would be a problem for you as there is no internal timing signal connection between your 2 USB devices.  You would need to run a physical wire connection and change some of the config code to match.  Alternately, you could just delete all the code associated with the 3rd counter for now because it isn't strictly necessary.
    Further advice/questions:  Are you planning on a pure sine wave of frequency such that you oscillate with both positive and negative velocity (example: varying from -1000 to +1000 Hz clockwise)?  Or is there a nominal average frequency with a small sine wave superimposed (example: nominal of 1000 Hz clockwise, variation of +/- 50 Hz)?
    I *think* you may be dealing with more of a continuous pulsetrain situation, which is actually much simpler.  You would only need 1 counter/timer, though you would still perform the freq changes in a timed loop which uses the pulsetrain as its timing source.  You'd just need to keep track of your total elapsed time so you could figure out the right sinusoidal freq value at the moment you're ready to update it.
    Another subtlety to watch out for if you're oscillating about 0 velocity  -- don't try to create a frequency that is lower than the rate at which you need to update.  Also, with steppers you may have mechanical stability issues at low freqs like 10's to low 100's of Hz.    These kinds of things may need to be managed as special cases which force you to deviate from a "pure" sine wave.
    -Kevin P.

  • Is anyone using the Calendar Server to send external invites?

    Is anyone using the Calendar Server to send external invites?
    We have a Mountain Lion server running DNS, Open Directory, File Sharing and VPN. We have recently stood up the Calendar server and it is working very well. Internal invites work fine and are instantaneous to computer, iPhone, iPad. We have the ports working so that calendar items created outside the network work fine as well. Only problem is we cannot invite anyone with an external e-mail address. Each time we do the Calendar Error Log populates with:
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 5 
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 4
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 3
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 2
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 1
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] [twistedcaldav.mail.MailHandler#error] Mail gateway failed to send message <[email protected]> from [email protected] to mailto:[email protected] (Reason: Failure with multiple causes.)
    We have set up an internal e-mail address. I have confined that it works fine. I have tried more than one internal account. I have also verified the settings through the command line by typing "sudo serveradmin settings calendar" The iMIP sending and receiving information is correct. There is no authentication type setting listed in the command line output even though there's a place to choose it in the Enable invitations by email - Edit button on the third screen. No matter what I choose it goes back to "login" and still doesn't work.
    The command line settings mention a port number 62310 as being the MailGatewayPort but opening that port on the network's firewall makes no difference. As I said external set up works fine from Mac/iPhone/iPad and push notification works fine as well.
    Is anyone using this functionality?

    I'm sorry. I forgot to add Mail to the list of services. I AM using mail on that server. Here's the iMIP portion of my settings output from Terminal.
    calendar:Scheduling:iMIP:Sending:Server = "boardwalkserver.kuhnwitt.com"
    calendar:Scheduling:iMIP:Sending:UseSSL = yes
    calendar:Scheduling:iMIP:Sending:Username = "calendarserver"
    calendar:Scheduling:iMIP:Sending:Address = "[email protected]"
    calendar:Scheduling:iMIP:Sending:Password = "password"
    calendar:Scheduling:iMIP:Sending:Port = 465
    calendar:Scheduling:iMIP:Enabled = yes
    calendar:Scheduling:iMIP:MailGatewayPort = 62310
    calendar:Scheduling:iMIP:Receiving:Server = "boardwalkserver.kuhnwitt.com"
    calendar:Scheduling:iMIP:Receiving:UseSSL = yes
    calendar:Scheduling:iMIP:Receiving:Username = "calendarserver"
    calendar:Scheduling:iMIP:Receiving:PollingSeconds = 30
    calendar:Scheduling:iMIP:Receiving:Type = "imap"
    calendar:Scheduling:iMIP:Receiving:Password = "password"
    calendar:Scheduling:iMIP:Receiving:Port = 993
    calendar:Scheduling:iMIP:AddressPatterns:_array_index:0 = "mailto:.*"
    calendar:Scheduling:iMIP:MailGatewayServer = "localhost"
    So Add mail to the services being used. Since Calendar is running on the mail server one would assume that it could communicate with it fairly easily.

  • How to use Different Calendars in one DP Planning Area

    Hi Experts,
    I would like to know that whether it is possible to use different calendars in single planning area ? Will explain the scenario in details as under
    We have 3 plants having separate calendars (different weekly offs). Now using single planning area in DP, I have to plan the demand for all the 3 plants in weekly buckets.So I need to refer to 3 different calendars in single planning area. Is this possible in DP ? As far as I know, we can attach only one fiscal year variant to the planning area through storage bucket profile. Also in this case, the system do not refer to public holiday calendar there by assuming all day working except the weekly off.
    Thanks in advance
    Regards
    Sandeep

    Thanks Sujay for immediate reply. The time bucket profile will just help me see the data in different buckets say Daily, weekly or monthly. However this still doesn't solve my problem. As only 1 Fiscal Year Variant is attached to the storage bucket profile, the system still will read the same profile for all the plants & will assume the same weekly off for all the plants which is not true in reality.
    Any other suggestion for considering different weekly offs for different plants in the same planning area ?
    Thanks & Regards
    Sandeep

  • Problem in using component Table

    hi,
    I have a probleme when I use the component "Table" binded to a Data Provider "Object Array Data Provider. I have a error message in java script.
    I associated with my prodider of data an Array: Customer []. The class Customer has two propri�tes: name and prenom.
    My Navigator is IE6. I have an error message of the javascript loursque I deploy the project in local.
    regards

    Actually I just found the problem.
    It comes from the fact I used a french version of JSC2.
    The parameters of the function sjwuic_table_assignSortPanelProperties are outline by quote, and the problem comes when the tool put some text with quote. That cause the folowing message : '"Error: ) expected".
    ex :
    <SCRIPT type=text/javascript>sjwuic_table_assignSortPanelProperties('form1:table1',new Array('form1:table1:_embeddedPanels:_primarySortColumnMenu','form1:table1:_embeddedPanels:_secondarySortColumnMenu','form1:table1:_embeddedPanels:_tertiarySortColumnMenu'),new Array('form1:table1:_embeddedPanels:_primarySortOrderMenu','form1:table1:_embeddedPanels:_secondarySortOrderMenu','form1:table1:_embeddedPanels:_tertiarySortOrderMenu'),new Array('Ordre croissant','Ordre croissant (A-Z, 0-9)','Ordre croissant (A-Z, 0-9)','Ordre croissant (A-Z, 0-9)'),new Array('Ordre d��croissant','Ordre d��croissant (Z-A, 9-0)','Ordre d��croissant (Z-A, 9-0)','Ordre d��croissant (Z-A, 9-0)'),'Des colonnes de tri ont ��t�� s��lectionn��es deux fois. Vous ne pouvez en s��lectionner qu'une pour chaque tri.','Colonne de tri manquante. S��lectionnez toutes les colonnes de tri jusqu'� l'avant-derni��re.','null',false,false)</SCRIPT>.
    Add to that, the problem doesn't appear on Firefox, only on IE.
    It's not the first time I notice some problems with IE. Last time, it was the use of the grey theme who dosn't work. Images of the buttons (in components such as table or Calendar) doesn' t appear with IE wheras they appear with Firefox (there is no problem with the blue theme).

  • How to use Javascript Calendar In ALUI portlet

    Hi all Sandip here ,
    I have just started to work on ALUI portal.I have one problem
    In my application I want use calendar bt problem is wherever I am using the calendar that page is loosing the focus once I am returning to that page using BACK link.
    If anyone has solution for this plz guide me.
    Thanks in Advance,
    Regards,
    Sandip.
    Sandip

    Hi,
    ADF Faces does not provide a method that allows you to call JavaScript on the client. This may change in upcoming versions
    Frank

  • Is there a problem using popup LOVs in a portal form with a bind variable?

    I have a portal form with 2 LOVs. The second LOV is a dependent LOV whose bind variable can be NULL. I have read Note 263923.1, "How To Create Dependent Lovs In Forms", and my form works as long as I use combo boxes to display the LOVs. I need to use popups so the user can search the LOVs as they are quite lengthy. Plus I want to be able to pick a value from my second LOV without selecting a value from the first LOV -- hence, my bind variable can be null and that is where my problem lies. As long as I select a value from the first LOV, the second LOV popup will work. If I click on the icon to display the second LOV without pre-selected a value from the first LOV, I get the following error:
    POPUP LOV ERROR:
    LOV: "9A17692880B6B8509F514F5B9CA9EC808DD403218B3CF19A33C04CD1FAB0ADE17ADC33E6B67998A933357CE5264D204E"
    Parse Message: Parse as pre-set global: "TORE".
    Find Message: LOV is of type DYNAMIC (LOV based on SQL query).
    Query: "SELECT ...."
    wwv_bind.prepare_bind: ORA-01403: no data found
    My form is based on a table with a custom layout. The sql for the second LOV is similar to: SELECT ENAME, EMPNO FROM SCOTT.EMP WHERE (DEPTNO = :DEPT AND :DEPT IS NOT NULL) OR :DEPT IS NULL.
    Thanks in advance for any help,
    Carol

    Don't use EPS any more! It does not support transparency nor color management.
    If you save vector files from Illustrator, use AI with PDF compatiblity.
    If you save image files from Photoshop, use PSD.
    If you save image files combined with vector forms and/or text from Photoshop, use PDP which is a Photoshop PDF.
    For vectors from Illustrator use CMYK files.
    For images use RGB, conversion to CMYK should never done before PDF export, better, if the printer allows it, is to export a PDF with live transparency as it is PDF/X-4
    If the printer requires a PDF with CMYK only export a PDF/X-1a.

Maybe you are looking for

  • Why can I not sign in to icloud on my pc?

    I can not sign into icloud on my pc I have vista sp2 system  I can sign in if I log in as a visitor. The little wheel just keeps spinning

  • How to get the page numbers in the PrintAdvance Data grid without using Vbox/Vgroup header or footer

    hi I want to print the page numbers for the data in Advance Data grid, For printing I am using print advance data grid , but unable to print the page numbers with that. actually i tried with Vbox/Vgroup, but when tha data is more because of this it i

  • Icon previews missing on jpegs saved from Safari

    This did not happen in Tiger and Safari 2. I always saw the icon preview of any jpegs dragged from a safari window to, say, the desktop ... now, in Leopard, I get the generic Photoshop symbol (jpegs are pref'd to open in PS). I can only get the icon

  • Subcontarcting: vendor batch field for By-products

    Hi, In subcontracting scenario, we recieve by-products (defined in PO) via Mvt 545 when MIGO is done. For these by-products , under Batch Tab ( in MIGO) there is vendor batch field which is greyed-out. Any idea on how to make this vendor batch field

  • ALV list with 2 header lines

    Dear gurus, Need help in displaying ALV list report. the below report is an example of AR aging report. The report output is as below: DEC NOV OCT SEP 0-30 31-60 61-90 90+ xx xx xx xx SUBTOTAL The first 2 lines are the list header. While the 'x' is t