Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Professional ASP 3


Message #1 by "David Hemingway" <david.hemingway@i...> on Sun, 3 Sep 2000 11:13:56 +0100
This is a multi-part message in MIME format.



------=_NextPart_000_000D_01C01598.0CD56DA0

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



Hi Everybody,



Theres little trafic on the prof asp3 so I thought I'd pose my problem 

to this list. In chapter 14 pages 586 to 591 there's a walkthrough of 

building a com object, when I come to compile the object I'm getting an 

error that the IsEOF is not declared. I'd be gratefull for any sugestion 

as to what could be wrong.



Cheers



David






Message #2 by Imar Spaanjaars <Imar@S...> on Mon, 04 Sep 2000 09:57:03 +0200
I don't have the book, so I don't know what you are talking about. I am 

only guessing. But shouldn't "IsEof" rather be "EOF"??



If this code loops through a recordset for example, you'd use:



do while not rsMyRecordset.EOF

etc.



Hope this helps.







At 08:36 AM 9/4/2000 -0700, you wrote:

>This is a multi-part message in MIME format.

>

>------=_NextPart_000_000D_01C01598.0CD56DA0

>Content-Type: text/plain;

>         charset="iso-8859-1"

>Content-Transfer-Encoding: quoted-printable

>

>Hi Everybody,

>

>Theres little trafic on the prof asp3 so I thought I'd pose my problem 

>to this list. In chapter 14 pages 586 to 591 there's a walkthrough of 

>building a com object, when I come to compile the object I'm getting an 

>error that the IsEOF is not declared. I'd be gratefull for any sugestion 

>as to what could be wrong.

>

>Cheers

>

>David






  Return to Index