Subject Re: [IBO] findfield ??
Author Jason Wharton
> 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


I don't support table aliases in the FindField() method. Use the real table
name or the plain field name. Beyond that you will need to use a custom
little method you write yourself to walk the fields by number and get the
2nd one or you can write the SQL such that each individual column is aliased
with a unique name.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com