Select to view content in your preferred language

Disable editform

526
2
05-25-2011 01:21 AM
helgesmebye
Emerging Contributor
Hi,

Are there a way to disable the inputform when collecting features? 
I would like to disable the form and add the default values to the feature in a script.

Thanks
-helge
Tags (3)
0 Kudos
2 Replies
RolfBroch
Frequent Contributor
Hello Helge, you can disable the automatic opening of the editform using this statement

pLayer.Properties ("ShowEditForm") = False

Where pLayer refers to the layer whose editform you do not want to automatically open.

Rolf
0 Kudos
helgesmebye
Emerging Contributor
Thanks Rolf - I will try that!
0 Kudos