MS4BIĀ®

MS4BI HELP 2022

by MS4script
01-Introduction
Preface & Copyright
Getting started
Informations + Cmd/param Server
Demos Simple
02- Declarations
Structure
Type
03- Instructions
Conditions if,do,while..
Char/Text functions Char or Text..()
Get + Include functions Get, Include..
String functions String# (hashtag)
Date-Time Day, Time, Year.
Display
Call
Formulas Complex
04- Database
Connector Ado, Odbc, Dsn, SAP, Ms4
DB Connect Create, delete
Import DataSource Import, Consolidation
Administration Admin, User
05- Sql-Query
Sql
Query Form : BTS,Plus
Grid option
06- Charts
Forms Plus, Win, Image, Excel, Morris...
Pie Std, Donut, 3D...
Bar Std, Stack, Line, Area, Plot
Radar
QrCode, Gauge
Step, Stock...
,Google,Leaflet... GeoMap
,Gantt,Timeline,Org.
DrawWindow [web]
07- Dashboard
Form tab, no tab
Responsive UI
08- Report
Report Hierarchy
Report Design
09- Filters
Dialogue + Call
10- Menus
Menu Design
Menu Frameset
Menu Custom
11-UI : Responsive
Tables Responsive,Frame,position
List Group
Text
Panel Header, body, Footer
Button Button, Progress Bar
Icon & Button
Collapse Group, Panel
Notifications
12- Encryption
Encrypt
Decrypt
13- Windows
Dialogue
Picture, Frame, Button..
MsgBox
Grid

Designer

00-OverView
01-Transaction
02-Setting
05-Import
10-Formula
15-Report-Part1
16-Report-Part2
20-Query-Part1
21-Query-Part2
25-Report-Query-Style
30-QrCodeImage
31-Windows
32-Frame
40-TabStrip
50-Collapse
60-BeginForm
63-Input-SubmitBox
70-Input-Select
71-Input-Insert
72-Input-Update
73-Input-Delete
75-Input-Query
77-ListComBo
81-Button-Link
82-Button-DataList
86-Sticky-Label
91-Insert-PhpJsHtml
92-Insert-MS4script
15- Css, html, Php, js.
Insert Native language Begin_sw..End_Sw
16-Install + tools.
Installation & Configuration This Menu
Generate Native... Php, Html, js..
Code Generator Ms4 Script
MarkDown Ms4 Script
Source Code Menu Help This Menu
written with ms4script
      

BASIC HELP : MS4BI by MS4script

2021 version 1

Chapter 14 : Css, html, Php, js

Definition

Block defining the possibility of inserting: Javascript, php, html, ajax, css.. web source code.

Syntax

  		   	
 BEGIN_SW   
 instructions 	Javascript, php, html, ajax, css 
	
 END_SW	   ;

	

Example

  		   
Begin_SW  
  <style>  
    .k-grid { border-bottom: none;   font-size: 9px;}  
    .k-header { background-color:green;color:yellow;font-family:tahoma;font-size:18px; } 
    .k-header.k-link { color:black; } 
    .k-state-selected { background-color:#A7CDF0;background-image:none;color:red;} 
    .k-alt.k-state-selected  { background-color:green;background-image:none;color:white;} 
     tr { font-family:arial;font-size:11px;color:black;border-bottom:solid 14px #DBDEE1;height:21px;} 
   .k-alt { background-color:#dff7ae; } 
   .k-grid td { line-height: 2; padding:0px 10px;margin:0px;border-bottom:solid 2px green;  } 
   .k-grid-header { padding:0px 0px;margin:0px; font-size: 39px;} 
   </style> 
End_SW  ; 
  Begin_Report
  
  REPORTINPUT :   DBconnect {Ms4DB}(LEnvDemoExcelDB) use View  ("[ms4EmplConsolidationBusiness]") 
   REPORTFORM:AGGREGATE , TITLE : " EXCEL  Consolidation : REPORT   EMPLOYEE orders BY SHIP COUNTRY " 
    
             AGGREGATE  BY       :      Employees.EmployeeID   ,   Orders.Shipcountry ,Orders.ShipCity
                              
            DETAIL AGGREGATE    : Option  :  BEGIN pagesize:300  END OPTION      
                    Orders.OrderID   ,		TITLE "ORDER"  , 
                    Orders.ShipName ,		TITLE " ship Name "  ,
                    Orders.ShipAddress  , 	TITLE "Address"   ,
                    Orders.ShipCity  , 		TITLE "City"   ,
                    Orders.ShipRegion  ,		TITLE "Region"   ,
                    Orders.ShipPostalCode  ,	TITLE "Postal code "   ,
                    Orders.Shipcountry  , 	TITLE "Ship country"   
 END_REPORT ;	
	
Visualise example 1
Source example 1
Visualise example 2
Source example 2

Remarks

See also markdown and help on blocks: BEGIN_SW ........... END_SW

Interested in joining us? contact@mgplanete.com
The Mg Planete team


Copyright 2022 by Mandragore Planete

the official sites :
mgplanete.com
getms4bi.com
demos.ms4bi.com
help.ms4bi.com
ms4script.com

Download

official site :
getms4bi.com

Our purpose : Keep it simple !


written with ms4script
  • help 01.010.2022.8

MS4BI in 5 minutes