Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Search Help

Former Member
0 Likes
413

Dear All,

I have three fields, field1, field2, field3 as input boxes. I want a search help for field1, so that whenever I click on the desired value, related values of fields field2 and field3 will also be retrived and filled on the screen.

Please give suggestions.

Regards,

Prosenjit.

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
395

then you will have to define all these fields as exporting parameter.

BTW: I assume that all three fields belong to the same database table (selection method).

Edited by: Micky Oestreich on May 10, 2008 3:41 PM

Dear All,

I have three fields, field1, field2, field3 as input boxes. I want a search help for field1, so that whenever I click on the desired value, related values of fields field2 and field3 will also be retrived and filled on the screen.

Please give suggestions.

Regards,

Prosenjit.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
396

then you will have to define all these fields as exporting parameter.

BTW: I assume that all three fields belong to the same database table (selection method).

Edited by: Micky Oestreich on May 10, 2008 3:41 PM

Read only

Former Member
0 Likes
395

Thanks!