W
|
wildwally 9/7/2010 |
Plese, Please help me do the following: I have one list form which need to be executed with 2 different WHERE SQL param. User have 2 menu items for "Open" job and "Closed" job, when clickin on "open" I need to get item menu id (or param?) and got to other event to modify WHERE SQL statement. I tried on many ways and I am not getting any info/param when I clocked on MenuItem control!!! I need thsi solution asap or I will need to multiply same forms with different WHERE statemens. Thanks for you attention and help Jerry
|
A
|
anjeko author 9/12/2010 |
Not sure if I understand you correctly, but it sounds like you want the menu to do two different queries (one WHERE = Open and the other Where = Closed) Possible solution is using views. Create copies of the original table one with a filter for Open and the other filtering Closed. Then you have the two pages you are looking for. If not what your looking for, might suggest more detail. Thats my $0.02
|