Hopefully an easy one for someone....
I'm reporting on some issues in a messagebox and the message is of variable length depending on circumstances. The sample I used was a 1700 char string. Unfortunately, the message is being truncated at around 1000 chars (haven't counted the exact number). The VFP help doesn't say there is a max message length (it says the box is resized to fit the message whatever the length). Anyone know what determines the limit and whether there's a way to change it (apart from the obvious solution of building my own messagebox class)? Thanks for any help you can give!
I'm reporting on some issues in a messagebox and the message is of variable length depending on circumstances. The sample I used was a 1700 char string. Unfortunately, the message is being truncated at around 1000 chars (haven't counted the exact number). The VFP help doesn't say there is a max message length (it says the box is resized to fit the message whatever the length). Anyone know what determines the limit and whether there's a way to change it (apart from the obvious solution of building my own messagebox class)? Thanks for any help you can give!