UF Huabiao's CELL plug-in is a third-party control based on ActiveX technology that solves the problem of Chinese-style report display and printing. Like other third-party ActiveX controls, UF Huabiao CELL plug-in can only run on the client and can only use JAVASCRIPT and VBSCRIPT clients. The client language controls the control to directly process the client data, and the client data is stored on the server side, which inevitably requires the client's ActiveX control to interact with the server side.
Regarding how client-side ActiveX controls interact with server-side data, this article introduces the two steps necessary to realize client-side and server-side data interaction as follows:
1. Upload the data in the client CELL plug-in to the server-side database.
Method: The client obtains the data and saves it in XML through the Cell programming interface SaveToBuffer, and uses XMLHTTP technology to transfer the data to the server and save it in the server database.
2. Display the data in the server-side database in the client's CELL plug-in.
Method: Connect to the server database to obtain data, transfer the data to the client through the Response object, and then use the Cell programming interface ReadFromBuffer to display it on the client.
The Cell plug-in is used to develop B/S structure programs. It is developed using Asp, Asp.net, Jsp, VbScript, JavaScript and other languages. Reports can be printed directly in the browser (not IE printing), with international digital signatures, allowing users to More convenient and safer to use.
• It has all the special functions of the Cell component and provides report display and printing in the browser.
• The network report interface is beautiful, which greatly improves the output effect of reports in the browser.
• With international digital signature, users can use it safer and more assured.
• Report files can be saved as Huabiao files or Excel files for further processing
• Supports ASP, ASP.Net, JSP, VBScript, JavaScript and other language development
Introduce the Cell plug-in into the project in the development tool, and then drag the Cell plug-in to the page to start report design.
For detailed instructions, please refer to: Asp.net sample documentation.doc