Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert report to PDF in Linux
Message
From
17/01/2004 16:13:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Convert report to PDF in Linux
Miscellaneous
Thread ID:
00867837
Message ID:
00867837
Views:
64
I want to create a PDF file from a VFP report running under WINE.

Unfortunately following code causes error from ps2pdf:

unable to open the initial device, quitting.

Why?
Any idea how to create a PDF file in Linux ?
CREATE CURSOR test ( test c(100))

FOR i=1 TO 100
  INSERT INTO test VALUES ( 'This is line '+TRANSFORM(i))
  ENDFOR

CREATE REPORT test from test
REPORT FORM test TO FILE test.ps

* test.ps exists now

* After RUN command In WINE console a message 
* **** unable to open the initial device, quitting.
* appears. Why ?
RUN /n ps2pdf test.ps test.pdf
Andrus
Reply
Map
View

Click here to load this message in the networking platform