Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > Classic ASP Basics
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 17th, 2005, 07:09 AM
Registered User
 
Join Date: May 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to chocobabe100 Send a message via Yahoo to chocobabe100
Default Eroor in fdf object when using safari 1.3 & higher

The following is my code used for creating the fdf object..

Line 21 Set FdfAcX = Server.CreateObject("FdfApp.FdfApp")
line 22 Set FDFin = FdfAcX.FDFOpenFromBuf (Request.BinaryRead(Request.TotalBytes))
line 23 set FDFOut = FdfAcX.FDFCreate()


It works fine when opened through PC and Mac's having version 1.2 or lower . But it gives me the following error when
opened with safari 1.3 or higher

   Request Object error 'ASP 0206 : 8000405'

   Cannot call Binary Read line 22

  cannot call BinaryRead after calling Request.form collection.
    Please will someone help me out with this ..
                            thanks in advance
                             chocobabe100







Similar Threads
Thread Thread Starter Forum Replies Last Post
how to save pdf created from fdf shameeeeee VB How-To 1 July 14th, 2008 12:19 PM
Safari & Just-In-Time Debugger Issue gabster Visual Studio 2005 0 January 22nd, 2008 01:55 PM
eroor in web.config abaso.jadhav01 ASP.NET 2.0 Basics 2 October 28th, 2006 01:22 AM
Javascript & Safari (On MAC OS) usman_iftikhar Javascript 2 October 1st, 2006 11:01 PM
How to open fdf file through browser in vb technoyogi VB How-To 2 March 15th, 2006 03:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.