Hi there,
I know this topic had been discussed a number of time but non of the solution work for me.
I want to know how to create a link button on a matrix. Just like the one in the Sales Order- item matrix, where
you can click on the link button beside the item code and the item master data form will pop out.
Only want to know matrix not normal text field where putting a link button is so easy.
I'm using 6.5 SDK and please... don't provide any 2004 solution... cos it's not workable on 6.5?
Thanks in advance
Ah.... I yet to have 2004 sdk and it's program....
I had done a workaround... but still unable to show a actually link button on a matrix cell... I can only capture a double click event and do a link button click so my target form will pop out...
OK if you want to add linkbutton to the matrix cell just use following syntax:
Set oMatrix1Col = oMatrix1Cols.Add("Col1", it_LINKED_BUTTON)
but as I said before the property that will allow you to connect objects to this button is available in 2004 A.
Regards,
Pawel
Add a comment