In the From and Panel Mouse event routines:
Sub frmMain_MouseDown (x,y)
Sub Panel1_MouseDown (x,y)
x returns y and there is no value returned by y
The compiled program (Windoes) does work.
It seems that in the IDE, in event routines with 2 parameters, the first parameters returns the value of the second and the second has no value.
Best regards.
Sub frmMain_MouseDown (x,y)
Sub Panel1_MouseDown (x,y)
x returns y and there is no value returned by y
The compiled program (Windoes) does work.
It seems that in the IDE, in event routines with 2 parameters, the first parameters returns the value of the second and the second has no value.
Best regards.
Last edited: