Please oh Please... HELP! 
I'm getting "Insufficient Stack Space" errors on a payroll program that uses Visual Foxpro. (The full version of VFP is not installed, just the version needed by the program)
I've found that says I can increase for & where clause complexity as a possible fix. Something like:
Does this statement go in config.fpw? If not, then where?
I'm getting "Insufficient Stack Space" errors on a payroll program that uses Visual Foxpro. (The full version of VFP is not installed, just the version needed by the program)
I've found that says I can increase for & where clause complexity as a possible fix. Something like:
Code:
= SYS(3055, 8 * MIN(40, FCOUNT( )))
Does this statement go in config.fpw? If not, then where?