Multicolored legend should be displayed in application with text

hi every one.
I have a requirement to create legend which contains colors , more than 7. i want to display all these colors in my web application. but i am not getting how. I tried with format text but its not useful. even i tried with valuecomparison which is not a gud way and its not even helpful as it has only 6 colors.
i want to display output like
text                                     Its color
eg.
Expenses approved           Green
like wise.
please help me out guys...

Hi,
You can use the 'Legend' UI element in your Web-Dynpro view to achieve this. In your view add the UI element Legend. You can right click on the element and check its documentation for more details. I hope that helps.
Best Regards,
Viqar.

Similar Messages

  • Displaying Variables values with Text also in the selection screen of repor

    hai
    I have one InfoObject ZPLANT .When i try to excute the report then im getting only the Values of ZPLANT(not Text of those values) .Like below
    ZPLANT :-
    101 -
    (im getting like this)
    101 London Plant ( i want like this ,when i try to excute the report).
    Please tell me how to do .
    rizwan

    Yes kamaljeet ,
    When we press F4 , then we will gwt some values .
    I want those values with description also ..
    Pls tell me how can i get those F4 values with text in the selection screen of report .
    i ll assing the points
    rizwan

  • Date format in Bex Output should be changed while using with Text Variable

    I am using a Bex Query where have defined a Text Variable with replacement path. So whatever Date user enters in the selection screen variable (Input Variable) the same date appears in the report description.
    For Ex: If user enters 30.04.2012 in Char Variable/Input Variable before executing the report, so once he executes the report the same date appears on report description like "ABC Analysis as on 20120430". Is also changes the report description whenever user changes the date in selection screen variable.
    My requirement is......Date format should be come as 30.04.2012 (DD.MM.YYYY) instead of 20120430 (YYYYMMDD) in report description.
    Guys could you please help me out to achieve the desired output.
    Rgds,
    Ritu

    Please check if you have selected Replace with Key in that text variable.
    Instead of that select External characteristic value key.
    This should help you in giving the desired output.
    Regards,
    AL

  • 3rd page should also display that material no.

    Hi friends,
    Can anybody explain styep by step with screen shot my  requirments.
    I have 3 bsp pages.
    1st page  have input field for Only Material No (i_matnr).
    2nd page should display that material no text like       '2nd Page Material No -'xxxxxx''.
    3rd page should also display that material no text like '2rd Page Material No -'xxxxxx''.
    Thanks in advance.
    Moosa

    Please dont post duplicate threads.
    Regards,
    Anubhav

  • While updating my ipad to new software through itunes it got stuck and does not work anymore - it just displays the screen with symbols of itunes and the cable to connect to it - help - what should i do?

    while updating my ipad to new software through itunes it got stuck and does not work anymore - it just displays the screen with symbols of itunes and the cable to connect to it - help - what should i do?

    Disconnect the iPad, do a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. The screen will go blank and then power ON again in the normal way.] It is 'appsolutely' safe!, reconnect and follow the prompts.
    If that does not work then see here http://support.apple.com/kb/HT1808

  • Need assistance creating applications with superseedence to uninstall Office 2010, Lync 2010 and then install Office 365 click to run 2013

    We are getting ready in a few months to uninstall our locally installed Office 2010 and head to the cloud with Office 365 2013. I have created applications to uninstall Office 2010 and Lync 2010 and then added them to the supersedence tab for Office 365
    office 2013 click to run with appv5.
    When deploying the office 365 2013 application it does not uninstall office 2010 or lync 2010 with the supersedence.  I am able to manually uninstall Office 2010 and Lync 2010 with the command lines I am using in the applications.
    The application uninstall for Office 2010 is:
    The application uninstall is an exe so I created an application, created a deployment type with the location of our Office 2010 admin point, installation program and uninstall program are set with the same line as I have tried to deploy it separately and
    also as a supersedence in the Office 365 application setup.exe /uninstall ProPlus /config "\\sccmserver\share\Office2010\ProPlus.ww\silentuninstallconfig.xml.  The silentuninstallconfig.xml was created from the original config.xml file and edited
    to these settings:<Configuration Product="ProPlus">
     <Display Level="none" CompletionNotice="NO" SuppressModal="yes" AcceptEula="yes" />
     <Setting Id="Reboot" Value="Never" />
     <Setting Id="SETUP_REBOOT" Value="NEVER" />
     <OptionState Id="ProductFiles" State="Local" Children="force" />
     </Configuration>
    The detection method is the folder path to see that office 14 exists.  When I deploy this the machines finish with success showing this exists, but does not uninstall Office 2010.
    running the command line manually mapped to this location on a machine uninstalls office 2010 without issue. 
    Lync 2010 uninstall:
    Lync is an exe so I am using the LyncSetup.exe /silent /uninstall.  The application is in the supersedence tab for Office 365 2013. This never installs.  If I create a softare distribution and deploy it on its own it uninstalls without issue. 
    We are going to use Lync 2013 with our office 365 2013 installation so we need to uninstall this.  The detection method for lync is file system folder and the Microsoft lync folder for detection.
    MS Office 15 (Office 365) was created with the click to run tool.  I can install this with the application I created using the appv5 package created with the click to run tool.  The issue is we need Office 2010 and Lync 2010 uninstalled first. 
    Having both versions of Office installed in test has caused issues where Office 15 365 will not list in add and remove programs and cannot be uninstalled even with the fix it article to remove office 2013. 
    I have looked at many articles and so far it is not working for us.  Any help appreciated to get us to the cloud.
    Thanks,
    Brit

    The applications I have for uninstall of office 2010 and Lync 2010 for some reason do not uninstall. Manually testing the command lines they do.  The detection method seems to be hanging things up.  On the lync uninstall detection method I have
    the setting type of file system, type folder, path c:\program files\ folder name Microsoft Lync.
    I highly recommend using something other than a file/folder "exists" detection method. Installers are constantly leaving things behind due to environmental inconsistencies. It may leave files/folders behind with a schedule to delete files on next reboot.
    These things are unpredictable and very hard to use. I just use the "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" Registry location. There you can actually key off the "Product Version" DWORD as well which gives you an even more accurate method
    to determine if the application you are trying to deploy (or expect to exist) is truly there. This, of course, being if you are not using an MSI. If you have MSI technology ALWAYS use the product code unless the person writing the MSI chooses to use the same
    product code for every version release of their product. In which case, Use the registry method.
    As far as getting the supersedence and everything working. You need to start from the basics. Create Applications for all of the apps you want to remove. Make sure they install and uninstall properly (seems like overkill but it isn't that hard). Once you
    have working install/uninstall applications then you can easily apply supersedence to your new applications with a setting of Uninstall on the superseded apps you should have no problem getting rid of them. I have done this for numerous things.
    For example, I did this with Cisco Jabber to replace older versions of jabber, older versions of cisco unified personal communicator and lync and OSC. All of these replaced versions had to have an Application but once it was in it took two seconds to apply
    all the supersedence rules and now I know when I push that software out no matter version is running on any machine it will pull all the old apps off and put the new one on.
    Dustin Estes - MCP | www.dustinestes.com

  • Integrating WebDynpro ABAP applications with UWL for workflow in Portal

    Dear
    We want to integrate an abap webdynpro application as task in the workflow with UWL.
    More information was found in /people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist
    But no answer on the following issue:
    We use the transaction SWFVISU to prepare standard setting for our  task. This defines how a task is executed, once you select the task subject line on the worklist.
    Task                           TS91700001
    Visualization Type             ABAP Web Dynpro
    APPLICATION     z_wd_pas
    DYNPARAM     IV_WIID=${item.externalId}&period=${item.PERIOD}
    NAMESPACE     SAP
    SYSTEM_ALIAS     SAP_BSP_EREC
    But we want to start the abap webdynpro application with a dynamic parameter: period 07.2010 or 08.2010 or MM.YYYY. This parameter is a container element of the task, filled when the task is created. Also other parameters are available in the abap webdynpro application.
    Component       Z_WD_PAS
    Interface View  PAS
    Plug Name       DEFAULT
    Help Menu Text
    Help Link
                                                                                    Package         Z_PAS
    Language        EN
    URL             http://saperpd1.imec.be:8000/sap/bc/webdynpro/sap/z_wd_pas                                                                               
    with parameters
    IV_WIID     000000000000     SWW_WIID
    ORG_UNIT     00000000     ORGEH
    PERIOD                              SPMON
    PERNR     00000000     PERSNO                            
    Can we set the dynamic parameter list DYNPARAM from the task
    or should  we read the container in our abap webdynpro application described in http://wiki.sdn.sap.com/wiki/display/WDABAP/IntegratingWebDynproABAPapplicationswithUWLforworkflowin+Portal?
    More information: The task is a webservice
    Standard task        91700001   Z_PAS_CC
    Object Category      BOR Object Type
    Object Type          WEBSERVICE   WebFlow Service
    Method               PROCESSDIALOG                      Dialog Service
    with the following standard program code for this method:
    begin_method processdialog changing container.
    DATA: l_wi_objkey TYPE swotobjid-objkey.
    DATA: l_wiid TYPE swwwihead-wi_id.
                                                                                    CALL FUNCTION 'SWE_WI_GET_FROM_REQUESTER'
      IMPORTING
        requester_workitemid = l_wi_objkey.
    l_wiid = l_wi_objkey.
                                                                                    CALL FUNCTION 'SWF_WSC_START_LH_DIALOG'
      EXPORTING
        i_wiid                 = l_wiid
      EXCEPTIONS
        url_creation_failed    = 1
        browser_launch_failure = 2
        OTHERS                 = 3.
    IF sy-subrc <> 0.
      CASE sy-subrc.
        WHEN 1.
          exit_return '1000' space space space space.
        WHEN 2.
          exit_return '1001' space space space space.
        WHEN OTHERS.
          exit_return '1002' space space space space.
      ENDCASE.
    ENDIF.
    end_method.                                           
    Before calling the function SWF_WSC_START_LH_DIALOG the parameters for the abap webdynpro should be defined. Is this possible ?
    Thanks for your suggestions.
    Best regards
    Luc Marent

    I added below sources .
    >    <ItemType name="uwl.request.webflow.WS91000001" connector="WebFlowConnector" defaultView="WorkItemRequestsView" defaultAction="launchWebDynPro" executionMode="default">
    >      <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />
    >      <Actions>
    >        <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    >          <Properties>
    >            <Property name="WebDynproApplication" value="ZWD_WF_002" />
    >            <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no" />
    >            <Property name="DynamicParameter" value="wi_id=${item.externalId}" />
    >            <Property name="openInNewWindow" value="yes" />
    >            <Property name="System" value="WDSETXXX" />
    >            <Property name="WebDynproNamespace" value="sap" />
    >            <Property name="display_order_priority" value="5" />
    >          </Properties>
    >          <Descriptions default="" />
    >        </Action>
    >      </Actions>
    >    </ItemType>
    >    <ItemType name="uwl.request.webflow.decision.WS91000001.UWLSETXXX" connector="WebFlowConnector" defaultView="WorkItemRequestsView " defaultAction="viewDetail" executionMode="default">
    >      <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />
    >    </ItemType>

  • Integrate Workday and ServiceNow applications with SharePoint 2013 online

    Hello, we have to integrate Workday and ServiceNow applications with SharePoint 2013 online and need to display data from these applications
    to SharePoint 2013 intranet site. 
    Any information about the integration of Workday and ServiceNow applications with SharePoint 2013 would be greatly appreciated. Thanks!
    Regards,
    Shailendra 

    Hi Shailendra,
    I searched a lot, there seems very few information from internet and internal about this topic, I'm not familiar with Workday and ServiceNow applicaitons, I would recommend you may post in the following community sites(which should be offcial
    sites) for a better assistance regarding the integration questions between Workday and ServiceNow and SharePoint Online(O365).
    https://community.servicenow.com/thread/174050
    https://community.workday.com/
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • JSF desing: Application with similar pages

    I have a design question regarding JSF. Sometimes, a web application consists of a set of pages that look basically the same but perform different operations in the background. As an example, consider Google that offers several search types (normal search, images, news, scholar, etc.). The interface is always very similar, but the search engine invoked in the background differs.
    Obviously it's a bad idea to have an own search and results page for each search type, as many things remain identical, which results in intensive code replication. If one page is changed, all pages have to be changed. That's definitely not desired.
    So what is the right way to overcome this problem using JSF? Of course I could write just one page and heavily use the "rendered" attributed in JSF tags (to account for the differences in the pages). I would then probably have some member "current search engine" in the backing bean and bind the action of the search button to the current search engine's search method. Whenever the search type is changed, the current search engine would point to another search engine object in the bean.
    Further, the JSF navigation would probably become dependent on the state of a session bean. If I want to link to a help page, for example, a different page should be displayed for the, say, image search and the news search. The "help" button would probably just be bound to a help() method, which, depending on the current search engine, would return "help image search", "help news search", etc. Denpendent on the outcome, JSF could then navigate to the correct page.
    I guess this approach would basically work. However, I see some relevant drawbacks.
    1) Assume the user is in the "news search" mode. He then clicks on "image search" and then hits the back button. Now he hits the "help" button. Without further measures that allow to detect that the back button was hit, I guess, JSF would now navigate to the page "help image search" (even though the user (who sees the news search page), would expect to be taken to the "help news search" page). I expect this behaviour, since JSF (or better the backing bean) does not know that we are on the "news search" page again (as it is only a cached copy from the browser). If there were multiple pages with different URLs for each page, JSF could detect that fact but checking the viewId (is that correct?).
    2) I guess the JSF pages become rather difficult to read (and thus to edit) due to the extensive use of rendered and unrendered parts.
    I guess the first problem could be solved with some hidden inputs on the pages (that inform the backing bean about the page we are currently viewing). But this rather looks like a hack to me...
    Therefore my question. Is there some nice way to write a JSF application with these characteristics? And if yes, how should it be done? Maybe there is something like inheritance and the ability to override certain parts (as in object oriented programming). Then I could keep different pages (with own URLs), but don't have to replicate the code.
    And ideas, hints and links to documents and discussions about that topic are highly appreciated.
    Thanks,
    Michael

    According the contents, I can't use JSF alone to deal
    big projects, have to associate with a framework. IF
    it is the case, I don't think it's an easy choice for
    new user, though it has great flexibility for the
    others.additional application framework helps you to separate functional and behavioural aspects of your system. it helps by providing standarised way of dealing with the separation. if you clearly design your own rules - you don't have to use additional 'big' framework. however, it might be usefull to use some smaller specialised ones, eg. for tiles or validation, if it's an issue in your particular case.
    that's my opinion.
    Any sugestion if there is a common appoarch that JSF
    doesn't have to associate with a framework (maybe in
    the near future)?now i'm working on portal application. it's build of rather small portlets, each one implemented using jsf. we doesn't use any additional frameworks. it wouldn't make much sense, as the portlet-based architecture enforces clear and distinct separation of functional modules.
    wojtek

  • Registering an application with Shared Services

    I just used HfmCopyApplication.exe to migrate an application from out production environment to a newly installed test environment. However, when I open in the HFM System 9 thick client in the test environment and try to "Open Application", I can see the new application listed (so I know the migration was successful), but I get a message saying "+This application is not registered with Hyperion Shared Services. Please contact your administrator.+"
    Can anyone provide some insight? I don't know how to register an application that was migrated from another environment, and I'm hesitant to create a new application with the same name because I don't want to accidentally wipe the one out that was just migrated over. I've looked through the documentation for the HfmCopyApplication, but it only says that I need to register the migrated app with Shared Services... It doesn't tell me how.
    Thanks.

    that usually means that Workspace has not been configured to know that HFM is in the environment as well, or that for some reason you don't have access to that option.
    On the machine where Workspace web component has been installed you will need to run the System 9 configuration utility and choose the task "Reporting and Analysis" and "Configure Web Server". When you get to the screen which asks you to specify the hostname and port of the individual web servers (Financial Reporting, Web Analysis etc) make sure that HFM is ticked on (checked) and that the hostname and port for the HFM web server are correct (should be port 80). Complete the steps with Next Next Next and Finish, then restart both the Apache http server and the Workspace web server (Tomcat/Weblogic/Websphere etc). After that, the next time you log in to Workspace and go to Navigate->Administer you should see the options relating to HFM.
    If it is still not there, go to Help->About->Version Details and check that a version for Financial Management component is displayed. If a version number is displayed then it something to do with your access rights (maybe a Creator / Administrator group has been set in the HFM Server / Web Config utility, try to remove it and try again?). If no version number is displayed then Workspace still doesn't know about HFM component (the above step hasn't worked).
    If you are not sure speak to the person who did the installation, or if you have a support contract with Oracle then contact Oracle support.

  • Why is my computer displaying A's  with boxes around them instead of words?

    Why is my computer displaying A's with boxes around them instead of words? Is this the malware virus of today? I can get on the internet but just can't read anything. Please help!

    Back up all data.
    Launch the Font Book application and validate all fonts. You must select the fonts in order to validate them. See the built-in help and the support article linked below for instructions. If Font Book finds any issues, resolve them, then boot in safe mode* (by holding down the shift key at the startup chime) to rebuild the font caches. Boot again as usual and test.
    Mac 101: Font Book
    *Note: If FileVault is enabled under Mac OS X 10.7 or later, or if a firmware password is set, you can’t boot in safe mode. In that case, after running Font Book, launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    Drag or copy — do not type — the following line into the Terminal window, then press return:
    sudo atsutil databases -remove
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. After running the command, reboot as usual.

  • GPS application with static jpg map

    Hi all,
    I am writing an gps application with a static map image (jpg) of a smal area. I would like to use this image to display users position within the area when he is in this area and let users zoom in-out.  I also need to specify specific positions within the area of coverage. How can I specify it.
     Is there a standard way (preferably with example) of specifying the coordinates that the image covers and positions and how to handle it?
    is there a better or other standard way of displaying map in the application?
    will appreciate.
    regards,
    rnv

    The only thing you really need is a translation function to convert geographical coordinates and pixel coordinated. Assuming your map is covering a smll area you should be able to treat the earth as though it's flat to keep the equations simple.  I will also assume the edges of your map are parallete to the lines of latitude and longitude. You will need to find the latitudes and longitudes that the 4 corners of the map respresent.
    Let's assume you've got your image and you've found the four coordinates to which your cordners map. I'll name these coordinates A, B, D, and D.
    A          B
      +------+
      |      |
      |      |
      +------+
    C         D
    Under this system for small maps you can use linear interpolation to map real coordinates to pixel coordinates on your map.  Let's say the coordinates of the 4 points are as follows (I don't know what actually falls in these coordinates in real life, they have been chosen arbitrarily).
    A = (30N, 110W)
    B = (30N, 120W)
    C = (20N, 110W)
    D = (20N, 120W)
    Let's also say your image is 1000 pixels wide by 500 pixels high. If your user's real coordinates were (24N, 117W) then the pixel coordinates on the map could be found as follows.
    X = ((1000)/(110-120)) * (110-117) = 700
    Y = ((500) / (20N-30N)) * (20N-24N) = 200
    So the point on the above map that is representational of the user's position would be (700, 200).  Since you would allow the user to zoom (and presumably pan) you would also have adjust these pixel coordinates so that they go through the same transformation that the map does.

  • Re: Display Parent Accounts with Child Accounts

    I am creating an Accounts Application and whenever the User query for particular Account Transactions, that Account's Parent Accounts must also return.
    Here is the DML.
    CREATE TABLE MYACC
    (ACC_NO NUMBER(3), PARENTID NUMBER(3),
    ACC_NAME VARCHAR2(20));
    INSERT INTO MYACC VALUES(111,NULL,'ASSETS');
    INSERT INTO MYACC VALUES(112,111,'CURRENT ASSETS');
    INSERT INTO MYACC VALUES(113,112,'RECEIVABLES');
    INSERT INTO MYACC VALUES(114,111,'FIXED ASSETS');
    INSERT INTO MYACC VALUES(115,113,'MACHINERY');
    CREATE TABLE MYTRANS
    (TRANS_DATE DATE, ACC_NO NUMBER(3),
    BRANCH NUMBER(1),TRANS_AMT NUMBER(10));
    INSERT INTO MYTRANS VALUES('01-JUL-2006',113,1,10000);
    INSERT INTO MYTRANS VALUES('01-AUG-2006',113,1,11000);
    INSERT INTO MYTRANS VALUES('01-SEP-2006',113,2,12000);
    INSERT INTO MYTRANS VALUES('01-OCT-2006',113,3,13000);
    INSERT INTO MYTRANS VALUES('01-NOV-2006',115,3,12100);
    INSERT INTO MYTRANS VALUES('01-DEC-2006',115,3,13200);
    INSERT INTO MYTRANS VALUES('01-JAN-2007',115,3,15400);
    INSERT INTO MYTRANS VALUES('01-FEB-2007',115,3,13000);
    If I query for Branch No. 3,
    and Trans_Date between 1st July 2006 to 31st Dec 2006
    following should be displayed.
    Branch     Account          Trans_Date     Trans_Amt
    3     Assets     
    3     Current Assets     
    3     Receivables     01-OCT-2006     13100     
    3     Fixed Assets
    3     Machinery     01-NOV-2006     12100     
    3     Machinery     01-DEC-2006     13200
    If I query for Branch No. 3 and Account No. 115
    following should be displayed.
    Branch     Account          Trans_Date Trans_Amt
    3     Assets     
    3     Fixed Assets
    3     Machinery     01-NOV-2006     12100     
    3     Machinery     01-DEC-2006     13200
    Any idea please ?
    Best Regards,
    Luqman

    Dinamic select for find the children:
              select *
              from myacc
              start with acc_no = &Code
              connect by prior myacc.acc_no = myacc.parentid

  • Should I create Custom Application?

    Hi All
    I am working on a requirement for which I am going to create a custom OA Menu which would have functions across multiple applications like: OSS, OCO..etc. So the new Menu would be a combo and hybrid menu. Now in this scenario should I create a new application and create a responsibility to refer to that menu or should I use any of the exisiting applications OSS, OCO..?
    I feel we should create a new application. Will there be any repercussion coz of this approach?
    Please throw some light on the above.
    As this is the first time I am posting to this forum apologies if I violate any norms.
    Thanks
    Murari

    I believe, your idea of creating a custom menu and attaching functions to it, is that whenever, this menu is tied to some top-level menus, the custom pages should be accessible from that menu as well. If this is the case, then yes, there would not be any impact to the application as long as the custom menu is available in the menu structure.
    Application Id that is passed, is used in various scenarios in Oracle Apps. But I don't think it would impact the Menu Structure (or) Menu Display. As there is no link btw. menu and appl. id. The link is only with resp. & Menus.
    Hope this clarifies.

  • Displaying a Master with two detail view objects

    Hi,
    I have a situation where I need to relate a Master view object to two Detail view objects. Currently I am doing the lookup manually (using viewcriteria!) but I would much rather have the framework handle this. Does anyone know of a way to A: Link two details to one master and B: Display them on the same page.
    I am using Jdeveloper 9.0.3.3 (1205) and currently have a straight BC4J/JSP application with no struts or UIX.
    Thank you in advance for any help you can provide

    If I understand you correctly. You should just have to create two separate viewLinks. Add the datasource tags for the master and the two views via the viewlinks. Then use a rowKey to get the correct master.
    Hope that helps!

Maybe you are looking for

  • Beating a dead horse: Access Time Capsule files w/ an internet browser $

    I know I'm beating a dead horse here, but I have spent 2 days and countless hours looking up how to access my TC using an internet browser. I've read about port fwding and dynamic vs. static IPs. I cannot figure this out. If someone could help me and

  • SAP NetWeaver BPM Troubleshooting Guide

    Hi all, I am not sure if you happen to see that the description of this forum had changed. Thus I wanted to point your attention to a a page we recently added to it: The so called '[SAP NetWeaver BPM Troubleshooting Guide|http://wiki.sdn.sap.com/wiki

  • Windows 7, 64 bit won't allow me to set Adobe Reader X as default for PDF file

    By right clicking a pdf file I can choose Adobe Reader as opposed to MS word, but the box to set default won't accept check mark to set this for all pdf. Therefore, when I click a pdf without saving to documents first and using open with, the click n

  • How do i delete apps from my iphone 4s?

    How do I delete apps from my iphone 4s?

  • Custom Proof setup script issue

    Hey all, I'm writing some code here that applies a specific icc profile via the View>Proof Setup>Custom  > Device to Simulate: dialogue.  Forgive me for the lengthy post, I'm just trying to figure out if I've hit a software bug here or maybe my code