S
Stefano
I've a form with two textboxes where the user can write two numbers
(x,y). I have to draw in a report (opened during the form load event)
a circle using the (x,y) coordinates. I used the CIRCLE method for
reports and it works.
The problem is that if I change the coordinates I cannot redraw the
circle in the new position.
Is there a way to REPAINT a report?
Remember that the CIRCLE method must be used in the ON PAGE event.
Thanks for your help.
Stefano
(x,y). I have to draw in a report (opened during the form load event)
a circle using the (x,y) coordinates. I used the CIRCLE method for
reports and it works.
The problem is that if I change the coordinates I cannot redraw the
circle in the new position.
Is there a way to REPAINT a report?
Remember that the CIRCLE method must be used in the ON PAGE event.
Thanks for your help.
Stefano