Displays a form at the specified x,y coordinates, and commands that the entire form be displayed within the boundaries of the current monitor. (i.e., that the x,y coordinates are automatically adjusted if necessary).
Syntax
CSV_Form_Position(iX, iY, iFormX, iFormY)
#iX:
Desired X position of top-left of form.
#iY:
Desired Y position of top-left of form.
#iFormX:
Width of form.
#iFormY:
Height of form.