cancel
Showing results for 
Search instead for 
Did you mean: 

DataGrid - Collumn.LinkedObject property and UDO

Former Member
0 Kudos

He all,

I have a new question. I'm a form with a grid. The grid contains ItemCode, ItemName, CardCode, CardName and others columns with any values. I was linked ItemCode with de ObjectType 4, there is okay. When the column has text, appears a row and clicking opens the form 150.

Another columns points to a User Objects (I have MasterData type and Document Type) and I try to make the same behaivor. Unfortunately the form ignore these asociation and not shows the arrow. The question are, this cannot be done?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alfonso!

in my case i set


                  oLink = objColumn.ExtendedObject
                  oLink.LinkedObject = -1

and i catch 'Form_MatrixLinkPressed' and open the form in Find_Mode, insert the Key and press the button.all by Code..

now i don't know if there exist a linkPressed Event for the Grid...

Matthias

Former Member
0 Kudos

Thank you, Matthias