Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8372

Re: PB Newbie - dddw style

$
0
0

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,


Viewing all articles
Browse latest Browse all 8372

Trending Articles