Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print from Remote Printer etc...
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00664376
Message ID:
00664416
Views:
30
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform