代码搜索:

找到约 10,000 项符合「」的源代码

代码结果 10,000
www.eeworm.com/read/192685/8363839

txt datareport 的reportheader 和 pageheader 内不能使用变量.txt

由于HEADER部分多为报表名,公司名等信息,以通用和灵活为原则,我多用Table将参数放在后台。
www.eeworm.com/read/392071/8363840

c grs_warning_module.c

#include "grs_warning_module.h" char *wday[]={"Sun","Mon","Tue","Wed","Thu","Fri","Sat"}; int savelog(char * filename,char *pDst,char *context); int savelog(char * filename,char *pDst,char *con
www.eeworm.com/read/192685/8363841

txt 如何使用crystal reports进行每页的累计.txt

先 介 绍 如 何 实 现 本 页 总 计 。 首 先 在 Detail部 分 插 入 一 个 公 式 。 假 定 该 公 式 名 字 为 SimpleSum, 在 公 式 内 输 入 如 下 内 容 : NumberVar x; NumberVar page; if page PageNumber then x:=0; page := Page
www.eeworm.com/read/392071/8363842

h smssend.h

#if !defined(__SMSSEND_H__) #define __SMSSEND_H__ #include "grs_warning_module.h" #define GSM_7BIT 0 #define GSM_8BIT 4 #define GSM_UCS2 8 #define GSM_WAIT 0 #define GSM_OK 1
www.eeworm.com/read/192685/8363844

txt 在运行时如何获得打印机当前选定的纸张型号及尺寸.txt

你可以使用Printer对象的PaperSize获得纸张型号(在帮助中有更详细的说明),使用Printer对象的Height 和 Width属性获得纸张大小。 Printer对象表示当前系统默认打印机,如果你想知道它在Printers中的序号,可以使用下面的代码: For i = 0 To Printers.Count - 1 If Printers(i).
www.eeworm.com/read/392071/8363845

h list.h

#include #include #include typedef struct node{ char notifystr[256]; struct node * next; }pLink; pLink * init(); pLink * insert(pLink * head,pLin
www.eeworm.com/read/392071/8363847

notify

www.eeworm.com/read/192685/8363848

txt 在crystal reports中如何加入vb中变量.txt

你 的 VB语 句 有 问 题 。 Formulas属 性 的 语 法 应 该 是 : [form.]Report.Formulas(ArrayIndex)[= "FormulaName= FormulaText"] 假 如 你 在 Crystal Reports加 入 的 公 式 叫 MyTime, 你 可 以 使 用 这 样 的 语 句 : Report1.