Does anyone out there know if there is a limit to how many Multifactorial functions there can be in the CPS system? Is there a limit? Also, can anyone provide me with information as to how to add additional text files when the 60kb limit for the file is reached?
Thanks so much!
Do you have VFE, and have you tried adding function libraries within VFE? This is usually what I use whenever I have a lot of code involved on a form. As far as how to add it, the instructions are pretty straight forward. If you need instructions, I can type out a small walkthrough. There is also the help file in VFE that will show the process with pictures.
You can also utilize the usrlib.txt file in the client folder. This is mainly used for global functions that you want to use outside of an update or within many forms. The limit is 64KB, but you can make multiple of these. For example, I have 3 of these: usrlib.txt, globlib.txt, and utillib.txt. VFE help file explains how to manage these in great detail.
Function libraries? I've never used function libraries regarding the Multifactorial fxns. The walkthrough would be really helpful if you wouldn't mind. And I've definitely never made user of the userlib.txt files in regard to a VFE form.