Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fichiers
Recherche: 

Functions for RTF-files JOIN
Dmitri Bayanov
Ever got an idea to generate Your own RTF code for MS Word document file ? Here are some useful VFP functions codes for RTF-coding (RTF-code Join, Set common Page Size settings, Create table, Add row to table) by Dmitry Bayanov.
Créé le
Il y a 22 années
Téléchargements
793
Type de fichier
General information
Résultat de votes:
Description
Use source code of the next functions in downloadable file [RTFfunctions.zip]: RtfPSize()- To get RTF-string with pointed Page Size Settings; JoinRTF()- Joins two RTF-documents into one (UnionRTF function is used); UnionRTF()- RTF-documents union function - create common header and joined text body; RTFCreTab()- Creates RTF-table skeleton code; RtfTab()- Creates RTF-code for MS Word Table Line (to be added to table skeleton code); RtfFilRow()- Adds new line to RTF-table and filling it with values; TChar_Wide() - Converts width in CHARS to width in PITS; TWide_Char() - Converts width in PITS to width in CHARS. And three additionally used functions: ArrLen() - To get Array Length (0 - if not artray) ArrDel() - To delete an element from LOCAL array aADD() - To Add an element to the end of array See really working RTF processing in the source code of DBRAD32 Report Generator
Créé par

Commentaires
Ajouter un commentaire
More downloads created from this member
Dmitri Bayanov
FREE Report Generator (Nov 19, 2001) for Visual FoxPro applications with MS Word output(RTF/HTM) and built in UNIVERSAL MULTISELECT HIGHLIGHTED GRID. Full solution with TastTrade examples. To be built in your VFP application as a 1.7mb APP (to call as a function). Can be used as a Dynamic HTML-pages...
Créé le
Il y a 22 années
Téléchargements
3383
Type de fichier