Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Smallest object in VFP 7
Message
 
À
09/12/2001 19:37:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00590364
Message ID:
00591978
Vues:
27
David,

I forgot to show you Utilities.prg;
* Utilities.prg
* Defines various utility classes

DEFINE CLASS Addr AS Session

PROCEDURE Init
This.Datasession = 2
IF NOT USED("Addresses")
   USE Addresses ALIAS Addresses AGAIN SHARED
ENDIF

ENDPROC

PROCEDURE Exists(tcAddrNum)

RETURN IndexSeek(m.nAddrNum, 'Address', 'Addrnum')
ENDPROC

* Other possible Mehotds
PROCEDURE AddAddr( ... )

ENDPROC

PROCEDURE DelAddr( ... )

ENDPROC

ENDDEFINE

* Other utility class definitions would be added here
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform