public void insert()
{
if (this.Qty > 0)
{
this.SalesPrice = this.LineAmount/this.Qty;
}
next insert();
}
André Arnaud de Cal...
291,996
Super User 2025 Season 1
Martin Dráb
230,853
Most Valuable Professional
nmaenpaa
101,156