Grid ++ Report problem set!

Source: Internet
Author: User
1. http://www.rubylong.cn/bbs/dispbbs.asp? BoardID = 8 & ID = 4703 & page = 1
Access the subreport sub-report implementation table
A: insert a subreport into the detail grid. The reports associated with the subreport are displayed multiple times in the detail grid of the main report. Generally, a subreport must be associated with the data of the primary report. In the subreport table, parameters with the same name as the fields of the primary report are defined, and parameterized query SQL statements are defined. In this way, the data of the primary report can be associated. For more information, see (example template) 1 M. subreport implementation table. grf

2. http://www.rubylong.cn/bbs/dispbbs.asp? BoardID = 8 & ID = 4650 & page = 2
Can I directly input or modify data in a table? Just like your common table control, you want to directly enter the basic information and documents in the form for easy IGRRecordset. the Editable attribute specifies whether the record set can be edited during report running. Does this attribute indicate that data can be directly modified? How can this attribute be used?
A: Grid ++ report is a report and does not support table-based editing.
When the IGRRecordset. Editable attribute is true, you can use code to edit the data. For example:
Recoredset. Editable = true
Recordset. edit
Report. Fieldbyname ("Fieldname"). asstring = "zzzz"
Recordset. post

3. http://www.rubylong.cn/bbs/dispbbs.asp? BoardID = 8 & ID = 4696 & page = 1
How do I define a three-tier column title?
A: The multi-layer header is defined in the column title layout dialog box. The process of opening the column title layout dialog box is as follows:

Run the "Report-> detail column title..." command on the main menu.

--- Or ---

In the report layout window, execute the context popup menu: "column title layout..." command in the area occupied by the clear grid.

4. http://www.rubylong.cn/bbs/dispbbs.asp? BoardID = 8 & ID = 4698 & page = 1
How can I export an Excel file by using the button?
A: See the example program Export.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.