Updates only on the selected record?

401
1
07-09-2013 06:05 AM
ionarawilson1
Occasional Contributor III
Hi guys,

Is there a way to force the updates to occur only on the selected record? Right now if I don't have something selected all the records are updated when the user enter the parameters. Thanks!!
Tags (2)
0 Kudos
1 Reply
JamesCrandall
MVP Frequent Contributor
Hi guys,

Is there a way to force the updates to occur only on the selected record? Right now if I don't have something selected all the records are updated when the user enter the parameters. Thanks!!


Maybe you can just test if there is anything selected with GetCount_management first? 

http://resources.arcgis.com/en/help/main/10.1/index.html#//0017000000n7000000

If it passes your validation, then run the updates, if not then just exit.
0 Kudos