Unity express- express editor

Ran across the editor express http://www.ciscosystems.or.at/en/US/docs/voice_ip_comm/unity_exp/rel7_0/administrator/GUI/edit_exp.html#wp1018788
while doing mortal combat with the CUE editor windows app.  
The express editor good for everything but the most complex menus imo. 

You have to use two steps, Get Digit String and a Switch.
Get Digit String into a variable "DialedDigits", first-digit timeout ~5 seconds or so, subsequent digits 2 or 3. Collect [your extension length] digits. Valid map is 0123456789. No cancel digit, no terminating digit.
Success: Try to Redirect to DialedDigits as an extension, handle failure as necessary
Timeout: Collected less than 4 digits, but may have collected and stored a menu option.Switch on "DialedDigits":
"1": Menu option 1 handler
"2": Menu option 2 handler
Other menu options as appropriate
"" (empty string): Play "Sorry, I didn't hear your input, please try again", other error logic
Default (other than the above): Play "Sorry, didn't understand your input, please try again", other error logic
Unsuccessful: Don't think this happens w/o a cancel digit.

Similar Messages

  • Empty variable/expression result. xpath variable/expression expression

    Hi,
    I am new to BPEL, I have created one Process and trying to Call Procedure with the help of Invoke Process Activity. Database Procedure having one input parameter and one output parameter. When i am trying to execute deployed webservice it gives me error like
    <Faulthttp://schemas.xmlsoap.org/soap/envelope/>
    <faultcode>env:Server</faultcode>
    <faultstring>com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is 94218a8977e86d41:78a12598:12e474197b6:-7f6f. Please check the process instance for detail.</faultstring>
    </Fault>
    Server Trace for this: From Audit Instance
    receiveInput
    [2011/02/21 17:07:04] Received "inputVariable" call from partner "client"More...
    - <inputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
    - <ns1:DBAdaptorParam2ProcessRequest xmlns:ns1="http://xmlns.oracle.com/DBAdaptorParam2">
    <ns1:input>wwww</ns1:input></ns1:DBAdaptorParam2ProcessRequest></part></inputVariable>
    Assign_in
    [2011/02/21 17:07:04] Updated variable "Invoke_DBService_DBAdaptor2_Service_InputVariable" More...
    - <Invoke_DBService_DBAdaptor2_Service_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/GETCONCATESTRING/">
    <PARAM1>wwww</PARAM1></InputParameters></part>
    </Invoke_DBService_DBAdaptor2_Service_InputVariable>
    Invoke_DBService
    [2011/02/21 17:07:04] Invoked 2-way operation "DBAdaptor2_Service" on partner "DBAdaptor2_Service".less
    - <messages>
    - <Invoke_DBService_DBAdaptor2_Service_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/GETCONCATESTRING/"><PARAM1>wwww</PARAM1>
    </InputParameters></part>
    </Invoke_DBService_DBAdaptor2_Service_InputVariable>
    - <Invoke_DBService_DBAdaptor2_Service_OutputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="OutputParameters">
    - <db:OutputParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/GETCONCATESTRING/"><PARAM2>wwww Extra added</PARAM2></db:OutputParameters></part>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="response-headers">[]</part>
    </Invoke_DBService_DBAdaptor2_Service_OutputVariable>
    </messages>
    Assign_out (faulted)
    [2011/02/21 17:07:04] Error in evaluate <from> expression at line "87". The result is empty for the XPath expression : "/ns2:OutputParameters/ns2:PARAM2".less
    oracle.xml.parser.v2.XMLElement@7cc53
    [2011/02/21 17:07:04] "{http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure" has been thrown.less
    - <selectionFailure xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
    - <part name="summary">
    <summary>
    empty variable/expression result.
    xpath variable/expression expression "/ns2:OutputParameters/ns2:PARAM2" is empty at line 87, when attempting reading/copying it.
    Please make sure the variable/expression result "/ns2:OutputParameters/ns2:PARAM2" is not empty.
    </summary></part></selectionFailure>
    I am not able to fix this issue please help me out.
    Thanks in Advance
    Thanks,Abhijit

    Hi,
    Thanks for reply.
    For the development guideline i had followed "http://www.erpschools.com/apps/oracle-applications/articles/Fusion-Middleware/SOA/BPEL/BPEL-Database-Adapter-Part-2/index.aspx" this document. Instead of using "select" query, here I am using database procedure to get output.
    For this I am giving input as "Abhijit" and database procedure "GETCONCATESTRING" is returning value as "Abhijit Extra added",
    but finally i am getting this error:
    Invoke_DBService
    [2011/02/22 12:55:08]
    Invoked 2-way operation "DBAdaptor2_Service" on partner "DBAdaptor2_Service".
    - <messages>
    - <Invoke_DBService_DBAdaptor2_Service_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/GETCONCATESTRING/">
    <PARAM1> Abhijit </PARAM1> </InputParameters> </part> </Invoke_DBService_DBAdaptor2_Service_InputVariable>
    - <Invoke_DBService_DBAdaptor2_Service_OutputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="OutputParameters">
    - <db:OutputParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/ *GETCONCATESTRING* /">
    <PARAM2> Abhijit     Extra added </PARAM2></db:OutputParameters></part>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="response-headers">[]</part>
    </Invoke_DBService_DBAdaptor2_Service_OutputVariable></messages>
    Please Guide me to use Receive Activity for output.
    Edited by: 815926 on Feb 21, 2011 11:41 PM
    Edited by: 815926 on Feb 21, 2011 11:42 PM

  • How to use regular expression in editor?

    I tried to add some text to all line in selected text in editor
    ie .
    x:= x+1 ; change to x:=x+1; log_something;
    y:= y-1; -> y:= y-1 ; log_something;
    and so on.
    Then
    1. select  some text in editor
    2.pressed Ctrl-R
    3.in "text to search for" I put "^\(.*\)$"
    4.in "replace with" I put "\1 log_something;
    5.check "Regular expressions"
    6. check "Selected text only"
    I got "The search text "^\(.*\)$" was not found."
    What am I doing wrong?

    Thanks. But now editor wants to replace whole text, not only selected by me, regardless of <<check "Selected text only" >>
    Update: if I pick "scope: all" instead of "prompted" it shows popup "text not found" but replaces text as requested.
    Message was edited by: user4879976

  • Oracle Express : Express not switching to EDT

    Hi,
    We have Oracle Express Server 6.2.0.0.0
    on NT 4.0 (service pack 6).
    This week-end the server leaped ahead 1 hour
    automatically (EDT-Eastern Daylight Time).
    For some reason, Express is not returning
    the EDT time but the previous time.
    We tried rebootintg the server.
    We also tried shutting down all Express
    Services and putting them back up...
    Nothing works.
    The only way is to change the date
    manually (not checking the Automatically
    adjust clock... in WinNT date/Time
    properties)
    Does anyone have an idea why ?
    Thanks,
    SLB.
    null

    It sounds like OES is getting the time from teh CMOS setting instead of the o/s. Microsoft is altering the time within the o/s (not the cmos) .. hence the problem.
    Personally, I don't use features like "automatically adjust time", so I've never seen this.

  • Bea.p13n.expression.Expression

    Is the BEA implemetation class for Expression thread safe?

    Hi, Brian:
    I looked around and I think the WLP 7.0 version of this
    documentation inadvertently didn't make it into the online
    docs, as far as I can tell. It will be there for SP1 (which
    I think is coming soon, but I don't have a date for you).
    I found the equivalent reference from the WLP 4.0 docs at:
    http://e-docs.bea.com/wlp/docs40/p13ndev/content.htm#1070816
    This appears to be roughly the same document as the internal
    doc I found that should be on the edocs site for WLP 7.0. As
    you'll notice, the edoc references the javadoc, which references
    the edoc. :) But there is non-overlapping (and more detailed)
    information in the edoc, which is probably what you want. Sorry
    about the missing doc.
    Wayne
    "Brian Remmington" <[email protected]> wrote:
    >
    I'm looking for a definition of the query language used by WLP for content
    searching,
    but can't find it anywhere.
    There's a little about it in the javadoc for the com.bea.p13n.content.expression.ExpressionHelper#parse(String)
    method, but this refers to the Personalization Server documentation for
    a full
    definition. Unfortunately I can't find this documentation.
    Can anyone help?
    Thanks
    Brian

  • Oracle Express Performance

    Hi,
    We are using Oracle Express 6.3.2 & Oracle 8.1.5 for a decision
    support system that we are building.
    We are using a server with 2GB RAM, Dual CPU( 550MHz) along with
    more than 100 GB HDD.The OS being used is Windows NT enterprise
    edition server 4.0.On which both Oracle Relational database and
    Express express server resides.
    The building of multi-dimensional database(MDDB) doesn't take
    time, we are using around 9 dimensions with total data in MDDB
    being in the range of 5- 10 Lakhs records.The building time is
    about 3 minutes.
    However, the running of an application(XPJ) based on the MDDB
    takes lot of time. The report takes about 2 Minutes to appear
    and situtation is even worse in what-if analysis kind of
    reports!.The MDDB is being accessed from Windows NT Client
    workstation 4.0 with 128 MB RAM.
    We have read Oracle Express Performance Tuning and Database
    Design Guide which is available from both Oracle Technology
    Network (technet.oracle.com) and Metalink, however it doesn't
    seem to be of much help.The sparsity etc. have been taken care
    of by us.
    CAN ANYBODY PROVIDE ASSISTANCE ON THIS ISSUE OR IS IT NORMAL
    THING TO EXPECT FROM ORACLE EXPRESS????...., .Request someone to
    respond to this issue, as it very urgent & bothersome to us.
    Thanks

    Dear Friend,
    I am trying to configure reports for express data and in this regard I have done the following :
    1.Machine A having reports 9i Developer suite Release 2 and Pluggable Express Connection Editor installed on Windows 2000 professional.
    2.Machine B having which Express Server 6.3.4 installed on Windows 2000 professional.
    3.In Machine A created user OESDBA with Administrator privilige.
    In the reports I am able to connect to the Express Server and attach the database and choose the measure.Once all the other steps are done I am able to print the data on the reports.
    But if I use a parameter form in which I give the HOST,USER and PASSWORD then substitute the same in the express_server parameter value in the AFTER PARAMETER FORM trigger block then the report gives an error saying that
    Express query contains incorrect,missing or damaged information.
    How to solve this error ?
    Can you please help.
    Regds,
    Ramakrishnan
    [email protected]

  • Oracle express administrator-not working

    We have installed the oracle express server on Sun solaris unix. I have installed the Express administrator on the deskto and configured the connect XCF file in express connection editor. But I am not able to see the connection string I have created using the connection editor when I open express administrator. But when I open express analyzer I can see the connect string. How to solve this problem? any help will be appreciated.

    Try to add the following line in the xadmin.ini file to the [Install] section :
    ECF=ECF634
    If your express version is not 6.3.4 then the numbers change according to the version.
    If thre is no [Install] section in the ini file add that line too.
    Hope this helps
    Rob

  • Were Expressions available in After Effects 5.0 ?

    Hi all,
    I purchased a slightly newer version of After Effects on the internet... I've been using 4.1 and I have a version 5.0 being delivered in a few days.
    I'm getting this 5.0 version because I found that it was the first version to have the Caustics and Wave World Effects included, but I think someone here also told me that AE 5.0 was the first version to use Expressions... is that correct?... whoopee!... big step!   ;^D
    I'm wondering if the Expressions used in AE 5.0 are the same types of Expressions used in the more current versions of After Effects... I believe the .jsx Expression files are the ones for the current versions of AE.
    Also, I was told on this forum that the script files are different from AE 4.1 in the current versions of After Effects... they are .mm files in version 4.1, but I'm wondering if they are like the more current script file formats in AE 5.0... that is, are they the same type of script files in version 5.0 as the more current versions of After Effects?
    Thanks again,
    digi

    digiday wrote:
    It looks like I have the option to get an inexpensive upgrade to AE 7 for the AE 5 that I just purchased... so I'm wondering about the .jsx Scripts and which version they were first used in.
    Scripting was added with the release of AE 6.0.  Moving to 7.0 is a great step forward, as you'll be using the unified interface that still exists today.  Tutorials and guides will start making a lot more sense to you.
    Here's some of the other features you will gain from the step up to 7.0:
    5.5
    advanced 3D renderer, multiple 3D views, import camera data, colored shadows, projection layers, effects palette, post render actions, advanced lightning, adjustment layer lights, smart mask, looping via expressions, expression controllers,
    6.0
    paint, scripting, text animators, OpenGL support, new motion tracker, Rotobezier, Keylight, Liquify, Scribble, Dust & Scratches, background rendering of RAM Previews
    6.5
    advanced clone tool, presets gallery, grain management, integration of Final Effects plug-ins, Color Finesse bundling, Photoshop & Illustrator layers support, Photoshop text editing, disk caching, Firewire video output, 1/2/4 point motion tracking, interface light/dark controls, motion track with scale, Grain Surgery bundling, AAF & OMF support
    7.0
    new unified window UI, timewarp, graph editor, OpenGL 2.0 support, 32 bpc HDR color, 32-bit audio, Adobe Bridge support, display color management, dynamic link with Premiere Pro, script editor, auto save, Photoshop file creation, smart blur, lens blur, per-character text blurring,
    And also if the same Expressions files are being used now as the ones in AE 5 or AE 7, it would be interesting to find out about too.
    AS Mylenium said, Expressions have changed somewhat since 5.0.  In 5.5 Expression Controllers were added, which made a huge difference to their capabilties. But you need to understand that expressions don't exist in any file format.  They are simply lines of code which are entered manually within the AE interface.  If you want to use an expression you find in a tutorial, you have to copy and paste it into AE. There are no Expression "files".
    There have been a few new bits and pieces added to the Expression's capabilities over the years, but the vast majority of expressions that work today will work in AE 7.0.
    Scripts DO exist as files, but like Expressions have evolved slightly, but not radically, since AE 7.0.  Most Scripts should work without problem for you.

  • Configuring reports for express data(2)

    We are in the process of configuring reports for express data.
    In this regard we have done the following steps:
    1.In the machine A reports 9i developer suite release 2 has been installed on Windows 2000
    Professional Edition with the following utilities - (a) Oracle Reports Builder and runtime
    support,(b) Oracle Express Connection Editor and (c) Oracle SNAPI are installed.
    2.Express Server 6.3.4 has been installed on Windows 2000 Professional Edition in machine
    B with Remote Operation SNAPI 6.3.4.0.
    3.Oracle 8i has been installed on Solaris and the Express Support Administrator and User
    Accounts have created and the xrb_admin.sql and xrb_user.sql have been run through the
    respective accounts.
    Queries
    1.We have still not run the Express Oracle8 External Procedures on the Oracle8
    gateway. Should we run this in order to get Express Data in Reports9i incase of the General
    Maintenance where the Express data fetches the data from the Oracle8 gateway on the fly
    ?We are also not able find the Express Oracle8 External Procedures downloads after
    extensive search on OTN.Please guide as to where can we find the downloads.
    2.What are the configurations settings that have to be done in the tnsnames.ora,sqlnet.ora
    and listener.ora ?

    Ramakrishnan,
    Express connectivity for Oracle9i Reports is installed by default as one of your pluggable data sources and it communicated directly with Express, which is a large change over Reports 6i in which you needed an Oracle8i database to talk to the Express database.
    For Oracle9i Reports, you need to have:
    1 - Express installed 6.3 or later.
    2 - Oracle9i Reports
    3 - The connection dialog (which is documented in the release notes if you need to set this up)
    That's it. When you click on the Express PDS to access the data, it will read the connection dialog information and you need to supply the logon information to the Express database.
    You should also look at the help topic for Express and you will find all the necessary documentation on configuring Reports and how to connect.
    Regards,
    The Oracle Reports Team jls

  • Configuring reports for express data

    I am trying to configure reports for express data and in this regard I have done the following :
    1.Machine A having reports 9i Developer suite Release 2 and Pluggable Express Connection Editor
    installed on Windows 2000 professional.
    2.Machine B having which Express Server 6.3.4 installed on Windows 2000 professional.
    3.In Machine A created user OESDBA with Administrator privilige.
    In the reports I am able to connect to the Express Server and attach the database and choose the
    measure.Once all the other steps are done I am able to print the data on the reports.
    But if I use a parameter form in which I give the HOST,USER and PASSWORD then substitute the
    same in the express_server parameter value in the AFTER PARAMETER FORM trigger block then
    the report gives an error saying that
    Express query contains incorrect,missing or damaged information.
    How to solve this error ?
    Can any one help me out.

    Ramakrishnan,
    Express connectivity for Oracle9i Reports is installed by default as one of your pluggable data sources and it communicated directly with Express, which is a large change over Reports 6i in which you needed an Oracle8i database to talk to the Express database.
    For Oracle9i Reports, you need to have:
    1 - Express installed 6.3 or later.
    2 - Oracle9i Reports
    3 - The connection dialog (which is documented in the release notes if you need to set this up)
    That's it. When you click on the Express PDS to access the data, it will read the connection dialog information and you need to supply the logon information to the Express database.
    You should also look at the help topic for Express and you will find all the necessary documentation on configuring Reports and how to connect.
    Regards,
    The Oracle Reports Team jls

  • Using ROLAP database, done with RAM, with express products(analyser,express object,.)

    how can acess data in rolap database with express products:
    I have made a rolap database using ram. The express database (.db) made with RAA does not contain data (which logical). How can I read data stored in relational database using express analyser,web publisher...
    THANKS

    If you want to display data from a RAM database with Express Analyzer you must set up a RAM connection with the Express Connection Editor. Just connecting to the server and attaching the Express db file will not work.
    On the window where you define a new connection, there is a section at the bottom labeled "Relational Data". Check the box saying "Relational Access Manager Connection", and specify the necessary information under the "Settings" button. When you connect from Express Analyzer, specify your newly created connection, and you should see data.
    Hope this answers your question.

  • JSP expression language

    Hello,
    When I edit .JSP file with JDeveloper 10.1.3.1, the tag is underlined with the yellow line
    <jsp:include page="${param.content}" />. I am sure it's very easy to fix, does anyone know how?

    Hi, Chris Muir:
    The <jsp:include> tag documentation says the page attribute requires round brackets
    around the value, as follows:
    <jsp:include page="({$param.content})"/>That understanding is wrong. You are referring to the following documentation in JDev online help, right?
    JSP syntax <jsp:include page="(relativeURL | <%= expression %> | ${ Expression })"
    [flush="true | false"]
    [jsp:param]>
    </jsp:include> Here the round brackets "( )", together with the vertical lines "|" is just to indicate several choice are available. The page attribute does not require round brackets. If you do include round brackets, they will become part of the value for the page attribute, which is certainly not what one want. The same can be said about the square brackets around flush or jsp:param.
    Alternatively a yellow/orange line in the JDev editor usually indicates a warning, not an
    error. On the left hand side of the editor, is the code assist icon showing (a lightbulb),
    and selecting it, does it reveal any useful info?
    Alternatively (x 2) on the right hand side of the editor, is there a yellow box showing,
    and hovering your mouse over the yellow box for a second or two, does any useful
    information show?These are nice suggestions. Still another alternative. Hover your mouse right above the yellow line, a small message window pops up. It shows the relevant reason for the yellow line. That at least works for me.
    Moreover, the warning is, "${param.content} is not found under root C:\jdev\studio10131\jdev\mywork\Application1\Project1\public_html\". It is just a warning. This warning is as much as JDev can do since ${param.content} is a runtime expression that can not be resolved at design time. One can safely ignore it as long as one remembers to create the alluded page.

  • Single Airport Express with Multiple iTunes Clients ?

    Is it possible for an Airport Express to be controlled by more than one copy of iTunes or does it have to be a unique pairing?
    I have an office of Mac users who want to be able to play from their desktop iTunes libraries to an office stereo connected to an AE. Obviously they can't all play at once... But will they all be able to see a single AE and stream to it on a first come first served basis?
    I can't find anything relevant on Apple site or by googling. Everything is about one copy of iTunes to Multiple Airport Expresses (Expressi?).
    Thanks in advance
    greg.

    Yes, they can play music through iTunes off each of their desktops. Here's the catch...if someone has the AirportExpress picked as their selected speaker, nobody else can play music through it until that user changes the AE speaker back to "Computer" via iTunes on their desktop. All of the other users would see a message that another computer is using that speaker.

  • How can I view the color ramp in LV 8.6 sensor-mapping express vi during run-time?

    Hi All, 
    I've been using the sensor mapping express VI that is new in LV 8.6. When I place the express vi in my block diagram of my main vi I get the normal 'express' style configuration dialog. As a part of the configuration there is a really nice 'color-ramp' control where I can configure ranges; max; min; out -of-range colors and so on.
    What I would like to do is have the color-ramp control appear as a control on my main vi's front panel. After I convert the express VI to a regular VI I can't seem to find the connection to this control. Although I have found the sub-vi that the expressvi uses in an .llb here:
    C:\Program Files\National Instruments\LabVIEW 8.6\vi.lib\express\express 3d picture\SensorConfig.llb
    Can anyone point me in the right direction to do this? I get so deep into all the sub-vi's I end up getting lost-haha!
    Thanks - Paul

    The characteristics of the color ramp (max, min, colors) are all part of a "colorrampstuff" cluster that is inside the Sensor Mapping express VI. In order to change those values for the express VI, you will need to create a custom express VI that provides you with inputs to this cluster. This is done similarly to creating a subVI. Then you can use a variety of methods to write to the elements in this cluster and change them while the program is running.
    It may be easier to place numeric controls on the front panel that write directly to the elements in the cluster than to use a color ramp as a control.
    Will
    Certified LabVIEW Architect, Certified Professional Instructor
    Choose Movement Consulting
    choose-mc.com

  • Expression Builder Question

    I am trying to convert some existing sql to use TopLink ExpressionBuilder. I have a particular type of thing which I can't find a good solution for.
    I want to include a calculation, so for example, I want to say
    Where MY_COLUMN * 10 > REQUIRED_VALUE
    The only way I've managed to do it so far is to use the appendSQL() method. This gives me a problem because this method is deprecated and I can't see what I should use instead. Secondly, I am using a column name in this bit of SQL, if I try to do it 'properly' and join the SQL with a get for my mapping item which maps to MY_COLUMN then add some more SQL it all falls to pieces. This means I have to 'hard code' my column name in the SQL which is not where I want to be.
    Can you tell me if there is a proper way to generate calculations in sql expressions.

    You can use the ExpressionMath class.
    Expression expression = ExpressionMath.multiply(builder.get("myColumn"), 10).greaterThan(requiredValue);
    The appendSQL() method was replaced by the prefixSQL() and postfixSQL() methods.

Maybe you are looking for

  • How to schedule a job in SAP CPS

    Hi, I am new to SAP CPS. So please tell how to schedule a job in SAP CPS. And which kind of job cam be schedule means BAP report. Thanks Anurodh

  • Enabling CLIENT-CERT and FORM authentication in same web-app

    Hi! I try to enable same behaviour in WLS 8.1 SP4 as is available in WLS 9.2 (one can define in web.xml to have many <auth-method>s, for example <auth-method>CLIENT-CERT,FORM<auth-method>, which states that first one tries authentication with token (

  • Mail deleted in server still showing up in iPad inbox

    Hi, I've noticed that when I delete emails from my hotmail account on the web, the items deleted  are still showing up in my iPad inbox marked as unread. But when I click on it, it says "message cannot displayed."  When I go back to the iPad inbox, t

  • How track changes in production order which is already Read PP master data

    Hi Gurus, Due to some unavoidable reason my client has to do Read PP master data time and again, now my client having a requirement that want to see what has been changes in Production Order. We already created 1 report for that which tracks whatever

  • How to bridge my bigpond st536 to my airport extreme?

    I have just received my bigpond st536 single port modem and am trying to connect it to my airport extreme so my other apples can use connection. Have read that the connection can be bridged but can not find a means of doing so on the st536 connection