Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_assign with scatter name
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
_assign with scatter name
Miscellaneous
Thread ID:
01214016
Message ID:
01214016
Views:
57
Hi,

I wonder if I got the _Assign scheme.

I have a business object (bz) that wraps a table. bz has a property oData that I use to access the "current record" of the table via
scatter name this.oDAta
Now I wrote an "assign" method in bz:
procedure oData_Assign
parameter oData
this.oData= oData
...
wait window oData.Field1
and in Init I have
select <table>
scatter name this.oData blank
The Assign method gets fired alright, but I get
FIELD1 is not a property
What am I missing?

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Next
Reply
Map
View

Click here to load this message in the networking platform