代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392074/8363790
ncb 1.ncb
www.eeworm.com/read/192685/8363791
txt 在datareport 报表设计器中如何动态加入控件.txt
由VB 6 所提供的DataReport.Sections.Item(Index).Controls.Item(Index)...这样的语法不太利于编程控制数据报表设计器的专用控件的位置、大小等各种属性。但是,我们可以编程根据控件所在区域(Section)和所属类别等将它们分成若干集合(Collection),然后通过控制集合的元素来控制其所代表的控件。当然,在设计阶段我们要将足够多的控件绘制到D ...
www.eeworm.com/read/392074/8363792
cpp 1.cpp
#include
#include
#include
typedef struct Max1
{
int m_a;
int m_b;
int m_c;
}Max;
typedef struct Allocation1
{
int a_a;
int a_b;
int a_c;
}Allocation;
www.eeworm.com/read/192685/8363793
txt 如何在activereport中进行累计.txt
进 行 每 页 的 总 计 是 容 易 的 , 只 要 加 一 个 字 段 , 然 后 设 置 字 段 的 SummaryFun属 性 为 0-Sum, 设 置 SummaryType为 2-PageTotal。 进 行 各 页 总 计 只 需 将 SummaryType设 为 1-GrandTotal就 可 以 了 。
每 页 累 计 要 稍 微 复 杂 一 些 。 首 先 象 上
www.eeworm.com/read/292260/8363795
txt maillist.txt
www.eeworm.com/read/392074/8363796
rc script1.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/192685/8363797
txt 实现可以打印任意查询出的recordset.txt
设 置 Crystal Reports控 件 的 DataSource属 性 为 Data控 件 (如 Data1), 再 设 置 ReportSource属 性 为 3。 若 ReportSource属 性 为 0, 表 示 使 用 报 表 文 件 , 若 为 3表 示 数 据 控 件 。 在 运 行 时 , 调 用 CrystalReport1.Action = 1就 可 以 输 出 报 表