VBA Object Count Limit
Microsoft currently limits the amount of VBA controls to 1207 per project. An iFIX picture is considered a VBA project. The current version of iFIX provides a VBA Object Count warning that notifies you when you are approaching the maximum level.
After creating your 1147th control, iFIX provides a dialog box notifying you that you are approaching the maximum allowed and should begin to remove unnecessary controls. If you continue to create scripts without removing them, you will continue to receive the warning. If you try to create your 1208th control, iFIX notifies you that the script cannot be created. To continue adding scripts, you must remove some VBA controls.