Hello Eya,
you can do this in various ways, like returning to the datasource method or form method.
If you are using form method
then try this in the called form.
object callerForm
callerForm = element.args().caller();
create a new element method in caller form. Let it be initParmFromCalledForm(formal parameters list)
then from some global variable put the values of global variables from formal parameters.
Now whenever you want to send the parameters,
use
callerForm.initParmFormCaller(parameter1, parameter2....)
I hope it helps..
Still any pointer then let me know.
Regards
Amit
then whenever you want send the values to the caller form, you have
e_parungao <[EMAIL PROTECTED]> wrote:
Hi again!
This is the scenario: I have a source form that calls and passes
parameter to the target form. It is already working.. My problem now
is how I can return values back to the source form from the target
form. How do I go with this? Do I still use Args?
Thanks!
Eya
Yahoo! Groups SponsorADVERTISEMENT
document.write('');
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

