Using the toolkit and the following code to stuff values into the pdf. Staic field names are not a problem. Dynamic field names coming from an array does...
Getting an exception occurred error on
An exception occurred: 'objFDF.FDFSetValue'
i have an image on my page and on some user interaction i change the image but i cant reload it on the page since the image is already cached on client it shows the old image but if the user refresh the page he will get the updated image or if the user delete the cahed image from temp folder he will get the new image.
I've successfully managed to install the FDF-toolkit to my computer and I've also managed to create a PDF-file from a asp-page. But all of this have been for testing, now I want to implement this pdf-creating-service to a system for inquirys.
The salesman at the office uses a webpage to build their inquires and at the end I want to have a nice looking pdf for them to print. Is there anyone that knows how to actually create real dynamic pdf:s where the amount of pages and data varies a lot? If not, does anyone have an idea how to get good printouts from a webbrowser, where the text or tables dont get cut in the middle by the printer.
can the adobe FDF toolkit be used to dynamically create a several page report using data from a recordset in ASP? As far as i can see now, it is only useful for filling in form fields from user submitted data.
Another option we are exploring is using the activePDF tools to do this. Has anyone had any experience with these tools? any comments/opinions? Can it do what we asked above?
I code that creates a calendar for each month and then it displays events from that month that are stored in a db. I need to loop through my recordset and display all the events, but I can't quite figure out how to do it. I am thinking I need to do an array. But I am not really sure.... any ideas. Here is where you can view the calendar. Code:
We have a web server running IIS 5.0 that will not load any file with an .asp file extension. The server loads .html just fine, but all links to an .asp file end up timing out.
Is it possible to create a loading bar with ASP? I am thinking of displaying the loading bar while my customers' requests are being processed (databse update).
I have an asp page which takes approx 1 min to load over the network due to how much data it has to deal with. If someone was to press stop on the browser i assume it doesnt close the connection to the database is there anyway to ensure it does?
I've got an asp page that is set up in with two frames. The problem in question pertains to the main frame which contains a simple 'response.redirect' line that redirects the visitor to a different location. Other than this line, everything else are tags and no asp-oriented code.
I've tested this on a couple of computers, and it works fine. However, there are a few other computers in my office where the redirect just hangs and doesn't load the redirected page (i.e. the status bar states 'Open http://someurl.com' and stays like that)
Is this a problem with using the asp line, or is it a computer setting/browser setting I'm overlooking?
I have an ASP file that eastablishes two connections to a SQL Server and produces two Record Set objects. I am using IIS to develop and the SQL Server database is on the same computer.What I am developing is a message board, so there is a form on which information is submitted. The first connection and recordset puts information from the form into the database table, and the second connection and recordset pulls out 10 records from that same table and should write out some information from the recordset. The problem is when the form is submitted, it takes forever for the next page to load. I am not even sure how long it takes, because the longest I waited was about 5-10 minutes for it to load, and it still would not load so I closed the browser. Are the two connections or two recordsets too much for the server to handle, or am I doing something else wrong?
is there a way of loading pages into a div i have created a review server where people can upload folders of work the create a start file, ie an index page on a microsite..
i then want to show this page within my page.,,, i dont want to use frames or i frames, can this be done by loading the page into a div?
im not sure if this is possible, but how do you load a file in asp? Basically i want the user to choose a .mdb file from their file system and then set that file as the "master databse" to be used in the website!
Would like a loading page to appear for asp searchs/form submitions similar to the sheddev search, whilst the results are being returned you go to a different page saying "please wait whilst page is loading" and when the results are returned you are directed back.
I have put together a logon page and successfully tested it on localhost, but once uploaded, it ceases to behave normally. Instead of displaying the page, Internet Explorer puts up a download file box, asking if I want to Open or Save it. If you'd like to this in action, go to www.bpfe.org.uk/mtdlogon.asp. I'm sure I've seen this before but I can't remember what causes it.
What I would like to do is having a page on the server that automaticaly load itself every X hours. Is there anyway of doing this? I need this in order to update my database and execute some asp code.
I have a HTML Page with iframe in iframe I am loading some another domain website from our webserver but at the client it is taking to load. Can some body let me know how show a loading message for it and when i will know by programming that site fully loaded.
I have one ASP page. During opening this page its taking some time to open as its has to process some asp code. I want to display some animated gif or text showing that page is loading or please wait...or some thing like that.
I put image and text on top in file and then asp code but its not showing its only showing non asp part when its finishing the asp processing. I tried with response.buffer = false too. but no luck. Is there any way that I can show some text during asp page is loading or processing.
I and running IIS 5.1 on Windows Professional on my home computer. Have been successfully working on and viewing both html and asp pages until tonight.
Tonight I received a message that my webserver had too many connections. I followed the microsoft fix and turned off "Http Keep alives enabled" in the website properties.
That didn't fix my problem. Then I reinstalled IIS from scratch and that didn't work either. Now I can only view html pages and I cannot view asp pages that I write. The asp pages "hang" when they try to load.
I have made this frameset for my site, 4 frames in it, and each one holds a html page. The mainframe however holds an asp page. Each time I try and load the frameset and preview it, in the mainframe I see all the asp code of the page, not the compilation of it. When I try and open the asp page separately, I can see the compilation just fine, tables and everything.
I have a problem which gives lot of headache and hard to find.
I have:
Page1--->which is used for user to enter details on submit i am sending that page to another page
page2---> i am doing the database insert/update functions.
page3--->and redirecting that page to a confirmation page saying "your record has been successfully added" and auto refresh it and redirecting that to page1.
my requirment is as such i have to do like this.
but what happens is not always, but sometimes that record has been added twice, which i couldn't find out for this is not happening always but sometimes.....
I joined the group few days ago after discovering that this forum has a lot to offer and the forum threads also pops up on my google desktop almost every 5mins giving me an update on the forum.
Actually,i have a problem here.After fighting with the code found below for several weeks,it turned out to be successful.
The code is suppose to automatically load dropdown boxes from a database based on a given value from previous page,say from 1 to infinity,but after loading,it ignores the first record in each of the listboxes.Can someone help me out with this?What have i done wrong? Code:
What's the easiest way to load a client-side XML file (or say something located on an external host)?
My ASP script will (hopefully) read the information between the XML tags and put those into the entry fields of an HTML form. The only method I've seen involves the Server.MapPath, however in my case those XML files will obviously not be located on the server. Code: