Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM question
Message
 
To
21/12/2004 11:44:32
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows NT
Network:
Novell 6.x
Database:
MS SQL Server
Miscellaneous
Thread ID:
00971034
Message ID:
00971039
Views:
22
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform