on ‎2007 Mar 19 2:12 PM
How can I pass parameters in event?
Say, I have a SAVE button in 3 different views. All will do more or less the same task and so they all call a common module.
But I need to pass some flag or variables from each view to do view-specific task.
How to pass data with each event?
Thanks in adv.
Request clarification before answering.
The common logic should be a separate method callable from all views. The save buttons should have specific actions assigned for each view and of course corresponding event handler methods, in this methods, you can call the common functionality in all of the event handler methods.
Regards,
RIch Heilman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.