Looking for the progression bar when downloading data

We are accessing firefox via a compression software, Xgate. The data we download most is a shortened version of the 4day weather charts. There is a way to lower the quality of the detail( a bloke showed us but he is no longer available), but we can't find it. it was a movable bar which could be adjusted with the mouse. Please help At present the page continually upgrades until it is perfect. Less than perfect will do for our needs.
Regards,
Dai.

Hi,,,,
Double # (##) means the file is tab delimited.
When you download the file from application server use cl_abap_char_utilities=>horizontal_tab to split fields into separate variables.
Using this variable populate a ITAB then upload it to presentation server.
      CLEAR: p_l_string.
      READ DATASET p_fname INTO p_l_string.
    EOF reached
      IF sy-subrc <> 0.
        EXIT.
      ELSE.
        CLEAR: wa_final,
               l_length.
        IF  l_count <> '1'.
            SPLIT p_l_string AT c_tab INTO wa_final-char_c
                                           wa_final-value
                                           wa_final-desc
                                           wa_final-ldesc.
            IF wa_final-char_c IS NOT INITIAL.
              l_char_c = wa_final-char_c.
            ENDIF.
            wa_final-char_c = l_char_c.
            APPEND wa_final TO  i_final.
          ENDIF.
      ENDIF.

Similar Messages

  • Does Roaming data syncs for the first time when app data are in download and installation process?

    Hi,
    I will store user Id in "HighPriority" Roaming data. When user will install app in another computer (with the same Microsoft Account), app will get user Id from Roaming data. Then I can implement all data sync over my cloud service.
    There are 2 scenarios:
    1. User downloads and installs app in another computer, but roaming data syncs/downloads for the first time only after several minutes -
    It's bad for my app :(
    2. User downloads and installs app in another computer and roaming data syncs/downloads at the same time (then I can get user Id immediately)
    - Its great for my app :)
    Which scenario is real in practice?
    Does Roaming data syncs for the first time when app data are in download and installation process?

    Umm no not that i remember. It just randomly started happening. I reformatted the hard drive for mac (journaled) but it was working fine since i did it until now

  • HT1620 Where do I look for the security key when I download an item.  Your website says your key is 0xD0261077

    Where do I look for the security key when I download an item.  Your website says your key is 0xD0261077?

    Your question is somewhat terse, and I might infer you're conflating the PGP key used for Apple security-related email communications with cryptographic hashes (message digests) used to verify the integrity and the origin of files, and with digitally-signed binaries.  While these areas are somewhat related, details vary.  (If you're already familiar with this stuff, my apologies.)
    The Apple PGP key is used to sign (verify) messages from the security folks at Apple, and can be to encrypt messages sent to the Apple security folks.  See this Apple Security PGP web page for details on using the PGP key for message verification and for message encryption.
    File downloads are implemented differently, and will generally involve a particular cryptographic hash or message digest (and not necessarily a PGP key), and what might be used used varies by the particular website and the download involved, with some sites using the older and insecure MD5, and with others increasingly using some variation of the less-insecure SHA cryptographic hash.  Depending on the scheme used, these can protect against corruptions, or can also be used to sign the binaries.  The system that Apple is encouraging developers to use is called Developer ID.
    Shell commands used and useful here include md5 and various openssl commands for the sha hashes/digests.
    If you have a particular public web site or file download, post a pointer and I'll have a look.

  • I tried to update the software overnight, and it was still in the beginning stages of the progress bar when I woke up.  When I restarted the process I have to restore the phone, its again stuck in the beginning of the process. Does anyone know how long th

    I tried to update the software overnight, and it was still in the beginning stages of the progress bar when I woke up.  When I restarted the process I have to restore the phone, its again stuck in the beginning of the process. Does anyone know how long this should take?  The beginning sections seemed to fly by.

    Hi NWL1,
    Thanks for the question. If I understand correctly, the iPhone won't update and is stuck. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • On my iPod touch it says on the settings I have wifi but when I look for the 3 bars there is no wifi please help

    On my iPod touch it says on the settings i am connected to my home wifi but when I look for the 3. Bars beside the time they are not there this therefore stops me from using internet please help

    Does the iOS device connect to other networks?
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears. already suggested
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Is there anyway to allow keyboard focus for the progress bar?

    You can scroll through a course using the scrolling feature on the progress bar with a mouse. Has anyone customized a swf so the keyboard can be used to move through the slides?

    In answer to your opening question, there doesn't appear to be any way to get further details on Migration Assistant progress.
    Beyond that I have the same situation as you with some very large Virtual Machines.
    In the early part of the migration I was getting estimates of 30+ hours for the 2.6 TB that needed to be transferred but that number went up and down dramatically over time.
    At one point it rose to 88 hours and stayed solid on that number for over an hour, but then did proceed.
    A colleague of mine said he has had the same experience and it appears that the algorithm used to estimate time is just very poorly done.  It appears to look at the overall amount of data and the number of files and then compute an estimate based on how long the various files are actually taking to copy.  When it reaches a very large file that skews the computation grotesquely.
    The net net is just wait it out and those files will eventually copy.
    On the other hand, the reason I came to the support forums is because although after only 20 hours it appears MOST of my files have copied I have now been sitting for 10 hours on a screen that shows only a tiny tick left on the progress and the message saying "About 3 minutes remaining."   After 10 hours, I do not think it is going to make any further progress.  So yeah, I share your original question on how do I get more information on what it is ACTUALLY doing (and how do I get it to unstick)?

  • Progress bar while downloading data

    I want a progress bar showing while I'm downloading data. This seems like a simple thing but I can't figure it out. If I show() the progress bar before and/or during the download it becomes a blank frame. I should probably use a thread, but I don't know the best way to go about it. Any suggestions?

    Any suggestions?Maybe try looking at the javadocs?:
    http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JProgressBar.html
    which would have led you here:
    http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html

  • The Progress Bar in Downloading is Stuck.

    Hi Guys.
    I have downloaded ibooks on my Ipad 2 (IOS 7) and have had trouble downloading it. The progress bar is stuck and won't move. I've tried rebooting, retyping my Apple ID and shutting it down but it still is just slides back to the same progress.
    It's a fifth of the way down as well, and I've made sure I'm connected to Wi-Fi!
    Help would be greatlt appreciated!
    Thanks, Zephyr.

    Hi,
    It may be a problem with the installer so you need to contact the app developer >  Timeline 3D Help

  • Looking for the best way to load data to the appended ODS

    Hi all,
    I appended ODS with some new infoobjects.
    if there is a way to load data only to these datafields without all data deleting and then all data reloading? 
    thnx

    Hi Andrius,
    If your ODS is set to be overwritten AND the newly appended IOs are not key fields then a full upload without data deletion will works. Because old entries will be overwritten by new ones which have values for the appended IOs.
    On the other hand, if your ODS additive then from my point of view you need to remove all data and then reload again. Or else key figures would be doubled after a full upload.
    Qing

  • Instructions for installing flash player on Adob's website says "step 1 says look for the yellow bar at the top" . There ias no yellow baron my screen.

    Firefox has crashing on a regular basis for almost a month now. It all started when itried to update flash player as recommended, I havnt been able to download the update because i dont understand the instructions. The instruction appear on Adobe's site that firefox links too. The instructions say that firefox wont allow the download unless allowed. I go to instructions for adding Adobe to the list of approved sites and the very first step 1 of the instruction talk about locating a u yellow bar "at the top (the top of what?) that apparently says "edit options:" in it. I see no yellow bar The direction seem incomplete or they begin somewhere in the middle of the steps i need to take. This shoild be easy. Will loading flash player stablize my system?

    The instructions on the Adobe site are outdated and do no longer apply to current Firefox versions and you can ignore those instructions and save the Adobe installer to your desktop and start the installation with a double-click on that file.
    See [[How do I edit options to add Adobe to the list of allowed sites]]
    You can find the links to download the Flash plugin for Windows at the bottom of this page:<br />
    Adobe - Common Flash Player download and installation issues (Windows): http://www.adobe.com/products/flashplayer/support/index.html
    Go to: 3. Download Adobe Flash Player : Flash_Player_10_Plugin (All other Windows browsers)

  • When searching in Acrobat the progress bar appears to not reach end of document

    I have a user running Adobe Acrobat 11 with the latest updates.
    When she tries to search for a word like "Pending" in the current document the progress bar will come up showing which page it is currently on for the search.
    If it's not found, or sometimes even when it is found the progress bar will stop updating and show 78/88 or 87/89 so it appears that it doesn't finish the search.
    I have tested it and the search is finishing and going through the whole document, it appears to just be an update/display issue for the progress bar.
    The user is concerned she might miss something she needs to find in these accounting/financial documents which could be detrimental.
    Any suggestions on how to fix this, or is this a known bug?

    Buddhist_girl wrote:
      It's miserably slow and I just don't care about having my searches cloaked in SSL.
    It seems that Safari is trying to force not only google searches through SSL but anything else it can too.
    What is the point of it?  How can I make it stop doing this?  It slows down my searches a great deal.
    I want FAST searches.  Who's going to spy on me when I search google?  I mean really...  Come on now..
    Do you mean who besides the NSA?

  • How to slow things down to see the progress bar?

    how to slow things down to let the progress bar to show its progress?
    everytime i run the program i can see only two scenario: 1. 0% 2. 100%
    i think the stuffs are too little to make any difference.
    what should i add in the codes so that i can see the progress?
    thanks!
    here is my codes:
    jProgressBar1.setValue(1);
    do some stuff here
    jProgressBar1.setValue(15);
    do some stuff
    jProgressBar1.setValue(31);
    do some stuff
    jProgressBar1.setValue(41);
    do some stuff
    jProgressBar1.setValue(61);
    do some stuff
    jProgressBar1.setValue(100);

    Hi!
    When you call update on the progress bar, the value of the progress bar is updated, but it won't be reflected on the screen until Swing has a chance to repaint. Swing can't repaint until your code is finished. So, what's happening is something like this:
    setValue(1), do stuff, setValue(15), do stuff, setValue(31), do stuff, Swing Repaint
    Also, not only does this block the progress bar from updating, but as long as your code here is running it blocks all of Swing (repainting, handling events, etc...).
    If your "stuff" isn't very time consuming, just remove the progress bar altogether. Otherwise, to make things work properly, you'll want to move it to another thread. Then, from that thread you can keep the progress bar up to date with:
    SwingUtilities.invokeLater(new Runnable() {
        public void run() {
            jProgressBar1.setValue(xxx);
    });Hope that helps!
    Shannon Hickey (Swing Team)

  • HT201210 I tried to update my iPod to the latest version and it didn't complete.  says it could not be updated and my iPod froze with the apple icon and the progression bar.  it won't go away. iTunes doesnt recognize the device.

    I tried to update the latest version for the iPod touch and it couldn't complete the install.  my iPod screen had the apple icon with the progression bar when it couldn't update and it stuck there.  iTunes doesn't recognize my device. 
    How do I restore, if iTunes doesn't see my iPod?

    Plug your device into iTunes. Hold the home & sleep buttons at the same time. After 10 secs release the 2 buttons. iTunes will tell you it's found a device in DFU mode. The iPod screen will stay black. At this point do a restore. If you see the Apple logo you have held them for too long.

  • HT1657 I rented a movie and it's totally downloaded, but when I play it there's no sound or picture (though the progress bar is moving and time is coming off the movie like it's trying to play).  Help!

    I rented a movie and it's totally downloaded, but when I play it there's no sound or picture (though the progress bar is moving and time is coming off the movie like it's trying to play).  Help!

    Hi California Jess,
    Thanks for using Apple Support Communities.  If you were not able to watch your rental movie, you can report that to the iTunes Store by following this:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/ht1933
    Cheers,
    - Ari

  • HT1349 hi guys i have 2 ? 1 my daughters iphone is trying to update on my mac cant get it off help please ,,, 2 i have an old apple id and when i try to up date it keeps looking for the password how do i delete this old apple id help

    hi guys i have 2 ? 1 my daughters iphone is trying to update on my mac cant get it off help please ,,, 2 i have an old apple id and when i try to up date it keeps looking for the password how do i delete this old apple id help

    Hi.
    I had a similar problem myself. This is what helped me.
    I went to the App store app, scrolled to the bottom, logged out of the account, re logged in with my Apple ID.  Then went back to app updates. Once I put in my ID password all was fine.

Maybe you are looking for

  • Can no longer send mail from other apps

    Problem: If I go into any app (other than Mail) and try to send a message (via email) and I either get nothing or some apps will say that "Mail needs to be configured in order to do this."  After doing a restore on my iPod touch (4th Gen., running th

  • How can I install an extension when it conflicts with an existing one that doesn't appear in the list of extensions?

    I'm trying to install Guide Guide for Photoshop CS 2014 using the Adobe Extension Manager CC but when clicking on the 3.1.2-guideguide.zxp I recieve the following error, "This extension cannot be installed, since it conflicts with a existing one. To

  • SQL statement Advice Please

    Hi - Nice to see the forums back :-) Ok i have quite a complex question here, but hope some clever peep can help me out. I have a search page with four methods of searching the database. The code used on the results page is below. I've created a thre

  • Nokia's 5800XM issues (and something I found out)

    Hello guys, I'm also a proud owner of the 5800XM. I read here a lot about the "crack" problem in the right side of the panel. I've opened the rear cover and understood a really simple fact: It's mainly because of Nokia's bad ergonomics. See for yours

  • Import tables to oracle module thru OMBPLUS

    How do i import tables from a repository to a module through OMBPLUS. Is there any command for it? Thanks in advance Prabhu