Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print from Remote Printer etc...
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00664376
Message ID:
00664416
Vues:
33
>1. From Report (preview) there a toolbar that we could see the exit, next, top, bottom, previous, print button... Of course if we click the print button the report will print in a default printer. I want to know how to pick a list remote printer if there's no local printer when i preview the report... !

You can add PROMP clause to the REPORT command.
Report Form <reportname> TO PRINTER PROMPT PREVIEW
>2. And My Biggest problem is how to call(use) a table in data environment in a report... MAybe my explanation still garble.... Here's my explanation...
>Of Course when we create a report we must select some table first, cause the textbox from a report refer to the value from the record of the table....
>
>In my program i didn't manually make the table but the table is generate programmatically, hence i got confuse how to make the report of it. If the table is not exist first.


You don't have to use report's DE. Just select the table/cursor in your program before running REPORT command. Also make sure that you're not using table alias in the report fields.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform