Access 97 Run-time fails to print label report

  • Thread starter Thread starter George Thomas
  • Start date Start date
G

George Thomas

I have created an Access 97 application and packaged and distributed using
Access 97 developer edition tools. I developed the application on mc which is
running Windows XP professional. When I installed the application on a pc
with Windows XP home, I get error in printing a label report. The label
report has used strconv(......,3) function in it. Other reports are fine ,
The application itself is working fine.

I installed the same packaged application in a machine with windows xp
Professional and everything is working fine.
can someone help me figure out what is the problem ? and why it is not
working in one place and working in other place.
Thanks
George
 
George Thomas said:
I have created an Access 97 application and packaged and distributed using
Access 97 developer edition tools. I developed the application on mc which is
running Windows XP professional. When I installed the application on a pc
with Windows XP home, I get error in printing a label report. The label
report has used strconv(......,3) function in it. Other reports are fine ,
The application itself is working fine.

I installed the same packaged application in a machine with windows xp
Professional and everything is working fine.
can someone help me figure out what is the problem ? and why it is not
working in one place and working in other place.
Thanks
George

It's probably a missing DLL or OCX on the machine that is having the
problem. What are you using to "package" the application? You need to make
sure that it is installing all of the needed DLL's and OCX's you are using.
In your development environment, open any code window and go to Tools |
References. The machine it is working on probably already has the missing
component installed by another application.
 
Back
Top