joli.js icon indicating copy to clipboard operation
joli.js copied to clipboard

Error evaluating rows.fieldCount() (IOS)

Open janhelleman opened this issue 12 years ago • 2 comments

Hi,

in Appcelerator 3.0 (not released yet) line 586

                fieldCount = rows.fieldCount();

gives the error mentioned in the title. Seems to work by removing this call and replacing it by

                fieldCount = rows.fieldCount;

Cheers

janhelleman avatar Oct 17 '12 11:10 janhelleman

same problem here, just solved replacing with rows.fieldCount;

pennadl avatar Sep 16 '14 12:09 pennadl

Thanks.

trs-mark avatar Nov 14 '14 06:11 trs-mark