on 2013 Jul 18 11:00 AM
Hai Experts,
I am looking for a solution, its possible to select more then one rows in the matrix of user creation form.
I am having a matrix in the user created form , I have changed the matrix properties of selection into auto selection in the screen painter. What I need is, I need to select more the one rows in the matrix after the data has been loaded.
Example:
In the matrix I have 14 line items so the matrix row count must be 14, instead of 14 I need to select last 4 rows / line items through UIAPI, so it should be highlighted.
For more clarity find the attachments. Kindly help me out , if you have faced this before or you know the solutions.
Thanks for you solution in advance.
Hi John,
There is a method on the Matrix object to select rows.
Public Sub SelectRow( _
ByVal RowNum As Long, _
ByVal Select As Boolean, _
ByVal MultiSelect As Boolean _
)
There is more information about the method in the SDK Help Center.
Good luck.
Best regards,
Pedro Magueija
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
108 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.