Esri / distance-direction-addin-dotnet

Add-in provides the ability to easily and quickly create geodesy lines, circles, ellipses and range rings.
Apache License 2.0
17 stars 22 forks source link

User should be presented with warning when using invalid names to export #660

Closed ljuru closed 4 years ago

ljuru commented 5 years ago

Background

An issue was created (#385) to warn a user when they are using an invalid feature class name, but it only catches some of the cases.

Current behavior

If you enter a special character *,&,!,(,< in any portion of the name, you are presented with a warning. image

If you start the name with a number, this is not allowed, you get an error instead of a warning.
image

Expected behavior

The user should the warning anytime the filename is invalid.

Additional information

This is found on ArcGIS Pro 2.4. beta 1
Distance and Direction build 68

dfoll commented 5 years ago

Tested good using DD build 107

Ready for Doc QC

lfunkhouser commented 4 years ago

doc QC'd @dfoll can you confirm the build you tested on and add the verified and appropriate application version labels. Issue can be closed after that.