Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting up appication objects
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Setting up appication objects
Miscellaneous
Thread ID:
00751147
Message ID:
00751147
Views:
47
Hi.
I am in the procees of changing some Global variables into application objects and would welcome any ideas on the best way of doing this.

I was proceeeding alomg the following lines:

1. Have a piece of code somewhere? which does following:
(I'm not quire sure where to put this code though)
oMyobj = CreateObject('Custom')

&& Create the variables
oMyObject.Addproperty('MyVar1')
oMyObject.Addproperty('MyVar2')
oMyObject.Addproperty('MyVar3[10]')

&& initialize the variables
oMyObject.MyVar1 = MyVal1
oMyObject.MyVar2 = MyVal2
oMyObject.MyVar3 = MyVal3

2. When I want to reference the variables in a Prg file or a Form
MyResult = oMyObject.MyVar1 + oMyObject.MyVar2

Is this sysntax ok ? , ot do I need to prefix the oMyObject with something ?


Any general guidelines appreciated

Regards,

Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform