| Subject | findfield ?? |
|---|---|
| Author | kamen_lai@yahoo.com |
| Post date | 2000-12-19T05:18:30Z |
Sql : select p.pono from po p
order by p.pono
Runtime : if use findfield('p.pono') and it return Nil
how can i use table alias 'p' to found field
order by p.pono
Runtime : if use findfield('p.pono') and it return Nil
how can i use table alias 'p' to found field