Hi all,
Do you know how set the number of copies to print more than one ?
Thank for your help
http://www.icim.fr
Hi all,
Do you know how set the number of copies to print more than one ?
Thank for your help
Just use a loop.
EMG
EnricoMaria wrote:Just use a loop.
EMG
It could be that particular printer driver doesn't support multiple copies. Have you tried another different printer?
Also there are a lot of drivers now that are incompatible with the FW/Clipper 16bit printer interface. The only solution to this is to upgrade to 32bit.
And the new windows Vista won't run 16bit apps, so you need to upgrade to 32bit soon anyway.
James
James Bott wrote:It could be that particular printer driver doesn't support multiple copies. Have you tried another different printer?
Also there are a lot of drivers now that are incompatible with the FW/Clipper 16bit printer interface. The only solution to this is to upgrade to 32bit.
And the new windows Vista won't run 16bit apps, so you need to upgrade to 32bit soon anyway.
James
Hello James,
my fist tests show that FW 16 works with VISTA Beta 2.
Where do you have your info from?
Regards
Otto
Otto,
I read Vista wouldn't support 16bit apps several times, but if you have run them under Vista, then it doesn't much matter what I read.
I still can't think of any reason to develop 16bit apps rather than 32bit ones, and I can think of a number of reasons not to.
James
Hi guys,
Just strolling along the forum I came across this one, which I find very interesting. I am a Clipper maniac since 1988. I went true Summer 87, Cliper 5.0, 5.1, 5.2, 5.3a, b, c and d.
As years go buy I heard about 200,000 that Windows 2000 would not support DOS and 16Bits apps. Then when XP came along, same story.
Still I have many customer who still uses my old DOS applications and they work fine.
The fact is that Microsoft cannot discard at their will everything that has been developped over the years. First they dont have the right to do so, second they are not crazy. They may try to discourage the developer to use old languages or may encourage the developper to go to new technologies, but I dont think they would dare do it.
I can tell you that many major enterprises, all over the world, still uses old DOS applications that cost a fortue in developpement and maintenance and are often reluctant od going true a redevelopement of a Windows application. The cost of developpement, installation, configuration and training is sometime so heavy.
In conclusion, I would be very suprised if Microsoft would cut the rope of 16Bits applications. Anyway I`ll beleive it when I see it.
Regards, ![]()
Hi again,
Its true some printers dont support multi copies commands. But most of the laser printers do.
I don`t agree that only 32 bits applications will resolve this issue. I am able to bo so whit an old Clipper DOS application by controling the printer within my application using printer escape codes. Nad it works fine.
So why a Windows appilcation could not do so ? Maybe because the so called Windows language rely to much on Windows explotation system.
Why not provide functions that would allow the programmer to control the printer as he wishes, just like the DOS way...
Windows may be nice for the user but not always nice to the programmer...
Regards, ![]()