摘要:
使用isql命令查看Sybase版本 阅读全文
posted @ 2006-12-28 11:56
含羞草
阅读(15762)
评论(0)
推荐(0)
摘要:
第一步,选中Table控件中的Table Details行。 第二步,设置BackgroundColor属性,表达式为“=iif(RowNumber("DataSet_Report") mod 2 = 0, "Gray", "Transparent")”或者“=iif(RowNumber(nothing) mod 2 = 0, "Gray", "Transparent")”。补充:如果设置颜色为“... 阅读全文
posted @ 2006-12-28 10:07
含羞草
阅读(2886)
评论(2)
推荐(0)