TIm
Tim
This same issue has popped up in another piece of code. We tried building a sample application to replicate for you, but of course it works fine in the sample code. I sent you any email requesting a remote session so we can show you the problem. It's kind of holding us back from finishing an important project so I would appreciate a few minutes of your time to show you the issue.
Thanks,Tim
I needed the ability to share this logic with other programs so I moved my logic to the parent business object class and pass the child business object ByRef. When I execute the code, I get an error creating a new row on the child BO. (System.IndexOutOfRangeException). Index 0 is either negative or above rows count.
It seems to execute the NewRow fine and it actually sets the Fk value correctly on the child record but as soon as I try to assign something to any other field it errors out.
Any Idea's??
Thanks