Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. idanner

    How to load multiple pdf's at once in one window

    Hello, MikePalm. Thank you for your suggestion. If you don't mind posting your code, I would like to have it, Please. Thanks again.
  2. idanner

    How to load multiple pdf's at once in one window

    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...
  3. idanner

    loading multiple pdf's into one pdf

    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()>>...
  4. idanner

    loading multiple pdf's into one pdf

    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.
  5. idanner

    can't see crystal report

    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...
  6. idanner

    can't see crystal report

    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...
  7. idanner

    Accessing reports and passing parameters from asp

    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.
  8. idanner

    cfprocparam type error

    Never mind everyone. I solved the problem.
  9. idanner

    cfprocparam type error

    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 ...
  10. idanner

    Update in SQL not updating

    Thank you SQLSister. You were exactly right!
  11. idanner

    Update in SQL not updating

    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...
  12. idanner

    last line calling storedprocedure error?

    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.
  13. idanner

    last line calling storedprocedure error?

    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...
  14. idanner

    Server file or image extension

    Thank you very much webmigit. That is exactly what I was looking for.
  15. idanner

    Server file or image extension

    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...
  16. idanner

    Server file or image extension

    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#"...

Part and Inventory Search

Back
Top