You most likely have the ListBox Format Manager enabled for the Browse and the previous format was for 9 columns. Right-click on the browse, go into the List Formats --> Format Setup --> Delete ALL. This will reset the stored formats for this browse.
Remember I warned you of this problem with ListBox Formats Manager.
Since the ListBox Format Manager just stores the different Format Strings, it might be difficult to identify. At least, you are lucky as your problem was that of more columns. I have had GPF's in previous Clarion versions. The only check that can be done is to compare the Original Format String with the Default on Initialisation and offer to reset all if they are different. But this would also cause problems as a simple change of a Picture Clause could trigger this.
By the way, Mark's suggestions was right but the only difference is that the PROP:Format assignment is done in the class. Check the ListFormatManagerClass in \Clarion6\libsrc\BRWEXT.clw.
That's good to know because I only cought the extra columns since I am only at the design stage of the project. When designing my browse boxes I need to remember to turn the Format List Manager on after the app is complete tested and ready to go into production.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.