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;
}
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