Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show long string in debugger or messagebox
Message
 
 
To
29/01/2011 19:48:50
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01497807
Message ID:
01497814
Views:
45
>>>>Hi,
>>>>
>>>>As I am troubleshooting an issue I have to view a very long string in either the debugger or using messagebox approach. Messagebox cuts off after some number of characters (I don't know what the limit is). And in the debugger it is also almost impossible to view this string. What else can I do?
>>>>
>>>>TIA
>>>
>>>1024 chars is the max. Either make your own messagebox (you can use a form with an editbox on it) or write the text to a file using strtofile()
>>
>>Yes, this is what I did. Broke the string into 3 messageboxes. Thank you.
>
>You're welcome, although you went a different route :o) As long as you got what you needed is what matters. My personal choice would be a resizable form with a resizable editbox on it so it's re-usable and the user can stretch the form and the message in the editbox instead of just scrolling....

I have such form here in Downloads section. Form, which is convenient for showing messages Download #9684
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform