"Advanced Applications of Data Entry" Doc in this DirectoryThere are 144 docs under this directory.Create a Doc in this Directory
JS Refresh the Parent Page After the Child Window Fills in
Author:ayuan0625      Create Time:03-01 19:48      Tag:      Edit:8 Times    |   View:719 Times

Summary:I. Overview1.1 RequirementWhen using multiple windows for data entry, you may want to make the data t[Full Text:]

JS Title text remains centered
Author:ayuan0625      Create Time:03-18 18:48      Tag:      Edit:13 Times    |   View:325 Times

Summary:I. Overview1.1 ProblemWhen making some wide reports, the width of the report far exceeds the wid[Full Text:]

JS Select All the Checkboxes
Author:ayuan0625      Create Time:10-22 18:57      Tag:      Edit:1 Times    |   View:751 Times

Summary:I. Overview1.1 RequirementWhen using our checkbox widgets, how can we click to check all, so that the[Full Text:]

JS Dynamic star rating
Author:ayuan0625      Create Time:08-07 16:02      Tag:      Edit:5 Times    |   View:316 Times

Summary:I. Overview1.1 ProblemIn the report application, we may use graphics to display the effects such as s[Full Text:]

JS Get the number in the string
Author:ayuan0625      Create Time:03-09 12:42      Tag:      Edit:6 Times    |   View:348 Times

Summary:I. Overview1.1 ProblemWhen making a report, sometimes it is necessary to directly obtain the number i[Full Text:]

JS cpt Refresh a Single Cell or Column
Author:ayuan0625      Create Time:04-28 10:50      Tag:      Edit:17 Times    |   View:611 Times

Summary:I. Overview1.1 RequirementRefresh a cell or a column of cells in real time in the data entry mode. Th[Full Text:]

JS Solves Component Value is not Refreshed on time
Author:ayuan0625      Create Time:03-10 16:49      Tag:      Edit:10 Times    |   View:364 Times

Summary:I. Overview1.1 RequirementIn making a report, button widget is often used to handle values. The curre[Full Text:]

JS Customize the Prompt Text
Author:ayuan0625      Create Time:03-02 21:58      Tag:      Edit:17 Times    |   View:414 Times

Summary:I. Overview1.1 RequirementIn FR reports, prompts indicating whether or not an operation succeeds are[Full Text:]

JS Assign a Value to a Cell by Clicking a Button
Author:ayuan0625      Create Time:02-28 11:42      Tag:      Edit:10 Times    |   View:406 Times

Summary:I. Overview1.1 RequirementHow to assign a value to a cell by clicking a button? 1.2 SolutionAdd[Full Text:]

JS Sets Widget Focus
Author:ayuan0625      Create Time:02-23 13:26      Tag:      Edit:14 Times    |   View:457 Times

Summary:I. Overview1.1 RequirementIn making a report, sometimes the Text widget is disabled by default and ca[Full Text:]

JS Insert Customized Number of Rows
Author:ayuan0625      Create Time:02-21 13:30      Tag:      Edit:9 Times    |   View:444 Times

Summary:I. Overview1.1 RequirementIn many cases, by clicking [Insert Row], only one row will be inserted. How[Full Text:]

JS Assigns Multiple Values to Text Box
Author:ayuan0625      Create Time:11-17 17:10      Tag:      Edit:14 Times    |   View:399 Times

Summary:I. Overview1.1 Problem descriptionFor the Data Entry template, it is hoped that the data of a certain[Full Text:]

JS Get or Modify the Value of a Cell which is Bound with a Widge
Author:ayuan0625      Create Time:11-17 17:07      Tag:      Edit:11 Times    |   View:563 Times

Summary:I. Overview1.1 RequirementHow to get or modify the value of a cell through JavaScript, as shown below[Full Text:]

JS Custom Button Style
Author:ayuan0625      Create Time:07-31 11:36      Tag:      Edit:14 Times    |   View:455 Times

Summary:I. OverviewIn applications, it is often necessary to modify the style of a button. In addition to mod[Full Text:]

Click the delete button to submit to the database
Author:ayuan0625      Create Time:11-10 13:30      Tag:      Edit:29 Times    |   View:313 Times

Summary:1. 概述1.1 问题描述有时候希望点击删除行按钮后,可以自动执行提交动作,无需点击工具栏提交按钮入库,效果如下图所示:1.2 实现思路给删除行按钮添加点击事件,实现点击删除行按钮后,可以延时一段时间再[Full Text:]

通过FR内置事件对用户的操作行为进行入库
Author:ayuan0625      Create Time:11-15 22:44      Tag:      Edit:11 Times    |   View:78 Times

Summary:1. 描述对于一些特殊行业,数据安全显得尤为重要,如何保证数据的安全性成为了企业需要重点注意的环节。除了加强员工保密的意识,更应该加强企业数据安全系统的建设。如果出现意外的数据泄露,也要有途径查询,防止[Full Text:]

[老]网格式报表打印成其它样式
Author:ayuan0625      Create Time:11-10 14:46      Tag:      Edit:19 Times    |   View:69 Times

Summary:1. 问题描述对于填报网格式报表,每行前面有个复选框,希望实现点击页面中设置的打印按钮可以将选中的复选框中的值按照一定的样式打印,如分栏、页面固定显示几行等格式。2. 实现思路可以定[Full Text:]

页面上脚本造成Internet
Author:ayuan0625      Create Time:11-10 14:49      Tag:      Edit:9 Times    |   View:77 Times

Summary:1. 问题描述填报模板,列数很多,包含大量编辑控件或是公式,可能会提示下图信息:各个浏览器出现如上对话框的极限值:IE:执行超过 500w 条 JavaScript 语句时会出现。FireFo[Full Text:]

[老]使用JS修改单元格样式后打印导出当前样式
Author:ayuan0625      Create Time:03-06 07:48      Tag:      Edit:6 Times    |   View:81 Times

Summary:1.概述在填报页面中,有时使用JS对页面样式进行调整,比如使用 JS 实现改变复选框选中行中指定单元格背景色,点击复选框之后改变指定单元格颜色,需要进行导出或打印报表时,发现样式并没有生效,如[Full Text:]

使用js进行及时校验
Author:ayuan0625      Create Time:11-10 13:46      Tag:      Edit:14 Times    |   View:101 Times

Summary:1. 问题描述在实现填报时,有时需要在编辑完数据后跟其他具体某个格子对比,进行及时校验。2. 解决方案使用 JS 脚本进行校验。3. 示例3.1 模板设计表样设计如下:设置 B2 单元格的控件[Full Text:]

多sheet填报分页
Author:ayuan0625      Create Time:11-10 13:38      Tag:      Edit:13 Times    |   View:98 Times

Summary:1. 版本报表服务器版本10.02. 概述上一节介绍了单 sheet 下的填报分页的制作过程以及使用方式,那么在有多个 sheet 的情况下,填报分页的范围不是整个报表,而是每个 sheet,即每个 s[Full Text:]