| IGM-Man 2006-08-03, 7:55 am |
| Make sure you aren't trying to print to a printer whose name is the UNC
(ie \\FRONTDESK\Epson Color) but actually an installed printer on the
machine.
Is the data local or acrros the network? If accross the network, there
maybe network issues on accesing the data. Can the program see this
data with any browses?
Jerry wrote:
> Is there a way to identify the operating system modules being used when
> a program executes? I have a system with XP Professional SP2 used for
> development. If I compile the executable that prints a report, it
> doesn't matter if it is a stand-alone, multi-dll, or compiled with the
> local variable, and run from within the IDE, everything runs correctly.
> However, if I RUN the executable, it seems to go through the
> processing of the records, but doesn't print preview nor print and
> takes several times longer processing time. I output a comment to a
> file at each of the embed points that I could to track the program.
> THE OUTPUT IS DIFFERENT from the same data. Apparently, there is some
> difference in the execution.
> If I take the executable and data to another machine, the report prints
> usually. Only 2 client systems have failed to print from the
> executable. I would appreciate any help in finding the problem.
>
> Thanks,
> Jerry Dennnison
|