Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicBackColor length limitations and complex conditio
Message
 
To
25/08/2009 07:08:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
01419452
Message ID:
01420515
Views:
51
>Messagebox() have a capacity but I never counted. 256 makes sense.
>
>Update:Looks like there is no 256 limit in messagebox()

1024

messagebox("a" + replicate(".", 1022) + "z")
messagebox("a" + replicate(".", 1023) + "z")

can you try this please. in a sample form put in a grid with one column and in that col's DynBC = IIF(.T., RGB(255,255,255), "a..............................................................................................................................................................................................................................................................z")

Put in a messagebox() to this property somewhere close and run the form and see the messagebox giving you truncated value. Now open the form and Zoom this property, trucated!!!
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform