Recent content by Ultima67

  1. U

    Vertical lines not appearing in 2nd page of a report

    Thank you for your answer. Unfortunatly, I am not sure to understand what you mean. Could you please be more specific? Regards, Sylvie
  2. 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...
  3. U

    Problem to set up control visible property in a report

    It is working perfectly. Thank you so much. Regards, Sylvie
  4. 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