I have created a report in Crystal version 8 that is being sent to UNIX from NT and then to a network printer from UNIX. Basically, it's utilizing the craxdrt.dll at runtime.
I'm using the "SelectPrinter" Method as shown below.
Session("oRpt")SelectPrinter "HP...
Thanks, this seems to work but the
program that takes the input fails after a few
iterations. Maybe the input is too fast for the program?
awk -f tokenScript.awk theInput.txt
------- script file ----------
BEGIN {FS = ","}
{
for (i = 1; i <= NF ; i++)
{
print...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.