Browse Source

Merge pull request #738 in DESIGN/design from ~MATA.LI/design:release/10.0 to release/10.0

* commit 'aa72b9bca6c9861543f237717980196080ee64fd':
  REPORT-13802
bugfix/10.0
Mata.Li 6 years ago
parent
commit
d9363a8a08
  1. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/contextPath.txt
  2. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/formletName.txt
  3. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/reportName.txt
  4. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/serverName.txt
  5. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/serverSchema.txt
  6. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/serverURL.txt
  7. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/contextPath.txt
  8. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/formletName.txt
  9. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/reportName.txt
  10. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/serverName.txt
  11. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/serverSchema.txt
  12. 2
      designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/serverURL.txt

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/contextPath.txt

@ -1 +1 @@
contextPath是指绝对路径的服务器别名,即虚拟目录.假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,contextPath是/WebReport
contextPath是指绝对路径的服务器别名,即虚拟目录.假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,contextPath是/webroot/decision/view

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/formletName.txt

@ -1 +1 @@
表单名字假如访问:http://localhost:8080/WebReport/ReportServer?formlet=Form1.frm,formName就是Form1.frm
表单名字假如访问:http://localhost:8075/webroot/decision/view/form?viewlet=Form1.frm,formName就是Form1.frm

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/reportName.txt

@ -1 +1 @@
报表名字假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,reportName就是WorkBook1.cpt
报表名字假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,reportName就是WorkBook1.cpt

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/serverName.txt

@ -1 +1 @@
serverName,是指服务器地址或名称.假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverName指的是:localhost,即访问机子的IP
serverName,是指服务器地址或名称.假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverName指的是:localhost,即访问机子的IP

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/serverSchema.txt

@ -1 +1 @@
serverSchema,是指协议名称.假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverSchema指的是:http
serverSchema,是指协议名称.假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverSchema指的是:http

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/cn/serverURL.txt

@ -1 +1 @@
serverURL是指访问服务的URL假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverURL就是http://localhost:8080
serverURL是指访问服务的URL假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverURL就是http://localhost:8075

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/contextPath.txt

@ -1 +1 @@
absolute path of the serverhttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,contextPath is /WebReport
absolute path of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,contextPath is /webroot/decision/view

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/formletName.txt

@ -1 +1 @@
form namehttp://localhost:8080/WebReport/ReportServer?formlet=Form1.frm,formName is Form1.frm
form name http://localhost:8075/webroot/decision/view/form?viewlet=Form1.frm,formName is Form1.frm

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/reportName.txt

@ -1 +1 @@
report namehttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,reportName is WorkBook1.cpt
report name http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,reportName is WorkBook1.cpt

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/serverName.txt

@ -1 +1 @@
address or name of the serverhttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverName means localhost
address or name of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverName means localhost

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/serverSchema.txt

@ -1 +1 @@
serverSchemahttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverSchema is http
serverSchema http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverSchema is http

2
designer-base/src/main/resources/com/fr/design/insert/formula/variable/en/serverURL.txt

@ -1 +1 @@
URL of the serverhttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverURL is http://localhost:8080
URL of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverURL is http://localhost:8075
Loading…
Cancel
Save