Dynamic Block Loop Tables

Dynamic Block Loop Tables

Anonymous
Not applicable
353 Views
3 Replies
Message 1 of 4

Dynamic Block Loop Tables

Anonymous
Not applicable
Can anyone tell me whether the lookup table associated with a lookup action
in a dynamic block definition is accessable from VBA or .NET API's?

I would like to be able to populate the lookup table with data from a
database or spreadsheet in Code.

Any guidance would be appreciated.
0 Likes
354 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Yes you can get access, but only the information that is already in the table during the creation of the block.
You can get the data to this at run time or change the selected value


pat
0 Likes
Message 3 of 4

Anonymous
Not applicable
Hi Pat, Thanks for the repsonse!

Is it possible to add new rows to that lookup table at runtime in VBA or .Net and if so, could ou give me a few lines of code to get me started.

Thnaks in advance!
0 Likes
Message 4 of 4

Anonymous
Not applicable
Dynamic blocks are created in the block editor and there is no API for this, so you can not add to the table.

I just release a addin yesterday that handles dynamic blocks and nested dynamic blocks allowing the user to select which row in the table table or visibilty they desire or value they type in.

Go ahead and download from
http://www.cadenhancement.com/products.html
once installed type blockedit at the command prompt

this should give you an idea of how dynamic blocks work.

pat
0 Likes