Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with SelectionFormula
Message
From
29/07/2006 14:00:49
 
 
To
29/07/2006 13:46:56
General information
Forum:
ASP.NET
Category:
Reporting
Environment versions
Environment:
C# 2.0
OS:
Windows 2000 SP4
Database:
MS SQL Server
Miscellaneous
Thread ID:
01141527
Message ID:
01141530
Views:
11
Incidentally, I can't say I'm that impressed with the examples on their web site.

For example, they say:
selectOperatorList.DataSource = System.Enum.GetValues(typeof(CeComparisonOperator));
which has to be changed to:
this.selectOperatorList.DataSource = System.Enum.GetValues(typeof(CeComparisonOperator));
or else it won't compile.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform