AX (Axapta) Technical Stuff
- JP...... System Analyst, India.
Jan 24, 2012
Display the data on the title bar
Code to disply the emp_id on the title bar of the form
Path : MyEmplForm-->Data Sources-->MyEmplTable-->Methods-->active()
public int active()
{
int ret;
ret = super();
element.design().caption(EmpLeaveDetails.Emp_Id);
return ret;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment