Hi!
I'm trying to draw a curve with Vba and Corelscript, but it doesn't work. In the second row of the sourcecode, it gives me an errormessage, that the curveinformation is invalid. The parameters should me in thousandth millimeters:
CorelDRAW.Application.CorelScript.BeginDrawCurve -600000, -520000
CorelDRAW.CorelScript.DrawCurveLineTo -600000,-620000
CorelDRAW.Application.CorelScript.EndDrawCurve
CorelDRAW.Application.CorelScript.ApplyOutline 250, 1, 0, 0, 100, 0, 0, 0, 0, False, 2, 0, False
CorelDRAW.Application.CorelScript.StoreColor 2, 0, 0, 0, 100
CorelDRAW.Application.CorelScript.SetOutlineColor
thanks for help
Soumi