在detail中,行中的数据如果为零,就不显示出来,文本框中为空,怎样解决。

解决方案 »

  1.   

    怎么写语句。写到什么地方。
    if field1.text="0.00" then field1.text=""
      

  2.   

    if field1.text="0" then field1.visible=false
      

  3.   

    If Field1.DataValue = 0 Then
          Field1.DataValue = ""
       End If
      

  4.   

    已可以了,但activerreport中没有控件数组的方式,这样好多的FIELD,怎么控制,有没有好方法。
      

  5.   

    ActiveReports V2.0 Professional Edition 11500.00http://www.viewslip.com