hi all
i want to print a invoice from my application which should print a half of the A4 size paper means i want to print two invoice in a single paper. i am using printer.print method but when ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20077691.html
Zones:
Visual BasicDate Answered: 12/27/2001 Rating: 7.4 Views: 0
I've a billing software decompiled, in foxpro 2.6 dos. I've recompiled it for windows. But the report ejects page (upto its page length) after printing(On a dot matrix printer) which I want to stop...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_20386075.html
Zones:
FoxProDate Answered: 08/09/2004 Rating: 7.4 Views: 0
i dont want any page eject in foxpro..so that i can print small sized receipts smoothly on a continuous paper sheet..How do i do that..my printouts command are
Set device to printer
@1,1 say "kl...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_20429706.html
Zones:
FoxProDate Answered: 08/13/2004 Rating: 7.2 Views: 8
Hi, Iam using Crystal report 8 in win2K environment. Iam able to generate LABELS on userdefined size like 9cm width by 3.80cm height. ALso i have set the Printer paper size to the user defined labe...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20550752.html
Dear Experts,
Please have a look at this program
uses printers ;
procedure TForm1.Button1Click( Sender : TObject ) ;
var
f : textFile ;
begin
AssignPrn(f) ;
try
Rewrite(f) ;
Write...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10193769.html
I need to develop an application which uses the attached printer (not network printer) as an online printer where events occuring in the network are printed one line at a time as and when the event...
http://www.experts-exchange.com/OS/Linux/Printing/Q_24269666.html