Inventor Engineer-To-Order (Read-Only)
Welcome to Autodesk’s Inventor ETO Forums. Share your knowledge, ask questions, and explore popular Inventor ETO topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IvCustomTable Question

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
tmckeand
494 Views, 2 Replies

IvCustomTable Question

I'm inserting a custom table and I'm getting an error about the content list.

child rule:

 

Child shopDetails As :IvCustomTable
        placementPoint = Point(0.625,3.5,0)
        title = "SHOP DETAILS"
        columnTitles = {"DWG NO.","DESCRIPTION"}
        numColumns = 2
        numRows = 18
        cellContents = {"1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18"}
    End Child

 

 

Error:

 

 

Any Ideas?

2 REPLIES 2
Message 2 of 3
Jon.Balgley
in reply to: tmckeand

I think the cellContents has to be a list of lists, like this:

 

{{"1", "A"}, {"2", "B"}, ... {"18", "Z or whatever"}}

 

I haven't tried it myself, but that's what I infer from the error message.


Jon Balgley
Message 3 of 3
tmckeand
in reply to: Jon.Balgley

That worked. Its a shame that the wiki doesn't reflect this.

 

 

Thanks

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report