Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error evaluating rows.fieldCount() (IOS) #32

Open
janhelleman opened this issue Oct 17, 2012 · 2 comments
Open

Error evaluating rows.fieldCount() (IOS) #32

janhelleman opened this issue Oct 17, 2012 · 2 comments

Comments

@janhelleman
Copy link

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

@pennadl
Copy link

pennadl commented Sep 16, 2014

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

@trs-mark
Copy link

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants