Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Filemaker pro 4 running on W98SE. How do you format/create a database file to print on various models of printers without the layout objects shifting or disappearing? "Printing/Sliding" and "Margin" options have been addressed.
Summary: The following code works but, to my dismay, the 1st fprintf command prints to a thermal transfer printer label and then form feeds before the barcode (from the 2nd fprintf command) prints. How can I ...
Summary: Hi all, Can somone give me the code for programming the "print to file" feature in the print dialog. I've found that you can define a port as a file and then setup a postscript printer to this port. o...
Summary: #!/usr/bin/perl -w use strict; use POSIX; my $user = `whoami`; my $now = strftime("%Y.%m.%d.%R", localtime(time)); my $file = "/tmp/satimis/comparison_${user}_${now}.txt"; open FILE, ">$file" or die "...