OnClick Issue

Hi,
I have a problem with a onClick event in my image.
I created a report with a decode for my column, if the column is 'S' then I insert an icon with the correct simbol, else I insert an icon with the wrong simbol.
For which image I have created an onClick event like this:
onClick="test(#ID#);"
Well, I don't know if the code is right or not, but I want to pass to the javascript function, the column ID reffering the current row.
Any replies is be accept.
Thanks & Regards
Raul Welter

Hi there,
Instead of onclick event you can use <a> tag for that column like this
select '<a href=\"javascript:test('''
                  || ID
                  || ''');\">'
                  || '<img src="#WORKSPACE_IMAGES#image.gif" alt="delete">'
                  || '</a>' abc,
remove the "\" from the code used in start and end of <a> tag.this you have to use in your select statement only.
Thanks
Tauceef
Edited by: Tauceef on Jul 27, 2011 7:19 PM

Similar Messages

  • Any solution to javascript/css menu 'onclick' issue in ios 5.0.1?

    I'm a web designer with an issue that seems widespread - but I can't find an solution anywhere online.
    Our web site menus worked well in older ios versions - one tap on the main image of a drop-down triggered a rollover & the mouseover behavior and opened the menu, another click or two selected the submenu.
    Now, since ios 5, one tap on the main image activates the onclick behavior for that image (actually on the div containing the menu), and launches the url. They work as desired without the onclick. Tried rebooting and clearing caches & data. Happens on ipad/ipod.
    I'm prepared to use a different method to write these (jquery, superfish, p7 Magic Menu 2) but I can save lots of time if there's a fix our code that would work.
    Anyone solve this yet? No luck trying to use focus, hover or dblclick on the main image.
    Here's the sample:
    http://net.acpe.org/menufix/menu-home.htm

    Solved with this fix posted by Mark Goddard.
    http://blog.0100.tv/2010/05/fixing-the-hover-event-on-the-ipadiphoneipod/
    I also think it was an update to Mobile Safari that is causing this, not the ios 5 update.

  • Need help with simple "OnClick" issue

    I have a page that has 4 Spry tabbed panels...within each panel are sets of sliding panels.  All works perfectly.
    However, if I navigate to tab 1, sliding panel 3, then click on tab 2, and then back to tab 1, the sliding panel in tab 1 has remained at sliding panel 3 ... but I always want the sliding panel to start at panel 1 when you click on a tab.
    My solution was to add an OnClick event where tab 1 is defined to return the sliding panel to the first position:
    <li class="TabbedPanelsTab" tabindex="0" onclick="sp1.showPanel(0); return false;">
    But this doesn't work...
    How can I add an onclick event when a tab is clicked?

    Here is the URL of the page...
    http://www.parishpublishing.org/index_test.html

  • Upload Document Refreshes page

    Greetings,
    I have a content editor webpart in an SP2013 page for document upload. See Source Below
    <div abp="692">
    <a href="/sites/TransactionDatabase/_layouts/15/Upload.aspx?List={E539E41C-B816-4E50-B16B-705E840649A3}"><button abp="693"><nobr abp="694"><img alt="Upload a Document" src="/_layouts/15/images/uploaddoc.png?rev=23" abp="695" style="vertical-align: middle;"/>&#160;<span abp="696">Upload a Document</span></nobr> ​​​​</button></a> </div>
    <style type="text/css" abp="697">
    .ms-status-blue{
    display:none !important;
    </style>​​​​​​​
    The issue i am faced with is when I click on this button, it seems to refresh the page instead of bringing up the upload options. When i open in new tab the upload document box displays on a blank page meaning their is an onclick issue
    Any ideas?
    Thanks Darren

    check if you have a runat=server property in the button.
    call the js function on Onclientclick event
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • Issue with onClick and onClientClick

    Hi All,
             My requirement is as follows.
    I have 3 dropdownlist boxes namely Circle, SubCircle and Customer. When i select the Circle, its respective Sub Circles should appear in the second drop down. If i select the sub circle its repective Customer should appear in the third drop down.After selecting the Customer and Submitting, a ModalDialog box should get displayed with a table view containing the selected values i.e. Circle, SubCircle and Customer.
    when im using the event onClientClick , a modal dialog box is opening but with empty values in the table view, as its not triggering the event in the event handler OnInputProcessing.
    when im using the event onClick, a new page is opening with a tableview and with the respective values.
    Pls help me to sort this issue asap.
    Thanks,
    Sirisha.

    Hi Krishna,
               I have defined navigation parameters in the OnInputProcessing and the data is getting displayed in a table view in a new page.
              But according to my requirement the tableview should be displayed in a
    modal dialog box.
        There is some prblm in posting the code. Pls help me as this is pretty urgent,,
    Thanks,
    Sirisha.

  • t:commandLink onclick event issue

    Hi All,
    Thanks to all of you for your previous valuable suggestions. Currently iam working on JSF1.1 where i need to implement a javascript window.confirm(...) when the user clicks on 'Delete' command link. The problem is when i click on 'Ok' button in the confirm window my javascript function returning true and the row gets deleted. And when i click on 'Cancel' button my javascript function returning false but still the row get deleted. Could you please suggest me on this.
    My code is as follows.
    <script type="text/javascript">
              function deleteConfirm() {
                        var response = window.confirm("Are you sure you want to Delete");
                        if(response) {
                             alert(response);
                             return true;
                        } else {
                             alert(response);
                             return false;
    </script>
    And my <t:commandLink> is as follows
    <t:commandLink onclick="javascript:deleteConfirm(this);" actionListener="#{additionalInterestBean.deleteInterest}" action="additional_interest_list">
    <h:outputText value="#{PolicyLabels['AdditionalInterestList.Delete']}" />
    </t:commandLink>
    Any help or suggestions will be highly appreciated.
    Thanks
    Krishna

    Hi Niki,
    Thanks for your suggestion. I tried the way as you suggested but didn't work. I am getting a javascript error on the status bar....done,with errors on page.
    <t:commandLink onclick="return confirm('Are you sure you want to Delete');" actionListener="#{additionalInterestBean.deleteInterest}" >
    <h:outputText value="#{PolicyLabels['AdditionalInterestList.Delete']}" />
    </t:commandLink>

  • Onclick gives issues in IE with comman link and works in alternate clicks

    We need the working of the onclick to be persistent here.
    But it is not.
    <h:column id="column11">
    <f:facet name="header">
    <h:outputText value="" id="readingCol"></h:outputText>
    </f:facet>
    <h:commandLink id="readingLink" onmousedown="return func_2(this, event);" action="#{pc_MeterSelect.doReadingLinkAction}" >
    <h:outputText id="text48"
    value="#{msgs.lnk_reading}"></h:outputText>
    <f:param name="meterID" value="#{varmeterRecords.meterID}" />
    </h:commandLink>
    </h:column>
         function func_2(thisObj, thisEvent) {
    //use 'thisObj' to refer directly to this component instead of keyword 'this'
    //use 'thisEvent' to refer to the event generated instead of keyword 'event'
    thisObj.onclick();
    }

    Can you explain better what is the problem?

  • Escape character onclick xml dataset issue

    hi everyone!
    i have a function that sets off a bunch of spry effects etc, within an <a onclick="function(dsdata::variable);" href=etc.
    the parameters come from an xmldata data set
    however some of the data contains single quotes and it ruins the statement
    ie:
    onclick = "launcher('The apostrophe ruined the statement's syntax');"
    i know i can get it by doing \' but i cant put the \ in the xml file!
    how do we get around this?

    lol i keep answering all my own questions!
    i got round it by putting the variable in the id of the <a> ie.
    <a id="{variable}" onclick = "launcher(this.id, this.href);" href="page.html">

  • Another Javascript issue (CheckBox onClick event)

    Hello All,
    I am using NWDS04s Adobe Designer 7.1.
    I created a IF with a TextField on it and a CheckBox. What i would like to do is, when the checkbox is checked, the TextField should disappear (TextField1.Presence = "hidden").
    I wrote this script in the OnClick event of the Checkbox:
    if (CheckBox1.rawValue == "1") {
                TextField1.presence = "hidden";
    }else {
                 TextField1.presence = "visible";
    When i deploy my WD you could guess, it's not working ;-((
    Is there something i am doing wrong??
    When i place this code in the Initialize event of the CheckBox and change the If statement to CheckBox1.rawValue == "0" it works as expected.
    Hope somebody can help me or try it on there machines. Maybe it's a bug.
    Thx in advance.
    Kind Regards,
    Maarten

    Hello Maarten,
    Please have a look at method <a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/wd/com/sap/tc/webdynpro/clientserver/adobe/pdfdocument/api/IWDPDFDocumentInteractiveFormContext.html#setDynamic(boolean)">setDynamic</a> (interface IWDPDFDocumentInteractiveFormContext).
    Regards,
    Philipp

  • How do i grab datalist ID and add it to button onclick to update that item

    Hi, I have pulled over some data from my sql server 2012 in VB C# DataList view. I would like to add a custom button to each item that will allow me to delete an item from the database and also update a database column onclick. EG: Update the paid (bit)
    column to 1 when the paid button is clicked. Here is what i have so far as i am new at this:
    my aspx page:
    <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
    </asp:Content>
    <asp:Content ID="Content3" ContentPlaceHolderID="MainContent" Runat="Server">
    <asp:DataList ID="dlActiveBills" runat="server" DataSourceID="SqlDataSource1">
    <ItemTemplate>
    Amount:
    <asp:Label ID="AmountLabel" runat="server" Text='<%# Eval("Amount") %>' />
    <br />
    DateReg:
    <asp:Label ID="DateRegLabel" runat="server" Text='<%# Eval("DateReg") %>' />
    <br />
    Deadline:
    <asp:Label ID="DeadlineLabel" runat="server" Text='<%# Eval("Deadline") %>' />
    <br />
    Notes:
    <asp:Label ID="NotesLabel" runat="server" Text='<%# Eval("Notes") %>' />
    <br />
    Name:
    <asp:Label ID="NameLabel" runat="server" Text='<%# Eval("Name") %>' />
    <br />
    <br />
    <asp:Button id="btnPaid" runat="server" Text="Paid" Commandname="update" />
    </ItemTemplate>
    </asp:DataList>
    <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ProjectConnectionString %>" SelectCommand="SELECT
    d.Amount,
    d.DateReg,
    d.Deadline,
    d.Notes,
    r.Name
    FROM
    Details d
    LEFT JOIN
    ReminderTypes r
    ON
    d.ReminderTypesId = r.ReminderTypesId
    WHERE
    d.Paid = 0"></asp:SqlDataSource>
    </asp:Content>
    my aspx.cs page
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Data;
    using System.Data.SqlClient;
    public partial class active_bills : System.Web.UI.Page
    protected void Page_Load(object sender, EventArgs e)
    protected void MainContent_dlActiveBills_btnPaid_0_Click(object sender, EventArgs e)
    string dbConnection ="Data Source=somthing;Initial Catalog=somthing;Integrated Security=true;";
    SqlConnection sqlConnection;
    sqlConnection = new SqlConnection(dbConnection);
    sqlConnection.Open();
    SqlCommand cmd = new SqlCommand();
    cmd.Connection = sqlConnection;
    cmd.CommandText = "UPDATE Details SET Paid = 1 WHERE DetailsId = ?";
    cmd.ExecuteNonQuery();
    sqlConnection.Close();
    This doesn't work but can it be done in this way somehow?

    Hi irishwestman,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help
    System, and Visual Studio Editor.
    Based on your issue, it is related to the ASP.NET, so I suggest you can post this issue directly to the ASP.NET forum:http://forums.asp.net/
    you will get better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Report Navigation issue causing automatic logoff from OBIEE 10.1.3.3.2

    Hi BI Experts,
    Here is my unique problem i guess
    the Environment is OBIEE 10.1.3.3.2 and using OOB Oc4j app server.
    There are 4 Union Reports(Report1, report2, report3, report4) where we enabled Navigation from report1 to report2, report2 to report3, and report3 to report4. since this is Navigation from one Union Report to Another report, the OOB Navigation did not work.
    Navigation piece was achieve using 'GONav' function so that Value selected from Report one is Passed as filter to second report and so on. The Problem is.....when Navigated from report1 to report2 until report3, the Navigation works fine and filters gets passed. when Navigating from Report3 to Report4, the OBIEE Users is automatically logged off and user has to enter the username and password to enter. When username/password is entered at this stage, the Report4 will run and display the results. Please help us immediately as we are live and this is P1 Issue.
    we did not find this issue in DEV/UAT....its working fine after replacing the webcatalog from PRODUCTION back to DEV and UAT.
    we tried trouble shooting this by
    1. restarting all the BI Services including the OC4J
    2. unpacking new webcatalog and
    3. Increasing the JVM Size on Solaris
    Please Help
    Thanks
    Rake

    @[html]"<font class=Nav onclick=\"JavaScript:GoNav(event, '/shared/SCM-BBB/Report_Set1/FCGS_Hybrid_Summary' , 'Dim - Products', 'BusinessUnit', '"@"');\">"@"</font>
    Saw Log
    Error
    Severity: 40
    Time: Mon Nov 22 22:47:32 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:32 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:32 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:32 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:32 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:34 2010
    File: project/webcatalog/path.cpp Line: 318
    Properties: RptPath-/shared/SCM-BBB/Report_Set3/BU_Hybrid_Summary;SID-0d41s0epqnnq9a7gn4g81oc3si;ThreadID-63;HttpCommand-PortalGo;RSP-d:dashboard~p:ae3g2pnbb1kelt3m~r:ce6sfi6quta3gbtb;RemoteIP-10.72.20.104;User-rmuppiri
    Location:
         saw.views.evc
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Invalid item name () -- not allowed to be empty
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:59 2010
    File: project/webthreads/threadpool.cpp Line: 312
    Properties: ThreadID-97
    Location:
         saw.threadPool
         saw.threads
    ThreadPool<HostLookup>: Worker thread job errored out. Unable to resolve the name for 10.72.20.104.
    Error Codes: Y9D5IDNK:
    HOST_NOT_FOUND
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:59 2010
    File: project/webthreads/threadpool.cpp Line: 312
    Properties: ThreadID-96
    Location:
         saw.threadPool
         saw.threads
    ThreadPool<HostLookup>: Worker thread job errored out. Unable to resolve the name for 10.72.20.104.
    Error Codes: Y9D5IDNK:
    HOST_NOT_FOUND
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:59 2010
    File: project/webthreads/threadpool.cpp Line: 312
    Properties: ThreadID-97
    Location:
         saw.threadPool
         saw.threads
    ThreadPool<HostLookup>: Worker thread job errored out. Unable to resolve the name for 10.72.20.104.
    Error Codes: Y9D5IDNK:
    HOST_NOT_FOUND
    Type: Error
    Severity: 40
    Time: Mon Nov 22 22:47:59 2010
    File: project/webthreads/threadpool.cpp Line: 312
    Properties: ThreadID-95
    Location:
         saw.threadPool
         saw.threads
    ThreadPool<HostLookup>: Worker thread job errored out. Unable to resolve the name for 10.72.20.104.
    Error Codes: Y9D5IDNK:
    HOST_NOT_FOUND
    Edited by: kumr on Nov 25, 2010 9:31 PM

  • Spry Menu Bar 2.0 auto-width issues for sub items

    I am testing the spry menu bar 2.0 and it displays perfectly in IE 9.0/8.0 but the auto width is not working for Firefox (testing 3.6.16), Chrome (testing 10.0.648.205), or Safari for windows.  Content is being driven by PHP and MySQL.  This is the first time I have come across something working better in IE than the other browsers.  Great job on the IE patch script.  How do I get the other browsers to cooperate?  I moved the in page CSS generated by the widget browser to it's own CSS (called spry_menubar2_horizontal_sample_layout.css) and am including the files below in the head.  The links below point to an exact copy of the files as the working copy of the files is located elsewhere.
    SpryMenuBasic.css - link
    SpryMenuBasicSkin.css - link
    spry_menubar2_horizontal_sample_layout.css - link
    SpryDOMUtils.js - link
    SpryDOMEffects.js - link
    SpryWidget.js - link
    SpryMenu.js - link
    SpryMenuBarKeyNavigationPlugin.js  - link
    SpryMenuBarIEWorkaroundsPlugin.js - link
    the in page script is loacated directly under the <ul> lists.
    Similar example with php removed:
    <div id="navigation">
        <ul id="MenuBar">
          <li> <a href="http://www.videoonpointe.com/">Home</a> </li>
          <li> <a href="#">Gallery</a>
          <ul>
            <li> <a href="#">View Gallery</a></li>
            <li> <a href="#">Select Gallery</a>
              <ul>
            <li> <a href="#">Main Gallery</a>
              <ul>
                <li> <a href="#">a gallery</a></li>
            </ul>
            </li>
          </ul>
          </li>
            <li> <a href="#">Edit this Gallery</a></li>
            <li> <a href="#">Create Gallery</a> </li>
            <li> <a href="#"  onClick="return confirm('This action cannot be undone. Are you sure?');">Delete this Gallery</a></li>
          </ul>
          </li>
                <li> <a href="#">Photo</a>
              <ul>
                <li> <a href="#">Edit Photo</a> </li>
                <li> <a href="#"  onClick="return confirm('Deletion of this image cannot be undone. Are you sure?');">Delete Photo</a> </li>
                <li> <a href="#">Set as Gallery Thumbnail</a> </li>
                <li> <a href="#">Change Watermark</a> </li>
              </ul>
              </li>
          <li> <a href="#">Pricesheet</a>
            <ul>
              <li> <a href="#">Pricesheet Admin</a> </li>
        </ul>         
          </li>
       </ul>
    <script type="text/javascript">
      var MenuBar = new Spry.Widget.MenuBar2("#MenuBar", {
               widgetID: "MenuBar",
               widgetClass: "MenuBar  MenuBarLeftShrink",
               insertMenuBarBreak: true,
               mainMenuShowDelay: 100,
               mainMenuHideDelay: 200,
               subMenuShowDelay: 200,
               subMenuHideDelay: 200
    </script>
    </div>
    Has anyone encountered this issue before?  Any thoughts on how it can be fixed?  Thank you for your help.

    I am surprised no one has responded yet.  Surely someone has encountered this before.  Any thoughts?

  • Issue with Opening Sharepoint document using editDocumentWithProgID2

    HI,
    We have a scenario where we dynamically generate a excel(xls) document, save it to document library and open it in edit mode.
    To open the document in edit mode, we are using 'editDocumentWithProgID2' javascript function. But we are facing an issue here.
    For some documents it is opening up in edit mode but for some 'open-save' dialogue box is poping up.
    PLease, let us know how can we solve this issue.

    Anusha
    You have mentioned in your post that your are opening document in Edit mode, but i doubt the above code open the doc in Read mode.Can you try the below code once.
    Dim strDocScript As String = "return editDocumentWithProgID2('" + documentPath + "', '', 'SharePoint.OpenDocuments', '1','<Replace here with your siteUrl>', '0');"
    lnkDocumentGen.Attributes.Add("onClick", strDocScript)
    '1' means that the document is being opened in Edit mode and '0' means read mode.

  • Issue with the presence indicator in list/library web part.

    When viewing a user field (Created By, Modified By or a custom People column) through the list web part (either through the default page /Forms/AllItems.aspx or a custom web part page using a list/library) the presence indicator always says presence unknown.
     However if I go to the Site Permissions on the same site, or My Site or a custom page using a modified core search results web part I wrote the presence indicator works fine.  I can't find any errors being reported on the server.  
    Looking at the rendered code the list web part generates:
    <IMG name=imnmark width=12 height=12 title="" class=ms-imnImg id=imn_48683,type=smtp alt="No presence information" src="/_layouts/images/blank.gif" border=0 sip="[email protected]">
    Locations where the presence indicator works the code is:
    <IMG name=imnmark width=12 height=12 title="" class=ms-imnImg id=imn{20140822-1752-098D-8C11-188AD0B8B8B6},type=sip alt=Available src="http://portal.mydomain.com/_layouts/images/imnon.png" border=0 sip="[email protected]" valign="middle">
    It appears that the List web part is not detecting that the users have a sip address and they appear to be rendered using smtp instead.  It's also odd that the list web part is pulling the correct sip address while the one that works is pulling the
    email address, not the sip address stored in the user profile.  I spent considerable time going through the xslt to try and figure how the tag is rendered but I haven't been able to figure it out.
    We are using Cisco Jabber 9.2.3 for IM, I don't know if that should make a difference or not. It's working fine in other parts of SharePoint and in Outlook. Running SharePoint Dec 2011 CU (14.0.6114.5000) with MS Office 2010 SP2 installed on the client. Tested
    in IE 9.0/10/11.
    Any ideas?

    We don't have a Lync server and I don't have the software available.  Are you saying just having Lync installed even though it won't work might help?
    I did some more digging and believe that this is an issue with the XsltListViewWebPart.  If I go to the UserInformationList the web part used to render the list is the ListViewWebPart and the presence indicator works there.  Also our environment
    was migrated from 2007 and there are a number of pages that are using the old ListViewWebPart and the presence indicator works fine in this part.  If edit the page and add the same list library to it, it's added as a XsltListViewWebPart and the presence
    indicator does not work.
    The presence control is not rendered by the xsl files used by the webpart.  I modified the xsl to display the raw xml and the html code for the presence is part of the xml.  I'm guessing this can't be changed and is part of how SharePoint is rendering
    the data for the XsltListViewWebPart.  You can see the Editor and CheckoutUser lines have the html code embedded in the data.
    <Row
    ID="60"
    PermMask="0x7fffffffffffffff"
    HTML_x0020_File_x0020_Type=""
    File_x0020_Type="xlsx"
    HTML_x0020_File_x0020_Type.File_x0020_Type.mapall="icxlsx.png|Microsoft Excel|SharePoint.OpenDocuments"
    HTML_x0020_File_x0020_Type.File_x0020_Type.mapcon="SharePoint.OpenDocuments"
    HTML_x0020_File_x0020_Type.File_x0020_Type.mapico="icxlsx.png"
    serverurl.progid="1http://myparkersdev.domain.com/sites/BPIT/_layouts/xlviewer.aspx?id=/sites/BPIT/Shared%20Documents/Database%20Sizes.xlsx"
    ile_x0020_Type.progid="SharePoint.OpenDocuments.3"
    File_x0020_Type.url="FALSE"
    FSObjType="0"
    FileRef="/sites/BPIT/Shared Documents/Database Sizes.xlsx"
    FileRef.urlencode="%2Fsites%2FBPIT%2FShared%20Documents%2FDatabase%20Sizes%2Exlsx"
    FileRef.urlencodeasurl="/sites/BPIT/Shared%20Documents/Database%20Sizes.xlsx"
    FileLeafRef="Database Sizes.xlsx"
    FileLeafRef.Name="Database Sizes"
    FileLeafRef.Suffix="xlsx"
    CheckoutUser="&lt;span class=&quot;ms-imnSpan&quot;&gt;&lt;a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'&gt;&lt;img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12' src='/_layouts/images/blank.gif' alt='No presence information' sip='[email protected]' id='imn_77,type=smtp'/&gt;&lt;/a&gt;&lt;a onclick=&quot;GoToLink(this);return false;&quot; href=&quot;/sites/BPIT/_layouts/userdisp.aspx?ID=526&quot;&gt;Ian Howe&lt;/a&gt;&lt;/span&gt;"
    CheckoutUser.id="526"
    CheckoutUser.title="Ian Howe"
    CheckoutUser.span="&lt;nobr&gt;&lt;span&gt;&lt;a onclick=&quot;GoToLink(this);return false;&quot; href=&quot;/sites/BPIT/_layouts/userdisp.aspx?ID=526&quot;&gt;Ian Howe&lt;/a&gt;&lt;img border=&quot;0&quot; height=&quot;1&quot; width=&quot;3&quot; src=&quot;/_layouts/images/blank.gif&quot;/&gt;&lt;a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'&gt;&lt;img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12' src='/_layouts/images/blank.gif' alt='No presence information' sip='[email protected]' id='imn_78,type=smtp'/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/nobr&gt;"
    CheckedOutUserId="526"
    IsCheckedoutToLocal="0"
    Created_x0020_Date="0;#2014-08-22 09:47:01"
    Created_x0020_Date.ifnew=""
    ContentTypeId="0x0101000AE0EC76CD0DB743B42D2FE022EAA6DC"
    Modified="8/22/2014 10:51 AM"
    Editor="&lt;span class=&quot;ms-imnSpan&quot;&gt;&lt;a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'&gt;&lt;img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12' src='/_layouts/images/blank.gif' alt='No presence information' sip='[email protected]' id='imn_79,type=smtp'/&gt;&lt;/a&gt;&lt;a onclick=&quot;GoToLink(this);return false;&quot; href=&quot;/sites/BPIT/_layouts/userdisp.aspx?ID=526&quot;&gt;Ian Howe&lt;/a&gt;&lt;/span&gt;"
    Editor.id="526"
    Editor.title="Ian Howe"
    Editor.span="&lt;nobr&gt;&lt;span&gt;&lt;a onclick=&quot;GoToLink(this);return false;&quot; href=&quot;/sites/BPIT/_layouts/userdisp.aspx?ID=526&quot;&gt;Ian Howe&lt;/a&gt;&lt;img border=&quot;0&quot; height=&quot;1&quot; width=&quot;3&quot; src=&quot;/_layouts/images/blank.gif&quot;/&gt;&lt;a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'&gt;&lt;img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12' src='/_layouts/images/blank.gif' alt='No presence information' sip='[email protected]' id='imn_80,type=smtp'/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/nobr&gt;"
    ecb.dispex="return DispEx(this,event,'TRUE','FALSE','FALSE','SharePoint.OpenDocuments.3','0','SharePoint.OpenDocuments','','1http://myparkersdev.domain.com/sites/BPIT/_layouts/xlviewer.aspx?id=/sites/BPIT/Shared%20Documents/Database%20Sizes.xlsx','526','526','1','0','0x7fffffffffffffff','','')" />
    I just find it strange that the old ListViewWebPart works.  Our SP environment has not been patched to the latest version, I'll try that next and see if it makes a difference.

  • ShowHide onclick not working in Firefox nor Safari

    I have a real estate site that's been up for a while.  The floor plans showHide is now not working in Firefox nor Safari (still works in IE).  I would swear that it previously was working (6 months ago?).
    I'm sure I have a coding error someplace -- or have upgrades in the browsers disallowed the showHide script?  I'd rather not have to completely rewrite the page if I don't have to, so a quick fix would be preferable to having to rewrite the entire page.
    The page is a simple 3-layer:  the default visible layer is a plain site plan.  Imagemap showHide on mouseover create a mouse-over effect on each of the units; that mouseover aspect works properly in all browsers (it's showing and hiding any of 4 images depending on where the mouse is on the page).  What is not working is the onClick hot spot on each of the highlight images; the blank a=href"" comes up rather than the onClick... desitination.  Make sense?
    I tried both using the onClick within an <a> tag and on the image iteself (no <a> tag).  Neither works (except, again, in IE).
    I'm still on CS3; perhaps that's the issue?  I've been surfing to see if my script is outdated but unable to find anything useful, so thought I'd try this forum.  In my header, this is the FUNCTION that Dreamweaver put in.  Is v9.0 current?
    function MM_showHideLayers() { //v9.0
      var i,p,v,obj,args=MM_showHideLayers.arguments;
      for (i=0; i<(args.length-2); i+=3)
      with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
        if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
        obj.visibility=v; }
    The live page is at http://sweetzerterrace.com/fp/index.html
    CSS page is at http://sweetzerterrace.com/sweetzer.css
    Here is the full body code; I have bolded the relevant sections.  Pretty straightforward stuff, so I'm confused as to why it ceased to work.
    Help much appreciated!
    <body class="sweetzer" onload="MM_preloadImages('../i_sweetzer/nav_gallery_on.png','../i_sweetzer/nav_features_o n.png','../i_sweetzer/nav_fp_on.png','../i_sweetzer/nav_location_on.png','../i_sweetzer/na v_brochures_on.png','../i_sweetzer/nav_agent_on.png')">
    <div id="container">
    <div id="absolute">
      <div id="address"><img src="../i_sweetzer/address.png" alt="125 S. Sweetzer, Los Angeles/90049" width="950" height="114" /></div>
      <div id="navigation"><a href="../galleries/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavGallery','','../i_sweetzer/nav_gallery_on.png',1)"><img src="../i_sweetzer/nav_gallery.png" alt="photo galleries" name="ImgNavGallery" width="275" height="31" border="0" id="ImgNavGallery" /></a><a href="../features/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavFeat','','../i_sweetzer/nav_features_on.png',1)"><img src="../i_sweetzer/nav_features.png" alt="features" name="ImgNavFeat" width="105" height="31" border="0" id="ImgNavFeat" /></a><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavFPs','','../i_sweetzer/nav_fp_on.png',1)"><img src="../i_sweetzer/nav_fp.png" alt="floor plans" name="ImgNavFPs" width="129" height="31" border="0" id="ImgNavFPs" /></a><a href="../location/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavLocation','','../i_sweetzer/nav_location_on.png',1)"><im g src="../i_sweetzer/nav_location.png" alt="the location" name="ImgNavLocation" width="141" height="31" border="0" id="ImgNavLocation" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavBroch','','../i_sweetzer/nav_brochures_on.png',1)"><img src="../i_sweetzer/nav_brochures.png" alt="brochures" name="ImgNavBroch" width="126" height="31" border="0" id="ImgNavBroch" /></a><a href="../agent/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ImgNavAgent','','../i_sweetzer/nav_agent_on.png',1)"><img src="../i_sweetzer/nav_agent.png" alt="the agent" name="ImgNavAgent" width="174" height="31" border="0" id="ImgNavAgent" /></a>
      <!--end div NAVIGATION --></div>
    <div id="sweetzer"><img src="../i_sweetzer/sweetzer.png" alt="Sweetzer Terrace Condominiums" width="50" height="504" /></div>
    <div id="swtMovie">
        <div id="sitePlan"><img src="fpi/sitep.png" alt="site plan" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','show','hover02','','hid e','hover01','','hide')" />
      <area shape="rect" coords="379,99,797,226" href="#" alt="hover02's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','sho w','hover01','','hide')" />
      <area shape="rect" coords="352,253,814,380" href="#" alt="hover01's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','hid e','hover01','','show')" />
    </map></div>
      <div id="hover03"><a href="#" onClick="MM_showHideLayers('hover03','','hide','fp03','','show')"><img src="fpi/site_03hover.png" alt="units 03 - click to view floor plan" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','show','hover02','','hid e','hover01','','hide')" />
      <area shape="rect" coords="379,99,797,226" href="#" alt="hover02's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','sho w','hover01','','hide')" />
      <area shape="rect" coords="352,253,814,380" href="#" alt="hover01's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','hid e','hover01','','show')" />
    </map></a></div>
      <div id="fp03"><img src="fpi/fp03.png" alt="floor plan 03" width="900" height="504" border="0" onclick="MM_showHideLayers('fp03','','hide','sitePlan','','show')" /></div>
      <div id="hover02"><a href="#" onclick="MM_showHideLayers('hover02','','hide','fp02','','show')"><img src="fpi/site_02hover.png" alt="click to show floor plan 02" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','show','hover02','','hid e','hover01','','hide')" />
      <area shape="rect" coords="379,99,797,226" href="#" alt="hover02's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','sho w','hover01','','hide')" />
      <area shape="rect" coords="352,253,814,380" href="#" alt="hover01's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','hid e','hover01','','show')" />
    </map></a></div>
      <div id="fp02"><img src="fpi/fp02.png" alt="floor plan 02" width="900" height="504" border="0" onclick="MM_showHideLayers('fp02','','hide','sitePlan','','show')" /></a></div>
      <div id="hover01"><a href="#" onclick="MM_showHideLayers('hover01','','hide','fp01','','show')"><img src="fpi/site_01hover.png" alt="click to show floor plan 01" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','show','hover02','','hid e','hover01','','hide')" />
      <area shape="rect" coords="379,99,797,226" href="#" alt="hover02's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','sho w','hover01','','hide')" />
      <area shape="rect" coords="352,253,814,380" href="#" alt="hover01's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','hide','hover02','','hid e','hover01','','show')" />
    </map></a></div>
      <div id="fp01"><img src="fpi/fp01.png" alt="floor plan 01" width="900" height="504" border="0" onclick="MM_showHideLayers('fp01','','hide','sitePlan','','show')"  /></div>
      <!--end swtMovie (floor plans) --></div>
    <div id="footer">
    <p><a href="../agent">Represented by Mina Barin<br />
    <span class="small">DRE-CA # 01065894</span><br />
    310.246.0212</a><br /><br />
    <span class="small"><a href="../disclaimers">DISCLAIMERS</a><br />
    © COPYRIGHTED MATERIALS; ALL RIGHTS RESERVED<br />
    <a href="http://pixel-relish.com/" target="_blank">SITE BY PIXEL-RELISH.COM</a></span></p>
    <!--end FOOTER --></div>
    <!--end ABSOLUTE --></div> 
    <!--end CONTAINER --></div>
    </body>

    This is a very unusual attempt.  You have both an anchor tag wrapping the image, AND hotspots on the image.  I'm not surprised you are finding a conflict between those two.
    <div id="hover03"><a href="#" onClick="MM_showHideLayers('hover03','','hide','fp03','','show')"><img src="fpi/site_03hover.png" alt="units 03 - click to view floor plan" width="900" height="504" border="0" usemap="#SitePlanRolls" />
    <map name="SitePlanRolls" id="SitePlanRolls">
      <area shape="rect" coords="100,95,349,387" href="#" alt="hover03's" onmouseover="MM_showHideLayers('sitePlan','','hide','hover03','','sho w','hover02','','hide','hover01','','hide')" />
    What is it you are hoping this will do?

Maybe you are looking for

  • ITunes Problem Ver 6.0.1.3

    Hi I have a Laptop running Windows XP. I installed iTunes on it about 10 days ago and it has been working fine. But from yesterday whenever I click on iTunes or try to open it a pop up appears saying: "iTunes has encountered a problem and needs to cl

  • Problem in displaying webdings font in JLabel

    I want to use webdings font to display any arbitary string in JLabel. But it is only showing sqaures, any ideas whats the problem ? I had the font installed and i had checked it. Font display is also working nice in other applications like IE etc. An

  • Automatic assingment of Cprojects to SAP PS project

    Hi all, I am using Cprojects 4.0 and is installed as add on on ECC6.0. I have created a projects in Cproject and wnat to replicate it into SAP PS. I have done all necessary customizations required for account integration and in project type and in co

  • Configure Access point 1140

    Dear All,          I am not expert in wireless and cisco.  I need to configure accesspoint 1140 in my network.  I have 10 vlans in my network (Switch 2960) how i can configure accesspoint to used two ssid, one for lan and one for guest this two ssid

  • CS6 Actions / Automate batch question

    I do not understand the following, I open a pdf using Photoshop. I get the Imprt PDF box. I select 150 images, set the size and rez and hit OK. This opens each page in its own window. Then I go to the actions panel and record a resize so I can save t