Sytze de Boer wrote: > Hi Folk > I've introduced a bug into an application and for the life of me, I can't > figure what I've done. > > One of the problems is that it only comes up occasionally > > The error is "String too long to fit" > I've looked at the help file and my system comes nowhere near any of the max > values listed there > It comes up immdediately after you exit the "form" to print the invoice > > Does nyone have a bright idea ? > >
Can you post some samples? Perhaps you've got a loop where you add to a string? I've seen this with a MESSAGEBOX where the first arg is too long. Perhaps you're using an ampersand in your call like this: MESSAGEBOX(&lcMsg,16,"Example") _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

