girls3dog1
Programmer
When I run the following code from a Window open event I receive an error message that says, "Invalid Expression", which I believe is referring to the string value of ls_find_string. (inst_tag is the column name in the datawindow)
ls_find_string = "inst_tag = " + gs_inst_tag
ll_row_found = dw_customer_master_1.Find(ls_find_string, 1, dw_customer_master_1.RowCount())
dw_customer_master_1.ScrollToRow(ll_row_found)