
ECO
wangyunyong0905
本人在数据库方面已经有5年以上的经验了,对数据库和系统编程比较感兴趣。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[borland eco 技术]experssionhandle数据源,在datagrid中利用checkbox显示并编辑boolean类型数据
经过艰苦的探索,今天下午还是做出来了,贴出相关代码环境为expressionhandle名为ehperson,是person类的全部实例 ,即express表达式person.allinstances1.aspx文件 " autogeneratecolumns="False" datakeyfield="ExternalId">转载 2007-10-10 13:22:00 · 471 阅读 · 0 评论 -
arraylist与web 控件的绑定
procedure TfrmPayment.LoadPayments; var i, j: integer; aPayment: TPayment; begin FBalance := 150; FBondBalance := 250; for i := 0 to 4 do begin for j := 0 to 2 do begin a转载 2007-10-10 13:23:00 · 471 阅读 · 0 评论 -
返回eco列表集的几种方法
IObjectList customers = vfs.CreateTypedObjectList(typeof(Customer)); foreach (Customer currentCustomer in someOtherList) customers.Add(currentCustomer); //If a customer has a single contract IO转载 2007-10-10 13:22:00 · 3794 阅读 · 0 评论 -
variablehandle与oclvariabl搭配使用的注意要点
软件技术 吕向阳 发表于 2007-10-1 10:34:17转载 2007-10-10 13:23:00 · 1070 阅读 · 0 评论 -
expressionhandle表达式中使用非ocl变量
expressionhandle的expression中要使用变量,一般要用到variablehandle变量,很麻烦.如一般的字符串变量可使用以下方法解决 c#eh.Expression = System.String.Format("Person.allInstances->orderBy({0}), button1.Text); Delphi: eh.Expression :=转载 2007-10-10 13:24:00 · 704 阅读 · 0 评论