deutschsprachige FoxPro User Group
Kategorien

Hilfe
 dFPUG-Portal |  Mitglieder  |  Produkte  |  VFX  |  Partner  |  Links  |  Suchen  |  Kategorien  |  Dokumente  |  Bewertung  |  FoxRockX  |  Impressum/Presse  |
  Ergebnisse finden in         Erweiterte Suche
 Kategorie : Tom Rettig  
Kategorien : Personen : Tom Rettig Eine Kategorie nach oben

Diese Kategorie abonnieren
 
 Dokumente  
Beschreibungen ausblenden Objekte: 6
Sortieren nach: Autor | Titel | Datum
Environment (ENV) Class Library for Visual FoxPro 3.0
ENV.DOC
You use ENV whenever you want to save something, change it, and restore it. Most often, we need to do this with VFP’s SET and ON commands and open table settings. Additionally, we may need to do it with system memory variables or an object’s exposed properties. ENV’s object oriented design lets you do what you need in most cases with just one line of code. Once you get used to it, you’ll never want to go back to the old way.
Diskutieren | Abonnieren | Aktionen einblenden
Geändert: 30.11.2020 Autor: Tom Rettig
Extended Database Container (EDC) Class Library for Visual FoxPro 3.0
EDC.DOC
You use the Extended Database Container (EDC) whenever you want to add information to Visual FoxPro’s Database Container (DBC) or any other VFP structure, object, or logical view. The following lists a few ways in which this is useful, and surely you’ll think of others as you use VFP.
Diskutieren | Abonnieren | Aktionen einblenden
Geändert: 30.11.2020 Autor: Tom Rettig
Farewell Tom Rettig
Andenken Tom Rettig.doc
Nachruf auf Tom Rettig von Jürgen Wondzinski sowie aus dem FoxPro Advisor
Diskutieren | Abonnieren | Aktionen einblenden
Geändert: 30.11.2020 Autor: Jürgen Wondzinski
Information (Info) Class Library for Visual FoxPro 3.0
INFO.DOC
You use Info classes to gather various information about Visual FoxPro and your system. All Info classes empirically test for the information at runtime, which yields the most accurate and up-to-date information regardless of how Visual FoxPro changes in future upgrades. Once you create an Info table, you do not need to create it again until you change VFP versions. Current Info classes are ContainerInfo Class for seeing which objects can contain which objects, ErrorInfo Class for all error messages, MemberInfo Class for seeing which objects have which members, and SysInfo Class for current system information.
Diskutieren | Abonnieren | Aktionen einblenden
Geändert: 30.11.2020 Autor: Tom Rettig
Program To Visual (PrgToVcx) Class Library for Visual FoxPro 3.0
PRGTOVCX.DOC
You use PrgToVcx whenever you want to convert program class definitions in PRG files to visual class definitions in VCX files. PrgToVcx is designed to handle all class types, but cannot be fully relied upon to import all exported code from VFP’s Class Browser due to inconsistencies between VFP’s language and visual implementations. We’ve documented the known cases and are interested in hearing about any other trouble you may have with importing.
Diskutieren | Abonnieren | Aktionen einblenden
Geändert: 30.11.2020 Autor: Tom Rettig
Sonderheft EDBC - Enhanced Database Container
Sonderheft Enhanced Database Container.doc
Beschreibung der umfangreichen Routinensammlung von Tom Rettig zur Erweiterung des DBC von Visual FoxPro.
Diskutieren | Abonnieren | Aktionen einblenden
Geändert: 13.03.2022 Autor: Tom Rettig