Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects Stored in Tables
Message
From
01/05/2001 17:35:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Objects Stored in Tables
Miscellaneous
Thread ID:
00502276
Message ID:
00502276
Views:
60
I have a question for those FoxPro Gurus out there. I have created a custom (non visual) class and then created an object based on that class. I want to be able to store that object in a general field or any other field type that would accomodate it. See below for an example.


example.
*************************************
oMyObject = createobject('NewClass')

create table MyTable (GenFLD g)

select MyTable
append blank
replace GenFLD with oMyObject

define class NewClass
property1 = 12
dimension myarray[10,2]
enddefine
*************************************

Does anyone have any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform