|
Re: Err.Number 486, Vista Ultimate, Visual Studio, & Visual Basic
It fails ... while stepping through it line by line at:
If LnNbr >= 18 Then
If (Page >= beginPage And Page <= endPage) Then
PrintForm <- fails here on the second thru 15th page **********
End If
I don't know how to check the data structures & pointers, but testing the
identical program on a peer-to-peer Xp Home Edition operating system works
perfectly. The difference is that the program fails while operating under
Windows Vista Ultimate.
"the wharf rat" wrote:
> In article <7B2E0946-7827-48F6-9A48-C8C9BD7F3959@microsoft.com>,
> Mike <Mike@discussions.microsoft.com> wrote:
> >I get the err.number 486 error message when I try to print within a loop to
> >my HP LJ 1022. After the first page prints, the other 15 pages all choke on
> >the err.number 486. According to the VB Help files, there is no such error
> >message.
> >
>
> What happens when you step through it? At the point of the first
> failure are data structures and pointers all correct?
>
>
|