Hello, I have a screen (created in html and coldfusion)where users can choose which Adobe Acrobat forms to fill in and print. All of the forms are dynamic and seperate. I would like to know is there a way I can load each file the user chooses into one window displaying one large pdf file? I have...
This is actually how they are being generated because they are interactive.
<cfsetting enablecfoutputonly="Yes" showdebugoutput="No">
<cfcontent type="application/vnd.fdf">
<cfoutput >%FDF-1.2
1 0 obj <<
/FDF <<
/Fields
[
<</T(acctChange)/V()>>
<</T(authFor)/V()>>...
Hello, I am creating pdf documents on the fly and using Adobes fdf. Right now each pdf is showing in it's own window. I would like to know is there a way I can get multiple pdf files to display in the same window? Was I clear enough? Any help is greatly appreciated.
How much clearer can I be? I downloaded the files from the site Business Objects for examples on how to display reports(crystal) from an asp page and also on how to pass parameters to the reports. I'm asking for something else I can do to make the reports appear in the ActiveX viewer because...
Could someone please tell me what I'm doing wrong. I have downloaded the example files from Business Objects and saved them in my wwwroot folder. When I make each folder a virtual directory and browse the first file, all I see is a blank screen in the ActiveX viewer. Did I download them to the...
Can some one please tell me how to display my Crystal Reports on an asp page and also how to pass with a parameter. Say the parameter is Salary.]I know about crystal reports but not this. If you can give me an example it would help alot. Thanks.
I have this procedure I'm calling from ColdFusion. I list the parameters which are TitleId,OfficeId and Barcode which are in that order in the procedure as well. All the datatypes set in the procedures match the sql types in the parameter tags. I keep getting an error though, saying ...
Can anyone help with this update. If I set the values directly in the procedure it updates. If I use the arguments then it want update.
IF OBJECT_ID('dbo.spUpdateMyCustomersName')IS NOT NULL
DROP PROC spUpdateMyCustomersName
GO
CREATE PROCEDURE spUpdateMyCustomersName (
@arg_CompanyName...
This is the error I get. I've checked and made sure all data types are the same.
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Error converting data type varchar to int.
Can someone please help me with this code. My stored procedure works just fine when called inside the SQL Query Analyzer, but when i execute this code from inside a coldfusion page, I get an error for the last lines data type. It doesn't matter which line it is, it's always the last one with the...
Thanks bombboy for the tip. Although the tip didn't work for me because I'm displaying the images on another page besides the cffile form page, I'm sure it would work from that page. If I did it wrong or if there is another way to get the ext. from a saved file off the server then let me know...
How can I get the correct extension of the image that was uploaded to my server. I don't want the client file extension because I'm renaming the image and I need the ext. of whatever was uploaded.
Here is the code to save and then rename.
<cffile action="upload"
destination="#thisPath#"...
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.