Creating Matrix with Checkboxes
Sebastian Schweer
Hi everybody,i need to create a Matrix with two Columns. The first one with Checkboxex, the second one with an Textfield.
It's no Problem to create the Matrix and the Columns.
But how i can put Values into the Rows?
I tried a lot, but nothings work.
If i try it with
matrix.SetValue("Column 2", 1, "hallo value");
i got the Error "Unexpected error happend: Form - Bad Value" and Business One crashed.
Can anybody help me and told me how i can add data to a Matrix.
Thanks,
Sebastian
Paolo Manfrin
Hi Sebastian,are you sure you are using the right datatype? Bad Value means that the input value is not valid. Maybe the textfield you defined has size 1?
regards,
paolo
0
Please sign in to leave a comment.
Comments
0 comments