cancel
Showing results for 
Search instead for 
Did you mean: 

UI: How to bind user tables in a matrix?

Former Member
0 Kudos

Hello All,

This is my first project on adding a matrix so please forgive me if it is a simple question. I am trying to bind a UDT @CLOCKIN to a matrix, however I can't seem to find the right way to reference it in the code, @CLOCKIN produces an error, as well as [@CLOCKIN], CLOCKIN.

oColumn.DataBind.SetBound True, "@CLOCKIN", "U_CODE"

TIA

Eli Lawson

Tulsa, Oklahoma USA

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please disregard this post, I determined the error elsewhere in the code. The following code was correct;

oColumn.DataBind.SetBound True, "@CLOCKIN", "U_CODE"

Thanks Eli