May 4, 20188 yr Issue Information Issue ID #000028 Issue Type Issue Severity 0 – None Assigned Status UNFILED Version 2009.082 Fixed in Platform Editor magazine limit=50 , also nowPosted by broncepulido on 07 July 2013 - 10:30 AM After an essay to fill more than 50 magazines on a ship (Iowa) with the new Platforme Editor theorically corrected as in the quoted text down, I see the limit is the old 50 (with 51 magazines exporting the platforms I get a 3163 message error):Quote HCE - 2009.079 - 2013/06/01===========================- Chg:0000 PE Modified qOMultiMountCopy query to do its join on a Memo field instead of a text field. Changed field type of the tExportArray table's Array field from Text(255) to Memo. Changed export and import specifiers for the following annexes to use Memo instead of Text(255): Ship, Sub, Plane, Installation for Magazine Array, Mount Array and Sensor Array. Well, except that Submarines don't have magazine's in the game so it wasn't changed there. All of this is to allow more items in the related arrays. The case that led to these changes was a ship having 51 magazine entries. The GE limit is set at 127 magazine entries, an artificial limit with no technical basis. However, the array of AnnexIDs for the Magazine's weapons went over the max 255 characters in the Array field in the PE. Changing to Memo type removes that restriction. The PE is now good to 170 entries but the GE will continue to cap it at 127. (thanks Brad)With this content:ElseIf Not (LastID = 0) And Not (rsData!ID = LastID) Then With rsArray .AddNew ![Annex] = LastAnnex ![iD] = LastID ![subAnnex] = SubAnnex ![Array] = Format$(ArraySize, "0") & ArrayVal .Update End With ArraySize = 0 ArrayVal = "" End IfIf I select "ArraySize" in the seventh line I get this text: ArraySize=51I attach the pfBuild2005 file I get in HC2009.82 wich I'm using now. Issue-28-Platform-Editor-magazine-limit=50-,-also-now.pdf pfBuild2005.zip
Create an account or sign in to comment