Views: 4.3K
Replies: 1
Archived
|
Building Search Criteria with multiple drop downs and text boxesHi,
I'm trying to build a search criteria screen containing 12 search parameters using drop downs and text boxes. I can use if control.length > 0 but it's not very efficient. How can I best design this to be efficient? I've been struggling with this design. Regards, Joe Contreras, Dec 26, 2013
|
|
Reply 1Hello Joe,
I am not sure what you mean with control.length > 0. I presume this is JavaScript? What exactly is it that you are trying to accomplish with the statement? Thanks. Jack Poorte, Dec 30, 2013
Thanks, it was a silly mistake, I'd somehow missed looking at the other DAO classes. It just happened I had looked at one that didn't have any inserts. I'm guessing they left it in for consistency.
Sep 02, 2012
|