I have recently started programming X++ and I am wondering how Axapta
handles the following. I override the form method enter()on the
customer name field as follows:
public void enter()
{
super();
print "CustAccount is ", custtable.AccountNum;
pause;
}
Axapta now prints the selected customers account number. But how does
this happen? Is there a good explanation for this, or is it just the
way Axapta works?
This leads me to my second question. If I made a button on the
CustTable form that opens a new form, and that new form needs the
information about the customer that is selected in the CustTable form,
how will I be able to transfer this data to the new form?
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

