Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report generation
Message
 
 
To
10/11/1998 10:01:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00156123
Message ID:
00156318
Views:
66
Marc,

That code should directly work in VFP. Although you should also SET TEXTMERGE TO after you turn it off. There is no need to fclose(). VFP also has a NOSHOW clause instead of having to SET CONSOLE OFF.

>Could you tell me how I can generate and parameter (select fonts...) a report through program commands .
>
>In FOXPRO 2.5, following code had been used :
> set console off
> set textmerge on to lcmyfile
> lcmyline = ....
> \<<lcmyline>>
> set textmerge off
> fclose(_TEXT)
> type &lcmyfile to printer
> set console on
>
>How can I do in VFP ?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform