Product : Engine, Version : 4.0.2.1020, ArticleID : 41020132

HowTo : CommandAction "problems"

Article41020132
TypeHowTo
ProductEngine
Version4.0.2.1020
Date Added5/27/2003
Submitted byRobbert Nieuwerf
Keywords

Subject

CommandAction "problems"

Summary

Sometimes CommandAction's commands are not returning the correct results.

Solution

In some enviroments (like VB 6.0) you have to convert the parameters to the VectorDraw command desired type like :

Dim A as Double
Dim B as Double
A=1
B=2
vd.CommandAction.CmdArc Array(1.1,2.2,3.3), 10#, CDbl(A), CDbl(B)