Select to view content in your preferred language

script error in 10.2 but works in 10.0

728
1
01-04-2014 10:03 AM
ChrisGynan
Emerging Contributor
I have a form and script that does not function properly in 10.2 but has not issues in 10.0. Is there a compatibility issue in 10.2?
Thanks
Tags (3)
0 Kudos
1 Reply
HannahFerrier
Deactivated User
If you are using the RecordSet object (eg. MoveNext, MovePrevious) - can I suggest instead using DataSource.Execute and performing SQL Queries to navigate your dataset??

I would recommend this method to anyone who is having issues with the RecordSet object in their ArcPad Scripts.

Hannah 🙂
0 Kudos