Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create DLL from Session and show existing method
Message
From
27/02/2009 07:56:47
 
 
To
27/02/2009 00:20:48
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01384014
Message ID:
01384494
Views:
47
Reply #1

it is true that _memberdata will make property and method get capitalization, but

- It will NOT capitalize the parameter inside the method
- It will NOT hide the property or method
- Protected and Hidden are NOT take place in VFP class
DEFINE CLASS MSSQL as Session OLEPUBLIC 
	Connection   = Null
	Server       = Null
	UserName     = Null
	Password     = Null
	DataBase     = Null
	Authenticate = Null
	ODBC_DisplayLogin   = .T.
	ODBC_DisplayWarning = .T.

    Procedure Connect(Server,Database,UserName,Password) <--------- THOSE PARAMETER WILL NOT BE Capitalized
    EndProc
I challenge you to make them capitalized by using _memberdata
Previous
Reply
Map
View

Click here to load this message in the networking platform