Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Popup Window in Debug has Display Length Limit?
Message
From
19/05/2004 14:53:15
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00905223
Message ID:
00905374
Views:
13
I think you are right. I can create a variable called mvalue and set the tooltip of a control on a form to display mvalue and setting the value of mvalue in the form's init like below works:
*In form init
public mvalue

mvalue = ''
FOR i = 1 TO 10
	store mvalue + 'Hello ' + ALLTRIM(STR(i)) + ' '+CHR(13) TO mvalue
	
ENDFOR
store mvalue + '  End of Variable Value.' TO mvalue
DODEFAULT()
However, if no matter the number of lines, if the overall text length exceeds what would fit on one line then it doesn't display the tooltip text anylonger.



>Tracy,
>
>See my reply to Alan.
>
>I think VFP has all along limited the tooltip display of a long string memvar in the debugger to what fits in one line of tooltip regardless of the length and formatting characters like CR/LF.
>
>>I've changed my default font and font size and I don't seem to be able to change the tooltip font. How do you do that? I thought that the tooltip could have up to 4095 characters in it so they should all show in the popup then if it was controlled by the tooltip settings then, right?
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform