About Repots!Wait online!

Who can tell me is there any Report tools in WD?
Thanks!

I think its better you can use interactive forms for u r scenario.
you can  use it for  both online and offline based purpose...
GS

Similar Messages

  • I am having issues with 360 degree rotation, I have an iPhone 5 and ios 6.0.2. I have read alot about this issue online and I found out that my issue is software. I want to know if and when apple will fix this issue?

    I am having issues with 360 degree rotation, I have an iPhone 5 and ios 6.0.2. I have read alot about this issue online and I found out that my issue is software. I want to know if and when apple will fix this issue?

    I had the same experience with a new iPhone 5 that I bought  last week. Did not have a chance to measure battery life before the 6.0.2 upgrade installed but I set up my phone exactly like my 4S and immediately started running out of power after short periods. Went to Xmas get together with fully charged 5 and 4S. Heading home the iPhone 5 shut down for low battery and the 4S had 65% power. Both phones had two half phone calls on then and no data usage.
    That night I fully charged the iPhone 5 and, without lighting it up, put it on my night table. Next morning I picked it up and looked at battery indicator and I had 42% charge with NO activity!
    Tried it again next night and wound up with 37% charge. (Slept longer).
    Today I called the carrier and reactivated the 4S.  Took the 5 to Apple Store and they kindly gave me choice of new replacement phone or refund. I took the refund. Uniquely, the Apple Store said it was Verizon CDMA phones that were coming back.
    The are other strings on this with temporary solutions, but from my experience with 7 firmware changes on an HTC 4G phone the problem will continue because the solution will be hardware caused. We are in the days where RTM means Rush to Market - not Release To Manufacturing.
    I fear the only solution is to either wait for the next model (I did not notice a really major change in performance over the 4S in LTE heavy Seattle area) - or switch to another manufacturer.
    It might be useful for these forums to indicate if you have a GSM or CDMA phone to see which have more problems.
    Discouraged....

  • Question about DTR...Wait Online~~~~~~~~~

    In Netweaver2004S,I log on SLD as NWDI_ADM,when I create SC upon the System,From the SC details page of the SC created above, define usage dependencies,the Context is null.(the Was Server is 2004S SR2)
    IS the other SCs needed to develop CAF and GP applications in NWCE7.1?
    suah as
    DI BUILD TOOL 7.10
    J2EE ENGINE FACADE 7.10
    JAVA FRAMEWORK OFFLINE 7.10
    WEB DYNPRO RUNTIME 7.10
    Log on My NWCE7.1 (Trial Sp3) SLD page as Administration,I can see a lot of product.
    But on Netweaver2004S,as NWDI_ADM,there is only one that I just create in the system a few minute
    ago.
    In Develop Studio,I can create Develop configuration from the SLD,I can used it to create DC in version 7.0.
    But In the Develop Studio7.1CE, does not support the DC Type.
    if I want use the DTR form 2004S SR2,How can I fix it?

    HI
    You said
    IS the other SCs needed to develop CAF and GP applications in NWCE7.1?
    yes you need other many dependencies
    as CAF,CAF-MF,,,,
    check this url if you want to setup a track for CAF and GP development
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7014086d-3fd9-2910-80bd-be3417810c6f

  • Confusion about make Thread running(waiting online)

    the code like this
    class a implements Runnable{
    public void run(){
    while(true){};
    class App {
    public static void main(String arg[]){
    a mya=new a();
    (new Thread(mya)).start();
    (new Thread(mya)).start();
    the two thread will run simultaneously .
    could u tell me what's the order and step the two thread become runnable and then run.
    why the two thread could run simultaneously?
    They are the same priority and one is busy enough not to let others to run.
    but actually they did run simultaneously.
    why one thread could become runnable state and then running automaticatically!

    I can't really understand your problem, but i think it this here:
    A runnable class should look like this:
    class myThread implements Runnable {
    Thread thisThread
    myThread () {
    thisThread = new Thread(this);
    thisThread.start();
    public void run () {
    while (Thread.currentThread() == this) {
    //Do anything
    class App {
    public static void main (String a[]) {
    (new myThread).start();
    (new myThread).start();
    This program will generate two threads, and as it's the sense of threads the will run simultaneously.
    if you call start() of a thread, this will start the thread and goto next line, while the tread calls his run().
    But where is the problem????

  • Problems about nonlinear least square( waiting online)

    This time I met a problem again,as you see when I set the parameters Amplitude=10000 or greater ,then the output will not turn out .
    Another problem is the derivative of the output on the waveform wobble after I click run for a while
    As a man you should be ....
    Attachments:
    ZQH_BYSJ.llb ‏330 KB

    Can you explain what you mean by wobble? (e.g. attach a picture)
    Your toplevel VI only runs once because there is no while loop. How do you run it "for a while" then? I pressed the run button 50 times, but nothing changed....
    If your amplitude is set to 10000, the function has a range of over 10^17, mostly because you take the fourth power. On that same scale, the influence of the lower order terms(a , b) now only contribute an infinitesimal small fraction to the signal (way beyond the scope of DBL or EXT) and thus can no longer be determined. Your problme is out of balance because the C and D completely dominate the result. As explained elsewhere, you need to keep your amplitude in a reasonable range and instead scale the fitting parameters.
    LabVIEW Champion . Do more with less code and in less time .

  • Question about the Wait Until Next ms Function

    Hello,
    I met a problem when I tried to use wait until next ms function to control the period of the loop.
    I use Labview2009 now. I wrote a VI to sample the current values at 100Hz and then store the samples in a text file. The currents are sampled once in a loop and then wait for next 10ms to begin the next loop. After 360,000 loops (should be an hour), it will creat a new file to store the new samples in the following an hour.
    I left the VI runs on CompactRio for the whole weekend. The result I got is shown in the picture below:
    24 files should be created in one day. While there were only 3 files created in the firest 24 hours ( from Fri 16:00 - Sat 16:00). And after that it worked very well.
    When I checked the first three files (created from Fri 16:00 - Sat 16:00), I found that it didn't sample at 10Hz. It sampled at the frequency of about 20Hz (sometimes 18Hz, sometimes 19Hz).
    I am confused by the problem a lot. What may cause it didn't work in the first 24 hours and worked after 24 hours? And How could I fix this problem?
    Thank you very much!

    You need to show us some code!
    This cannot happen in a single loop, but can easily happen if you have e.g. stacked loops or sequences containing multiple wait statements.
    Also have a look at these old threads:
    Synchronization problems during measurements (using while loop)
    accurate timing between events
    If accurate timing is important, use a timed loop. Your incorrect times are faster, so I don't think there is a problem with the inner code taking too long.
    LabVIEW Champion . Do more with less code and in less time .

  • A clarification about block# wait event parameter ....

    Hi ,
    In Oracle Database Reference of 10g (Part Number B14237-02) about the block# wait event parameter is pointed out ... :
    This is the block number of the block for which Oracle needs to wait. The block number is relative to the start of the file. To find the object to which this block belongs, enter the following SQL statements:
    select name, kind
    from ext_to_obj_view
    where file# = file#
         and lowb <= block#
         and highb >= block#;Can you give me a simple example of using the above sql statement.... as ext_to_obj_view object does not exist.....
    Many thanks ,
    Simon

    This view is created by $ORACLE_HOME/rdbms/admin/catclust.sql script (to be run by sys user).
    http://download-uk.oracle.com/docs/cd/B19306_01/rac.102/b14197/monitor.htm#RACAD718
    Nicolas.

  • Confusion about Trash Folder online, offline and Deleted Messages folder!

    Hello everyone,
    Why does Mail (Desktop) have TWO Trash folders? I only have MobileMe IMAP account setup (so there's no POP business here :o)). Despite of this single account setup, the folder structure seems confusing. At the very top on the left pane we have MAILBOXES which contain Inbox, Drafts, Sent, Trash. Under Trash, I have two folders one is the local Trash and the other [email protected] - what is the significance of these? Under Mail Preferences - > Accounts - > Mailbox Behaviors -> Trash, I have both checkboxes checked (Move deleted messages to the Trash mailbox & Store deleted messages on the server), junk mail is set to send messages to the Trash.
    Add mystery & confusion to the above, I also have another category in the left pane named after my account ([email protected] Under this I have a folder which I have setup (I set this up to be on my [email protected] as opposed to On My Mac). That part is obvious. But what is that Deleted Messages folder doing here? I did not create this manually. Essentially Mail is telling me that this is a user added folder that exists on the server (at MobileMe). I see this Deleted Messages on the server too. What causes the creation of this folder? (Over there I have "Move deleted messages to the [Trash]" option enabled under Preferences)
    I tried deleting the Deleted Messages folder online and my desktop Mail threw away its default Trash icon! I had nowhere to throw my trash. (although this was resolved after waiting for a while and relaunching Mail).
    Can anyone shed some light on this? Just like my Mac, I'd like to keep things neat and simple. I'd like to have a single Trash can (it's too much work emptying two Trash cans in addition to the household trash :o)), not to mentioned the third Deleted Messages!
    Message was edited by: marconey

    please post to the appropriate forum. This is forum for OS 10.5 leopard. You need 10.3 [Panther|http://discussions.apple.com/category.jspa?categoryID=161].

  • The problem about GPIB Wait

    Dear all,
    First, Thank you for your attention!!!
    I have to use a network analyzer to perform a test for the return loss of antenna. For convenience, I have to use both port 1 and port 2 in order to test two samples together. Because I plan to use mechanical button to trigger the test, this may have problem to cause a crash when two requeust arise together.
    May I know whether I can use the function GPIB wait to avoid it to happen?
    THANK YOU VERY MUCH

    If your two mechanical buttons are read by LV and your code has two separate loops to allow both tests to run independently, then you should have a look at the example called Semaphore using SubVIs. Using a semaphore you can have the first button grab the semaphore and the second button will wait until the semaphore is released to start the test.
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

  • Question about streaming videos online

    Can I change a setting so my screen doesn't go dark while I'm streaming movies online. It gets a little annoying that I have to hit the keypad every 35 seconds while watching a movie. Thanks for the help!

    You need to change the "Display Sleep" settings under Apple Menu -> System Preferences... -> Energy Saver.

  • Question about the Wait Function

    I wrote a VI to store the time stamps in a text file.
    I fond something strange in the text file (see the picture below).
    The time stamps weren't writen into the file every 10 ms! How could this happen? And how could I fix it and make the time stamp to be writen every 10ms?
    Thanks a lot!

    To further what was just said:
    The wait function will indeed wait 10ms, or near enough as I will soon explain.
    When used in a loop, the wait function will wait for 10ms AFTER the code inside the loop has been executed.
    Depending on your Operating System, and the speed of your PC, the code inside the loop could take several hundred milli-seconds to execute.
    So the total time for each loop iteration, and thus the time between file writes, will be (Xms + 10ms), where X is the time taken to execute the other code.
    Another thing to consider is that unless you are using a Real-Time OS, your Windows or Mac OS will not prioritise LabVIEW! The execution of your code must run alongside your virus scanner, email client, music player etc. etc. etc.
    As such, it is often asking too much to try to use labVIEW in accuracies of +/-1ms on the common desktop PC.
    As a final note: I cannot give facts on file writing, but just from my experience with LabVIEW a file write every 10ms is impractical as the write-to-file VI usually takes longer than 10ms to execute itself. Why not buffer up 10 writes/pieces of data/whatevers and then write them all to file at once? Whilst we are at it, why not buffer 100 pieces and then write them all at once?
    I have had this idea argued before, with people saying that if the system were to crash then the buffered up 100 reads would be lost. Remember guys: that labVIEWs write to file VI passes the data to the windows write buffer, and windows doesn't necessarily put it on disk straight away! That can only be guaranteed by closing the file reference or flushing the queue.
    Apologies, I have diverged.
    Rhys
    Applications Engineer
    National Instruments

  • Urgent Problem:Upgrade intermedia (Waiting online)

    Hi ,friends
    I have an urgent problem needed to be confirmed right now becasue it influence on our project
    decision.
    We planed to uograde interMedia from 8.1.6 version to 9i r2 version.And precondition is that current oracle database(8.1.6.0.0 ) can't be upgraded to 9i becasue our client don't want to do it.Hence,do you consider it's possible?
    And how much cost if possible?
    Furthermore,can you tell me or give me some evaluation report that I can earn any benifit on Performance and precise(Chinse fulltext search) by upgrading?
    Thanks in Advanced!

    Is this interMedia text?
    If so, please post your question in the Oracle Text forum, since interMedia text is now Oracle Text.
    This forum is reserved for multimedia issues.
    THe text experts monitor the Oracle Text forum.

  • How would you go about saving an online image locally?

    Say if you knew the url such as http://www.yahoo.com/img.jpg
    How would you save this locally?

    Read the answer in your previous posting:
    http://forum.java.sun.com/thread.jspa?threadID=772451
    Use the file as an InputStream to read the data and then use an OutputStream to write the file.
    The logic is the same as reading and writing a file from disk once you have the InputStream.

  • I just updated my iphone to IOS 7 and cannot get my imessage to work, it keeps saying "waiting for activation" nothing i have read online has helped me try to fix the problem. why is it doing this and how can i fix it?

    I just updated my iphone to IOS 7 and cannot get my imessage to work, it keeps saying "waiting for activation" nothing i have read online has helped me try to fix the problem. why is it doing this and how can i fix it?

    Here's a good troubleshooting article about imessage "waiting for activation".
    http://support.apple.com/kb/TS4268

  • How do i start legal action against verizon for screwing with my bill for about 8 weeks now?

    on november 7 i ordered a new iphone and was charged 349 for it to my bill
    NOVEMBER 12: NOTIFIED THAT FEDEX WOULD NOT DELIVER BECAUSE THE IPHONE WAS NOT IN BOX
    NOVEMBER 14: verizon received the empty box and it was signed by D. Watkins
    during this time, i was informed that i would be crdited my money back and they would change the contract date back to original date so i could go to a store and get a new phone with new contract price.  the date was corrected back to original , but i had to pay for a new phone while still being out the $350 for the undelivered phone.  i have been promised by about 5-6 verizon staff that they would either call me back or fix the issue.  they ALL CAN SEE THAT I AM DUE THE $350 AND IN FACT IT IS IN THE NOTES THAT I AM DUE THIS.  I WENT SO FAR AS TO RECORD THE VERIZON AGENT WHO PROMISED THAT I WOULD BE TAKEN CARE OF AND THE CREDIT WOULD HIT MY ACCOUNT .HIS NAME IS CHRIS AND HIS BADGE # 130096 IS RECORDED IN A PATHETIC CONVERSATION FOR 5 MINUTES OF HIM PROMISING ME THIS WOULD BE FIXED...THAT WAS DECEMBER 8 2014.nothing has happened.  i went into a verizon corporate store today to go directly to a manager in ann arbor on washtenaw.  she informed me that she did not have the authority to fix anything above $200, so she called an agent JUST LIKE ME!!!!!, and i proceeded to wait online for 40 minutes for a gal to fix my issue and when she got back on, she said she was forwarding the issue to her manager and hse would get back in 45 minutes....THAT WAS 5 HOURS AGO AND NOTHING.  i have decided to go to the plymouth, michigan district small claims court because i refuse to pay my bill first and then hope for the credit back....i have spent aobut 12 hours waiting on the phone for last 1-2 months, like an idiot, thinking that someone would really help.. noone is reliable and this has been an unbelievable instance of horrible service..I HAVE EVERYTHING DOCUMENTED...i hope to truly bring this to light also with the press..i am livid wih how verizon has yanked me around for this issue..THE NOTES IN VERIZONS RECORDS SHOW I AM DUE A CREDIT..ITS REALLY UNBELEAVABLE

    Sounds like the warehouse has not scanned that the "empty" box has been returned. Verizon is not going to issue a credit until it is verified that the shipped package has been scanned and received by them. It does sound annoying but just think about it from their perspective. Plus sending out an empty box is abnormal and would take some looking into don't you think? Even though the process is long and drawn out and even annoying on your end it makes sense that they wouldn't just apply the credit without proper investigation.

Maybe you are looking for

  • Can't update apps in iPad

    Hey gang. I've got an iPad 3 running iOS 7.0.3. All of a sudden, when I click "Update" on any app in the app store in the Updates section, it opens the app (just the "Open" button for apps that have already been updated. I've relaunched the App Store

  • What are the features of Oracle Database Cloning

    What are the features of Oracle Database Cloning

  • Accessing Jar resource issue (in Junit test)

    Hi, I have a package called my.test.example containing one class called Example1.class and a property file called MyProp.properties. I am trying to load the content of MyProp.properties with the following: static {     Properties Configuration = new

  • I got an error in the RUNALLOCATION LOGIC VALIDATION

    Hi, I got an error in the RUNALLOCATION logic validation. The error message Dimension (NULL) was not found The logic: *RUNALLOCATION *FACTOR=0 *APP WHAT=CorpBudget; WHERE=CorpBudget; USING=CorpBudget; TOTAL=CorpBudget *DIM Project WHAT=[SCTSQ1]="Y";

  • Can't get anybody to help me cancel part of my service

    I am switching my 2nd phone line and internet service to a new provider due to multiple problems I've been having the last year.  I have been on hold using the phone number that is listed for such transactions (can't be done on web site), and when I