Fill out rep. tables from vb.net in the load event

F

FlemmingC

I have a secondary dataset with a lot of rows and I want to fill out a
Repeating Table with information based on the secondary dataset just after
the form has loaded.

I have named the repating group: OrTaskRepTable (groiup2_7)

I can easely fill out the first record in the rep.table, but then I have to
do an InsertAfter to fill out the next record and I can't find a way to do it.

I should be able to use:
thisXDocument.View.ExecuteAction("xCollection::insertAfter", "group2_7")

But it fails everytime

In the documentatin for the xdocument.view.executeaction is says that the
methods are not available in the onLoad event, so what other methods can be
used ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top