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

Serializable VFP object to XML - 0005
Martina Jindrová, Eg Expert, S.R.O.
Serializable VFP object to XML Very simple, no help Using: Where? Anywhere in your program. What time? If your program can be crash and you need save object with properties and values. .
Créé le
Il y a 13 années
Téléchargements
1750
Type de fichier
Freeware
General information
Résultat de votes:
Description
0003-0005: Fixed a few bugs. 0002: Fixed: Gnereate XML can be failed if method Serializable() encapsulated TRY...ENDTRY 0001: Fixed: Bug in method FreeObjectList New: Support for dumping items for class Collection Serializable VFP object to XML Very simple, no help Using: Where? Anywhere in your program. What time? If your program can be crash and you need save object with properties and values. Example:
LOCAL lcPath,loSO,lcFile
lcPath=JUSTPATH(SYS(16))+"\"

SET PROCEDURE TO (lcPath+"serializableobject.prg")

loSO=CREATEOBJECT("_SerializableObject2XML")

*!*	Method Serializable() return file which containes XML data
lcFile=loSO.Serializable(_screen)
IF !EMPTY(lcFile)
   MODIFY FILE (lcFile) 
   DELETE FILE (lcFile)
ENDIF

*!*	Or You can send file name to method Serializable()
loSO=CREATEOBJECT("_SerializableObject2XML")
lcFile=SYS(2023)+"\MyFile.xml"
lcFile=loSO.Serializable(_Screen,lcFile)

IF !EMPTY(lcFile)
   MODIFY FILE (lcFile) 
   DELETE FILE (lcFile)
ENDIF   

SET PROCEDURE TO
Créé par
Martina Jindrová, Eg Expert, S.R.O.

Commentaires
Ajouter un commentaire
More downloads created from this member
Martina Jindrová, Eg Expert, S.R.O.
You can use this class for managing value of property LockScreen. ...
Créé le
Il y a 15 années
Téléchargements
1195
Type de fichier
Freeware
Martina Jindrová, Eg Expert, S.R.O.
The Named parameters servers for processing and checking input EXE/APP parameters. ...
Créé le
Il y a 15 années
Téléchargements
1025
Type de fichier
Freeware
Résultat de votes
4.00/5.00
Martina Jindrová, Eg Expert, S.R.O.
FTP Class 2.x is based on FTP Class 1.1a by Robert Abram. Source code and documentaion included. .
Créé le
Il y a 17 années
Téléchargements
4773
Type de fichier
Freeware
Martina Jindrová, Eg Expert, S.R.O.
(only changed URL) Version 1.0.1 This library servers for displaying and setting cursors a connect properties. Library is loading standard case: SET CLASSLIB TO proper.vcx ADDITIVE. Bugs: - Any bug under VFP 9.0 New: - Suport for AsTopLevel form
Créé le
Il y a 17 années
Téléchargements
887
Type de fichier
Freeware
Martina Jindrová, Eg Expert, S.R.O.
DBC Low Level Functions is package for reading and writing values of all properties and objects without open database with command OPEN DATABASE. Readonly properties not exist. Help is in html or chm. PRG with examples. BSD licence.
Créé le
Il y a 18 années
Téléchargements
1348
Type de fichier
Freeware
Martina Jindrová, Eg Expert, S.R.O.
Dump detail informations from FLL Library to txt file: IMAGE_OPTIONAL_HEADER, IMAGE_DATA_DIRECTORY, IMAGE_SECTION_HEADER, IMAGE_EXPORT_DIRECTORY, IMAGE_IMPORT_DESCRIPTOR, list of FLL functions (name, pointer, parameters count,...)
Créé le
Il y a 19 années
Téléchargements
1380
Type de fichier
Freeware
Martina Jindrová, Eg Expert, S.R.O.
Coverage profiler (CVP) is special programming utility for Microsoft Visual Foxpro, designed and intended for processing "log/txt file", created by the command SET COVERAGE TO ..., and consecutive displaying source code.
Créé le
Il y a 21 années
Téléchargements
2906
Type de fichier
Freeware
Résultat de votes
4.50/5.00
Martina Jindrová, Eg Expert, S.R.O.
PDM creates a full and detailed HTML documentation of VFP projects or list files - databases, table structures, queries, forms, VCX libraries, FLL libraries, reports, labels, menus and etc. PDM supports: - Syntax coloring, - More plug-ins - Incremental generation - File list - Friendly proje...
Créé le
Il y a 25 années
Téléchargements
11298
Type de fichier
Freeware
Résultat de votes
4.94/5.00