Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Excel
Message
De
08/11/2001 10:00:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00578968
Message ID:
00579064
Vues:
28
>Cetin
>Many Thanks, I have found the offending line of code, it was .PrintQuality = 300. Still not sure why it works on one machine but not the other when they are both connected to the same printer. I have commented it out and it works fine
>
>Thanks again
>
>Derek...

Derek,
In that line index is not specified. Then it waits for an array. Might that be a problem ? (PrintQuality(nIdex) where nIndex is 1 - horizontal 2- vertical )

I wonder if this would work w/o errors:

dimension myQuality[2]
myQuality = 300
.PrintQuality = @myQuality

Or :
.PrintQuality(1) = 300
.PrintQuality(2) = 300

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform