 | | From: | Gilles Delagneau | | Subject: | Too many UDF/PROCEDUREs defined in program | | Date: | Sat, 18 Dec 2004 05:55:07 -0500 |
|
|
 | I have this message "Too many UDF/PROCEDUREs defined in program"
I need many procedures in my program, so I don't know how to solve this problem.
Thanks
|
|
 | | From: | Marty Kay | | Subject: | Re: Too many UDF/PROCEDUREs defined in program | | Date: | Mon, 20 Dec 2004 11:35:39 -0500 |
|
|
 | Gilles,
"Gilles Delagneau" wrote in message news:7f8kJAP5EHA.736@news-server... > I have this message > "Too many UDF/PROCEDUREs defined in program" > > I need many procedures in my program, so I don't know how to solve this problem.
There is a limit to how many procedures or functions can be compiled in a single source file. Try moving some of your code into a second .prg or .cc file and then load it using the SET PROCEDURE command.
- Marty Kay (dBI) -
|
|
 | | From: | Paulo Pereira [APKomp Brasil] | | Subject: | Re: Too many UDF/PROCEDUREs defined in program | | Date: | Tue, 21 Dec 2004 09:47:15 -0200 |
|
|
 | For huge forms this trick does not work or it is extremely awkward! It is time for dBASE to consider to increase the maximum number for UDF/PROCEDURES.
Paulo Pereira
|
|