Copy of exact code not working in new xaml

I have been trying to copy and paste content from one xaml to another and the variables are coming along but for some reason the exact replica is not working in the new xaml. the part that doesnt work is when i try to assign a variable to this “knocks_noEMP.Rows.Cast(Of DataRow)().Where(Function(row) Not row.ItemArray.All(Function(field) field Is DBNull.Value Or field.Equals(”“))).CopyToDataTable()”. Any thoughts on what could be causing the problem?

can you check?

1 Like

that worked thank you.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.