baseballgem
Programmer
How come when I put a user define function in a browse the system "Crashes" if I try to resize the browse.
Example:
Browse fields doccode,lname,fname,fname2nd,address1,city where f_nickname(fname,fname2nd) and zip > "20000" etc...
The function f_nickname receives 2 parameters and has a dozen or so lines of code. Essentially searching through arrays and making some logical/fuzzy comparisons and it returns a .t. or .f. depending on the result.
I use to do this all the time in the DOS World version 2.x even through VFP 5.
What gives?
Example:
Browse fields doccode,lname,fname,fname2nd,address1,city where f_nickname(fname,fname2nd) and zip > "20000" etc...
The function f_nickname receives 2 parameters and has a dozen or so lines of code. Essentially searching through arrays and making some logical/fuzzy comparisons and it returns a .t. or .f. depending on the result.
I use to do this all the time in the DOS World version 2.x even through VFP 5.
What gives?