[Fastreport]如何写脚本当一个字段空值时打印另一个字段? ( 积分: 100 )

  • 主题发起人 主题发起人 Spring414
  • 开始时间 开始时间
S

Spring414

Unregistered / Unconfirmed
GUEST, unregistred user!
比如有两个字段:unit,otherunit,当otherunit=''时,在otherunit的位置打印unit
谢谢.
 
比如有两个字段:unit,otherunit,当otherunit=''时,在otherunit的位置打印unit
谢谢.
 
[if(otherunit='',unit,otherunit)]
 
可以在查詢語句中寫啊,select unit,isnull(otherunit,Unit) as Other from 表,
也可以用兩個memo,當一個為空時,不顯示,顯示另外一個memo
 
SQL语句不能改了,要在fastreport报表设计里.
 
[IF([ADOQuery1."unit"]= '', [ADOQuery1."otherunit"], [ADOQuery1."unit"])]
 
多人接受答案了。
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
后退
顶部