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

Print Reports in Text Mode
Hilmar Zonneveld, Independent Consultant
A frequent requirement for reports is to print in text-mode, for fast printing. This can be done with report ... ASCII, but since I found that there were some problems, I preferred to create text files with "?" and "??" (many programmers prefer "@...say" instead), and send printer codes + the text file to the printer. Eventually, I ended up creating a class that emulated most of the aspects of the VFP report writer, which I include here.
Créé le
Il y a 22 années
Téléchargements
3509
Type de fichier
Résultat de votes
5.00/5.00
General information
Résultat de votes:
5.00/5.00 (3 rates) Évaluer cet item
Description
2002-01-02: Corrected two errors that appeared when compiling the project.
Créé par
Hilmar Zonneveld, Independent Consultant
Hilmar Zonneveld works in programming since 1986, using dBASE, FoxPro and Visual FoxPro. He is available as an independent consultant. He currently works as a programmer at Bata Shoe Organization; also as an instructor at Cisco Networking Academy. You can contact him through the Universal Thread, or, via e-mail, at hilmarz@yahoo.com. Personal Web page (mainly in Spanish): www.geocities.com/hilmarz.

Commentaires
Perfect. Heinz Scharmann, December 2, 2008

Ajouter un commentaire
More downloads created from this member
Hilmar Zonneveld, Independent Consultant
This is a Visual FoxPro version of the "Game of Life". The Game of Life is not really a game, but a kind of simulation, where succesive states of a grid of cells are calculated based on the previous state.
Créé le
Il y a 17 années
Téléchargements
682
Type de fichier
Freeware
Hilmar Zonneveld, Independent Consultant
Converts an integer, in the range 1-3999, to a roman numeral. Sometimes the use of roman numerals may be desired in some reports.
Créé le
Il y a 19 années
Téléchargements
754
Type de fichier
Freeware
Hilmar Zonneveld, Independent Consultant
Class for handling arrays. Arrays are not limited to 2 dimensions, or to 65,000 elements. Some additional benefits, for instance, only initialized elements actually use up space. 2003-06-17: Fixed a bug that appeared when saving a value for a second time (MJ). 2002-11-10: Numerous improvements b...
Créé le
Il y a 21 années
Téléchargements
1050
Type de fichier
Hilmar Zonneveld, Independent Consultant
Do calculations with any desired precision. The class "math unlimited" supports addition, subtraction, multiplication and division, and several more. See Description for details. It can handle almost any desired precision; the only real limitation is the size of a VFP array. Also, there may be pract...
Créé le
Il y a 22 années
Téléchargements
910
Type de fichier
Résultat de votes
5.00/5.00
Hilmar Zonneveld, Independent Consultant
You can use this file to automate your backup tasks. Requires separate compression program. The backup program illustrates the following programming techniques: 1) Load variables from a text-file, INI style. 2) Recursive processing of folders (used here to delete files recursively, in temporary fold...
Créé le
Il y a 22 années
Téléchargements
1584
Type de fichier