Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help suggestion....
Message
De
30/03/2003 17:24:25
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
29/03/2003 23:47:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00771800
Message ID:
00771877
Vues:
8
>Dear all,
>
>I have one file in 3 kind of formats (the same content):
>
>1. RTF
>2. PDF
>3. HTML
>
>Now I need to manipulate this file, my question is which type of file can be directly manipulated by VFP (I used to manipulate TEXT file using APPEND FROM SDF).

I don't know much about RTF or PDF, but HTML does seem relatively simple to create programmatically. Here is a sample; you have to omit spaces between the less-than and greater-than sign, which I had to include to avoid interpretation by the UT:
< HTML >
< HEAD >
< TITLE >This will show in the title bar. < /TITLE >
< /HEAD >
< BODY >
< P >This will show in the browser window.

< P >Note that each paragraph needs a "P" tag.

< P >This paragraph includes < B >bold text< /B>.
< /BODY >
< /HTML >
I would dare guess that the other formats are more complicated.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform