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 ?
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 ?