For example, the user chooses '10952' (string) in my dddw
Now, this is the statement:
ll_row = ldwc.Find ( 'person_id=' + data , 1 , ldwc.RowCount())
How can I make the statement work like this.
ll_row = ldwc.Find ( "person_id = '10952' " , 1 , ldwc.RowCount())
I need to pass the chosen value of the user from my dddw to the ldwc.Find statement
So I can populate the two variables, one for person_id and one for employee_id.
Sorry, I'm confused.
TIA Lars,