i wrote like this in event tab: getvalueevent like this
if VRptExInvoice.ItemNo = VRptExInvoice.TotalRecords Then
e.value = ""
else
e.value = "_________________________________________________________________________________________________________________________________________________________"
End if
any recommend ?
