Brucey,
Whilst I remember, all the GetByName() methods need the "And f.value" safety check added. Either that or something is broken further up the chain.
Whilst I remember, all the GetByName() methods need the "And f.value" safety check added. Either that or something is broken further up the chain.
Method getStringByName:String(name:String) Local f:TQueryField = getFieldByName(name) If f And f.value Then Return f.value.getString() End If End Method