Bootstrap

Version 5.0.88

by 管理者 / 2022年01月19日 / アップデート情報
タグ: , , , ,

Query Builder

  • New – System Product table Map KML/KMZ.  Turn Geo map data in KML/KMZ formats into a dataset that is ready to render in publisher as Google Maps Layer.  Supports Markers, Polygons, Polylines etc.  The is better than simply adding KML links to the Google Layer as the data can be filtered and interacted with.

CLI

  • New – Command line to update and set the Client Setup Local Connection database connection details.   Uses a best match based on the number of parameters and their names.
  • md.Applications.exe  /ConnectionLocalSet  System “ServerName=mylocalhost” “InitialCatalog=mycatalog” “UserID=myId” “Password=mypassword”
  • md.Applications.exe  /ConnectionLocalSet  System “ConnectionName:Microsoft SQL Server (Windows Authentication)” “ServerName=mylocalhost” “InitialCatalog=mycatalog”

Studio

  • New – Wrapper Datamodels.   These are a new kind of Datamodel Extension that allows a new Datamodel to be built on top of another Datamodel.   The Wrapper Datamodel appears as a Product in its own right and any new tables, field and other items are merged with the base Datamodel.  Any reports created against the Wrapper Datamodel will be able to access both the base Datamodel and any new Tables and Fields introduced by the Wrapper.   The reports will be tied to the Wrapper Datamodel Product Code and not the base Datamodel Product Code.  Wrapper Datamodels can be licensed just like any Datamodel but there are license restrictions are in place to ensure that least the same number or more users are licensed for the Wrapper as the base Datamodel.  The Wrapper functions similar to a Extension Datamodel except that it appear as a separate product.
  • New – Product Properties to Allow or Prevent the Datamodel from being used with Extensions or Wrapper Datamodels
  • Fix – Extension Datamodel lost their Author, Copyright and Comment details.  Now maintains these settings.

Publisher

  • Fix – Output style alignment did not work on Table Grid. Left, Centre and Right now aligns both the Header and Rows.
  • Fix – Default alignment on Table Grid for number is not set otherwise will now be Right aligned for Headers and Rows.  Previously the Header was Left aligned.
  • Change – Output style alignment would only alight the Table Header. Now will align both the header and rows.