534 Error Printing Labels

Shot it the dark here, but the behavior your describing about the 1
receiver pulling data from 2 years ago leads me to think that you
might have a duplicated receipt # in your system. Perhaps 2 years
ago you received in receipt # 123 from Vendor ABC. And now you've
got receipt # 123 from Vendor XYZ. Vantage will let you enter them
in as long as they are unique to the vendor. But if your subreports
don't link to the main report by receipt and vendor the duplicated
receipt #'s could cause a problem, so I'd verify the # is duplicated
and check your links. I'm not sure why your seeing what you
described after verifying the DB.

HTH,

Brian Stenglein
Clow Stamping Co.


--- In vantage@yahoogroups.com, "Shirley Graver" <shirleyg@R...>
wrote:
> Workstations XP Pro, W2K Server, Vantage 5.0, ODBC installed,
Crystal
> 8.0 Printing receiving labels to a Zebra 4M. I have a heavily
modified
> Receiving label (2 subreports) imbedded into a previously standard
> Crystal report. Previously this label (report) has run perfectly
for
> weeks and weeks. Today I had one receiver that kept printing data
from
> 2 years ago. All the other Receiver labels printed correctly.
Delete
> the receiver, reenter, same thing, so it was the data. Mean time, I
> look at the label in Crystal and verify the data base. (That's all
I
> did, I swear). Now, you go to print the label, and get the 534
error.
> Close the Error, and print again and the label prints perfect. I
> checked ePortal and there's no joy there, I tried the solutions on
the
> site with no success. (replace the dll's, empty vntgwork). This is
> occurring on my Admin machine where crystal and every other program
we
> have is installed, and on our receiving workstation with a minimum
of
> software installed. Any ideas?
>
> Shirley Graver
> Sys Admin
> Rubber Associates Inc
>
>
> [Non-text portions of this message have been removed]
Sorry for the WAY off-topic message. I'm trying to create a MS Access
database that, when changes are made, will open a corresponding Word
document and make the appropriate changes in that doc as well as specified
bookmarks. I use Access modules with some VB program quite a bit, but have
never done anything like this before. Anyway, I did some work on it and
some internet searching earlier this week and I got the basic framework of
what I'm trying to do working. I'm able to open the new word doc and add
the text and re-close it when a change is made in access. However, it is
completely ignoring my ' .editGoto "bkName" ' statement (this is the
statement that tells it to go to a bookmarked spot in word). It doesn't
give an error or anything, but it inserts the text at the beginning of the
word file instead of at the bookmark.

The simplified version of the program that does this part looks like this:

Dim MyReport As Object

Set MyReport = CreateObject("Word.Basic")
MyReport.FileOpen ("c:\test.doc")

TestName$ = "Test1"

With MyReport
.editGoto "bkTestName"
.Insert TestName$
End With


If anybody has any experience with this or knows what I'm doing wrong, I
would greatly appreciate any feedback. Again, sorry about the off-topic
post, but I've had some excellent luck with posting Visual Basic / MS Access
questions on this list and had to give it a shot before I go nuts (I might
be already there).

Thanks!
Sarah
Workstations XP Pro, W2K Server, Vantage 5.0, ODBC installed, Crystal
8.0 Printing receiving labels to a Zebra 4M. I have a heavily modified
Receiving label (2 subreports) imbedded into a previously standard
Crystal report. Previously this label (report) has run perfectly for
weeks and weeks. Today I had one receiver that kept printing data from
2 years ago. All the other Receiver labels printed correctly. Delete
the receiver, reenter, same thing, so it was the data. Mean time, I
look at the label in Crystal and verify the data base. (That's all I
did, I swear). Now, you go to print the label, and get the 534 error.
Close the Error, and print again and the label prints perfect. I
checked ePortal and there's no joy there, I tried the solutions on the
site with no success. (replace the dll's, empty vntgwork). This is
occurring on my Admin machine where crystal and every other program we
have is installed, and on our receiving workstation with a minimum of
software installed. Any ideas?

Shirley Graver
Sys Admin
Rubber Associates Inc


[Non-text portions of this message have been removed]