M
Masahiro Ito
I read somewhere about doing a virtual join on a table by adding a row that
computes the parentrow's value.
I can't seem to get the syntax down. Using an Orders and a Customers table
as an example:
dsOrders1.Orders.Columns.Add("CustomerName", ?, ?)
The 'Type' of the row should be string? I tried various ways to do a
GetType on the Customers table column that I need ("Name"), but it doesn't
seem to work?
Then the expression - I assume it is some variation of
DSOrders1.Orders(m_currencymanager.Position).GetParentRow
("CustomersOrders")
Can anyone help me?
Thank you.
Masa
computes the parentrow's value.
I can't seem to get the syntax down. Using an Orders and a Customers table
as an example:
dsOrders1.Orders.Columns.Add("CustomerName", ?, ?)
The 'Type' of the row should be string? I tried various ways to do a
GetType on the Customers table column that I need ("Name"), but it doesn't
seem to work?
Then the expression - I assume it is some variation of
DSOrders1.Orders(m_currencymanager.Position).GetParentRow
("CustomersOrders")
Can anyone help me?
Thank you.
Masa