Hi Veign

Hi Veign

Anonymous
Not applicable
168 Views
0 Replies
Message 1 of 1

Hi Veign

Anonymous
Not applicable
Hi Veign,
Just got time to try your temp file you posted last week.
Don't know if I'm doing this wrong or if it's just that you're still
tweaking the project to work with a2ki?
I dl'ed your zip.
unzipped it.
dblclik on vbp.
that brought up msvbide
I went to form code page
hit run button
that brought up acad. then errored:

error in frmPlotSetup (code)

error located at this function:
'Retreive the Paper sizes and populate the ComboBox
varTemp = objPlot.GetMediaSizes
For x = LBound(varTemp) To UBound(varTemp)
cboPaper.AddItem varTemp(x)
Next
cboPaper.ListIndex = 0

error located at line:
cboPaper.ListIndex = 0

'at this point data tip says:
cboPaper.ListIndex = -1
also
UBound(varTemp)= -1

that seems weird, how does a ubound become negative???

anyway, Am I doing something wrong in these steps?

I also tried it with acad already running, same results.

thanks for your efforts.
Mark
0 Likes
169 Views
0 Replies
Replies (0)