Display Method In Forms
create Table
Write Code in Table
Display EmployeeID getAccountmethod()
{
return this.EmployeeID;
}
Create Form Related TO Table
**In Design Node Which field u want to apply display method ..open properties for that field and add this method getAccountmethod to Data Method Property
create Table
Write Code in Table
Display EmployeeID getAccountmethod()
{
return this.EmployeeID;
}
Create Form Related TO Table
**In Design Node Which field u want to apply display method ..open properties for that field and add this method getAccountmethod to Data Method Property
Comments
Post a Comment