Multiple Search And Select Form

ANK

Member
Hi All,


I have Hederless Detail Form(W5506B) and 2 search and select form (W5506C and W5506D)in the Headerless detail form in the form one is search type and second one is AN8 the requirement is when user enters M in search Type and go to AN8 field hit the visual Assist field show the W5506C search and select from and user enter S in search type in the AN8 field hit the visual Assist field show the W5506d search and select from is it possible please give me suggestion about above requirement
 
After reading your post over a few times, I think I was finally able to understand what you're asking...for future reference: Throw in a period (.) or two. It really helps the reader.

As for your dilemma, try this:
- in the AN8 Visual Assist Button clicked event
- use system function: Suppress Default Visual Assist
- call your own forms based on whatever logic is required. You may have to programmatically map from your manually-called search forms to the form fields.

Good luck.
 
Back
Top