Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM question
Message
 
À
21/12/2004 11:44:32
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows NT
Network:
Novell 6.x
Database:
MS SQL Server
Divers
Thread ID:
00971034
Message ID:
00971039
Vues:
21
lcname = strextract(...)
Public &lcname && Why? If You add &lcname as a p[roperty there is no need to PUBLIC that as a variable
this.addproperty(&lcname)
public &lcname && Why declare it again?
this.&lcname=CreateObject('Cursorclass', lcCAfilename) & Add CursorAdapter
return 1
I shuold do this that way:
lcname = strextract(...)
this.AddObject(&lcname, 'Cursorclass', "", lcCAfilename)
return 1
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform