⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vfpinc.h

📁 foxpro连接sqlserver的例子
💻 H
字号:
#define warn_loc	"警告"
#define info_loc	"提示"
#define ask_loc		"询问"
#define	error_loc	"错误"
#define stop_loc	"终止"
#define SysError_loc		"系统错误,请联系管理员"

#define conKeyUp	5
#define conKeyDown	24
#define conKeyLeft	19
#define conKeyRight	4
#define conKeyHome	1
#define conKeyPageUp	18
#define conKeyPageDown	3
#define conKeyEnd	6
#define conKeySpace	32
#define conKeyDel	7
#define conKeyEnter	13
#define conKeyESC	27
#define conKeyBackSpace	127


#define Preview_name	"报表名称"			&& 用来显示报表内容的窗口
#define ready_loc		"预览报表 ..."
#define noRptFile_loc	"报表文件“&cReportName.”不存在!"
#define noData_loc		"当前工作区没有可共预览的数据,确定要继续吗?!"
#define RptExist_loc	"是否替换原有的报表预览?"
#define error_loc		"错误"
#define NoRpt_loc		"没有报表可预览"
#define RptShut_loc		"预览报表已经关闭!"
#define RptClose_loc	"关闭打印预览窗口?"
#define MsgInfo_loc 	"预览报表: "
#define PreviewToolsbarName	"打印预览"	&& 打印工具条名称
#define NoDataToPreview_loc	"没有数据可供预览!"

#define Connecting_loc			"正在连接数据源..."
#define ConnectData_loc			"连接数据源"
#define ConnectSuccess_loc		"连接成功!"
#define ConnectFail_loc			"连接 SQL-Server 服务器失败!"

#define RunSQL_loc				"SQL 命令执行器"
#define NotConnected_loc		"数据未连接,不能执行!"
#define RunSQLFail_loc			"SQL 命令执行失败!"

#define ParametersError_loc		"参数错误。" + chr(13) + "请检查程序是否给函数传递了正确的参数!"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -