当前位置:网站首页>Flexible report v1.0 (simple version)
Flexible report v1.0 (simple version)
2022-07-06 17:26:00 【Heart blue 168】
Flexible report v1.0 User help manual |
Date of writing :2010 year 8 month 10 Japan |
| Software development background : As a coder , In daily work , The work of writing code is always indispensable . In the process of coding several projects , We have sorted out several class libraries that were not formed before , Now it has basically taken shape , This not only standardizes the code of the whole project , It also greatly saves the writing of repeated code , Thus, the development time of the project is saved , Improve the quality of the project , Strengthen the readability of the project source code . Every project basically has related report development , Although the Excel The class library generated by operation is now basically shaped . But the flexible Chinese style report will inevitably make programmers feel headache , As long as user needs change , The code that generates the report also needs to be changed accordingly . This is also a headache for ordinary units . Therefore, the purpose of developing this software is to deal with the flexible reports of users , Through this software, the report that needs to be changed is moderately modified , Without modifying the code or modifying the code less, we can meet the needs of users . software interface : As shown in the figure below : Software manual : (1) Start the system Run FReportApp.exe Start the software . The menu bar description is shown in the following figure : The toolbar description is shown in the following figure : (2) New projects stay [ file ] Under the menu item, there is [ New projects ] Menu items or use the new project tool in the toolbar (3) New report Select the project node , Right-click menu , Click on [ New report ], As shown in the figure below : (4) New data table Select the report node , Right-click menu , Click on [ New data table ], As shown in the figure below : (5) Create data table data Open the data table window , stay SQL Enter the... Of the extracted data in the statement text box SQL sentence , And then click [ perform SQL] Press the button to view the returned results ( notes :SQL The parameters in the statement are expressed in [] Cover up , Such as [namepara]), Click on [ To obtain parameters ] After the button , The parameters will be displayed in the parameter list , Here, enter parameters in the value column . example :select ' China National Petroleum Corporation ' as dw from dual where 1=[name] The parameter list and display results are shown in the following figure : notes : Here, the row column conversion function of the data table is supported , As shown in the figure below : (6) Report template design 1.[ ditto ]-[ end ] combination The results are shown in the following figure : 2.[ The cycle is the same as above ] The way The results are shown in the following figure : (6) stay Excel Set the template in Because this software is right Excel Limited operation , So this software is provided in Microsoft Office Excel In the middle of Excel Template editing , Such as inserting charts , Macro operation and other series of operations . Operation method : Activate the Excel Templates , Use the [ stay Excel Editor in chief ] Tools , start-up Excel Edit . As shown in the figure below : notes : Use in Microsoft Office Excel Edit in Excel Templates , Only after you finish editing and close Excel After procedure , To switch to the operation interface of this software .
|
边栏推荐
猜你喜欢

程序员定位解决问题方法论

Activiti目录(三)部署流程、发起流程

ByteDance overseas technical team won the championship again: HD video coding has won the first place in 17 items

1. Introduction to JVM

Resume of a microservice architecture teacher with 10 years of work experience

Program counter of JVM runtime data area

Wu Jun trilogy insight (IV) everyone's wisdom

Set up the flutter environment pit collection

Learn the wisdom of investment Masters

轻量级计划服务工具研发与实践
随机推荐
Interpretation of Flink source code (III): Interpretation of executiongraph source code
Flink 解析(七):时间窗口
arithmetic operation
Idea breakpoint debugging skills, multiple dynamic diagram package teaching package meeting.
Activiti directory (III) deployment process and initiation process
Brush questions during summer vacation, ouch ouch
暑假刷题嗷嗷嗷嗷
Flink 解析(六):Savepoints
05个人研发的产品及推广-数据同步工具
CTF reverse entry question - dice
JVM类加载子系统
基于Infragistics.Document.Excel导出表格的类
肖申克的救赎有感
Von Neumann architecture
1. JVM入门介绍
Some feelings of brushing leetcode 300+ questions
JVM class loading subsystem
Basic knowledge of assembly language
基于LNMP部署flask项目
關於Stream和Map的巧用





open 『 New projects 』 Dialog box , Enter the name of the project in the dialog box , Service naming (Oracle The service naming name in the configuration in the client ), user name , After the password, click the Create button to create a new report item . As shown in the figure below :








