Rank: Newbie Groups: Member
Joined: 4/4/2012 Posts: 2
|
Hi all i would like to show a progress bar while user are waiting some operations and to download a pdf file Is it possible with essential objects? Is it a combination of progress bar and downloader or progress bar? thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
You do not need anything specifically for downloading progress bar. Almost all browsers automatically display a progress bar for downloading.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 4/4/2012 Posts: 2
|
Hi i have this scenario: users can selects some products from a gridview. After this they press a button for labels creations So i have to do some queries to database and then create with crystal report a pdf I would like to have a modal popup with prograss bar inside the progress bar must show the real progress not a fake
do you think is it possible?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
Whether it's technically possible would depends on whether you can provide the progress information. For example, if you are going to generate a report that's 1000 pages long, and your code can be notified after every page is generated, then you have the progress information. On the other hand, if even your code does not know when the report is going to finish or how many pages has already been done, then it is not possible for you to show real progress.
Please keep in mind that we do not advise on your implementation. So if you have a plan in your mind (for example, whish to display a modal popup), you can take a look of our product to see if there is anything that fits your need. After that if you have any specific question about the product, we will be happy to help your further. We won't analyze your particular application scenario and devise a plan for you.
Thanks
|