Girac B
2009-09-17 02:57:01 UTC
Hello all
My requirement is to display the EmplID on my form and write to the record.
I have tried the following display method but receive compile errors.
display EmplID displayemplID()
{
return EmplTable::find(this.displayemplID).EmplID;
}
How can I accomplish this?
Regards
My requirement is to display the EmplID on my form and write to the record.
I have tried the following display method but receive compile errors.
display EmplID displayemplID()
{
return EmplTable::find(this.displayemplID).EmplID;
}
How can I accomplish this?
Regards