I'm very new to ASP but would like to create an ASP web page that takes a PDF file name (full location where file resides) as a parameter and displays the PDF on the screen. What software do I need on the web server? Does anyone have sample code for this? Will the user be able to save the PDF...
There are many bugs in crystal when using a date as a parameter. I've given up and now pass the date as a string.
I pass '01 30 2001' to my stored procedures and then use the SQL to add the slashes back in.
SELECT @AsOf = substring(@AsOf,1,2) + '/' + substring(@AsOf,4,2) + '/' +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.