W Wouter New Member Mar 8, 2004 #1 When i open a program in the app.builder i receive the message: "attempt to update _TRG record data exceeding 32000" is there a way in progress to check each procedure how big it is? Now i have to comment each procedure and see if the message still comes. thkx greetz
When i open a program in the app.builder i receive the message: "attempt to update _TRG record data exceeding 32000" is there a way in progress to check each procedure how big it is? Now i have to comment each procedure and see if the message still comes. thkx greetz
D Dirky New Member Mar 8, 2004 #2 It seems to me your procedure isn't too large... you're trying to update a record in your database, and the records becomes larger than 32K....
It seems to me your procedure isn't too large... you're trying to update a record in your database, and the records becomes larger than 32K....