Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共3 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:求公式

1楼
wqc360 发表于:2009/11/21 12:16:00
A。B。C列改变时,
如果A-B-C<0
D=A-B-C+24
否则D=A-B-C
2楼
程兴刚 发表于:2009/11/21 12:58:00
您是要表达式吗?
iif([a]-[b]-[c]<0,[a]-[b]-[c]+24,([a]-[b]-[c])

如果是要代码

if e.datacol.name = "A"  orelse e.datacol.name = "B"  orelse e.datacol.name = "C" 
     if e.datarow("A") -  e.datarow("B") -  e.datarow("C") < 0
         e.datarow("d")  =  e.datarow("A") -  e.datarow("B") -  e.datarow("C") + 24
     else
         e.datarow("d")  =  e.datarow("A") -  e.datarow("B") -  e.datarow("C")
      end if
end if
3楼
wqc360 发表于:2009/11/21 15:02:00
谢谢程版,搞定了
共3 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .12109 s, 2 queries.