Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to create a class
Message
From
27/11/2001 15:47:25
 
 
To
27/11/2001 15:41:17
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00586547
Message ID:
00586618
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
Try this for now:


Add the following 3 lines of code just above the DEFINE CLASS statement
inside of the timesheet.PRG file:


ox = crea('timetrans')
?ox.name
?ox.width

Compile the PRG and then type:

DO timesheet

You should see the name of the class and the width property.


>it is inside a timesheet.prg but it doesn't work
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform