Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting paper size to custom from .prg
Message
 
À
05/07/2002 03:45:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00675521
Message ID:
00675606
Vues:
11
>hi, all
>what can i do to determine the printer dot matrik paper size from my .prg...
>i want to customize it by my self..., the height, width...
>thank's....
>
>irwan, denpasar, bali

You can open your FRX as a table, then get the EXPR memo field content into array with ALINES() function, then go through array elements and analyze the settings. Then you change them to your own settings and replace the memo content with your settings.

If you know exactly what parameters do you need in EXPR field, you may just skip analyzing part and replace EXPR memo field with your content like:

ORIENTATION=0
PAPERSIZE=5
COPIES=2
...
...
... , etc.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform