Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert report to PDF in Linux
Message
De
17/01/2004 16:13:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Convert report to PDF in Linux
Divers
Thread ID:
00867837
Message ID:
00867837
Vues:
65
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
Répondre
Fil
Voir

Click here to load this message in the networking platform