S
Steve Norris
Beth,
Thanks for your response, sorry I forgot to mention that I
already have the latest updates etc. Form reference is
simply the number fo the form (text), I really am at the
end of my tether It wouldn;t be so bad if the people
using my forms had 2000 but they don't.
.. Reply (E-mail) Forward (E-mail)
Subject: Re: PLEASE HELP - Invalid page faults
From: "Beth Melton" <[email protected]> Sent: 9/10/2003
5:08:58 PM
When you indicate "form reference" do you mean a form
field? If so
then by chance are you accidentally double-clicking the
form field?
If that's the case then you may some duplicate subroutine
names in
your modules.
For example in Module1 you have Sub Main() and in Modiule2
you have
Sub Main(). This would create the error you are getting.
Check the
custom template to see if this is the case.
If you find this to be the cause then you can either
rename one of the
routines or obtain the Post Service Release for Word which
corrected
the bug.
If that isn't it, then since the same file does not occur
in Word 2000
then it could be a bug that was corrected in one of the
patches. I
can't seem to find a reference in the Microsoft
Knowledgebase but if
you do not have Word 97 fully patched that would be the
first thing I
suggest.
Go to Help/About Microsoft Word and take a look at the
name of the
application. If it doesn't reflect Word 97 SR-2 and after
the
copyright (QFE 8909) then you do not have all of the
patches
installed.
You can use the Office Product Updates site and use the
Scan utility
to find any needed updates:
http://office.microsoft.com/ProductUpdates/default.aspx
Or you can download the patches manually. Here is some
info on how to
obtain all of the updates:
SR1:
http://office.microsoft.com/Downloads/9798/sr1off97detail.a
spx
SR2:
http://office.microsoft.com/downloads/9798/sr2off97detail.a
spx
Post Service Release (QFE 8909):
http://office.microsoft.com/downloads/9798/Wd97mcrs.aspx
Please post all follow-up questions to the newsgroup.
Requests for
assistance by email can not be acknowledged.
~~~~~~~~~~~~~
Beth Melton
Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
message
..
Thanks for your response, sorry I forgot to mention that I
already have the latest updates etc. Form reference is
simply the number fo the form (text), I really am at the
end of my tether It wouldn;t be so bad if the people
using my forms had 2000 but they don't.
.. Reply (E-mail) Forward (E-mail)
Subject: Re: PLEASE HELP - Invalid page faults
From: "Beth Melton" <[email protected]> Sent: 9/10/2003
5:08:58 PM
When you indicate "form reference" do you mean a form
field? If so
then by chance are you accidentally double-clicking the
form field?
If that's the case then you may some duplicate subroutine
names in
your modules.
For example in Module1 you have Sub Main() and in Modiule2
you have
Sub Main(). This would create the error you are getting.
Check the
custom template to see if this is the case.
If you find this to be the cause then you can either
rename one of the
routines or obtain the Post Service Release for Word which
corrected
the bug.
If that isn't it, then since the same file does not occur
in Word 2000
then it could be a bug that was corrected in one of the
patches. I
can't seem to find a reference in the Microsoft
Knowledgebase but if
you do not have Word 97 fully patched that would be the
first thing I
suggest.
Go to Help/About Microsoft Word and take a look at the
name of the
application. If it doesn't reflect Word 97 SR-2 and after
the
copyright (QFE 8909) then you do not have all of the
patches
installed.
You can use the Office Product Updates site and use the
Scan utility
to find any needed updates:
http://office.microsoft.com/ProductUpdates/default.aspx
Or you can download the patches manually. Here is some
info on how to
obtain all of the updates:
SR1:
http://office.microsoft.com/Downloads/9798/sr1off97detail.a
spx
SR2:
http://office.microsoft.com/downloads/9798/sr2off97detail.a
spx
Post Service Release (QFE 8909):
http://office.microsoft.com/downloads/9798/Wd97mcrs.aspx
Please post all follow-up questions to the newsgroup.
Requests for
assistance by email can not be acknowledged.
~~~~~~~~~~~~~
Beth Melton
Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
message
I am creating some forms in word 97, in the header i have
a table with 3 columns and 1 row. A logo in the left,
page number in the middle and form reference on the
right. I am creating the form using tables, during
production, I am getting invalid page faults (details
below) this usually happens when you change the shape of
the table (insert/delete rows, type too much text for cell
etc). Initially, I thought it may be that the original
template was corrupt, i created another and am still
getting the same problem. Have tried it without the logo
and, the page border and the table in the header and still
get the problem. However, when I use normal.dot
to create - I cannot get it to crash no matter how hard i
try. To add to my confusion, when using the forms in Word
2000 I do not get the error. It seems to be localised to
Word 97, which most of the people who use my forms are
using. Please help
WINWORD caused an invalid page fault in
module WINWORD.EXE at 0167:303313dd.
Registers:
EAX=00000000 CS=0167 EIP=303313dd EFLGS=00210206
EBX=00400078 SS=016f ESP=0062dcd0 EBP=0062dd38
ECX=00000001 DS=016f ESI=000005a0 FS=410f
EDX=02105f76 ES=016f EDI=00ba0328 GS=0000
Bytes at CS:EIP:
8b 08 56 8b 71 70 83 c1 20 8b 06 57 8b 10 83 78
Stack dump:
00400078 00000000 0062dcf4 00000000 00ba0328 00400078
ffff2004 00000003 00000000 00000002 00000000 00000002
0040191c 00001033 00ba0328 301f2af2
.
..