AronGahagan / cpt-dev

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

cptFilterByClipbard - offer all available fields not just first one #293

Closed AronGahagan closed 2 years ago

AronGahagan commented 2 years ago

Problem:

If user selects No when prompted for first available custom field, the code does not proceed to offer the next available field.

Solution:

Revise cptFilterByClipboard_bas.cptGetFreeField to offer all available fields until user selects Yes or there are no available fields left.

Todo: