AronGahagan / cpt-dev

Code repository for the ClearPlan Toolbar
https://www.ClearPlanConsulting.com
3 stars 1 forks source link

cptFilterByClipboard - account for err.number 1004 in cptGetFreeField() #372

Closed AronGahagan closed 5 months ago

AronGahagan commented 5 months ago

Problem:

User RG reports Err.Number = 1004 when attempting to write to a number field that is unnamed, has no values, is defined as a pick list, but picklist has no values.

Solution:

Perhaps skip when Err.Number > 0 instead of only when Err.Number = 1101, Einstein.

Todo: