Search results

  1. U

    Vertical lines not appearing in 2nd page of a report

    Hello, I have got a report that generate invoices. I need to draw vertical lines to separate information (item, qty, prices...) in the detail section. I have put the code below on the On Print Event Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer) Dim X1 As Single Dim X2 As...
  2. U

    Problem to set up control visible property in a report

    Hello, I have got a report and in the detail section I have got 4 controls (all text boxes) that I would like to manage the visible property as follow: If PartNo is not null or has data then PartNo visible, DrawingNo not visible, lblDash not visible, ItemNo not visible If DrawingNo is not...
Back
Top Bottom