Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where did I go wrong?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00197303
Message ID:
00200377
Views:
20
Tks for suggesting set dele on. In fact I am doing that.

May I have another lesson from you? It's about an array to be displayed in List1. I have the following in its Init Event Method:-

dime yy(3)
yy(1)=year(date()) && ie 1999
yy(2)=yy(1)-1 && ie 1998
yy(3)=yy(1)-2 && ie 1997

RecordSourceType=Array
RecordSource =YY(1)

But the array doesnot appear in List1
Where did I go wrong?
Tks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform