Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protected / UnProtected????
Message
From
28/11/2001 09:50:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Protected / UnProtected????
Miscellaneous
Thread ID:
00586933
Message ID:
00586933
Views:
49
In my code taken from the class browser, there are procedures and "protected" procedures. I have a small test program that doesn't appear to call any of the protected procedures but they somehow run anyway. WHY???? What am I missing?
It seems to me that only the add and save procs should run.
Procedures:  add
             save
Protected Procedures:
             desc_assign
             service_assign
             rate_assign
             hours_assign
TEST PROGRAM:
SET CLASSLIB TO timesheet

ox = CreateObject("TimeTrans")

ox.Add()
ox.cEmployee = "MB"
ox.dDate = {^1998-08-01}
ox.cClient = "SAMS"
ox.cService = "PROGRAM"
ox.mdesc = "Work on the book"
ox.nHours = 8.25
ox.Save()

ox.Add()
ox.cEmployee = "MB"
ox.dDate = {^1998-08-02}
ox.cClient = "SAMS"
ox.cService = "USERDOC"
ox.mdesc = "Write on the book"
ox.nHours = 8
ox.Save()
Here's to alcohol...the cause of ... and solution to ... all of life's problems - - Homer J. Simpson
Next
Reply
Map
View

Click here to load this message in the networking platform