CBUILDER6

所属分类:Pascal/Delphi编程
开发工具:C++ Builder
文件大小:339KB
下载次数:26
上传日期:2009-03-16 18:24:02
上 传 者天下第三
说明:  签于目前市场上结合Query万能查询的第三方控件,适合DELPHI的特别多,如武稀松先生的WNQUERY,但适合CBUILDER的几乎是麟毛凤脚,由于公司产品上需要用到该功能,所以特别花了一天时间编了这个适合CBUILDER6版本的万能查询模块(如有需要亦可提供CBUILDER5的版本),供大家参考使用,改天有时间我会推出该系列的第三方控件,希望大家多提宝贵意见。 功能特点: 1、结合adoQuery(只适合adoQuery),如需支持Query,请另行通知我; 2、结合adoQuery->Fields属性,查询条件可以根据Fields的Visiable属性来定,也就是说Fields->Field[0]->Visiable=false,这时你可以设置属性既可以把这类字段作为查询条件,也可以隐藏这类字段不作为查询条件显示; 3、根据字段类型显示比较值,举例说明:如果你选择的是DateTime字段,那比较值自动改为DateTimePicker,这比武稀松先生的WNQUERY要先进多了; 4、可以单项条件查询也可以多项条件结合查询; 上海同文信息技术有限公司 赵秀江(David) http://www.twsoft.cn Email:mail@twsoft.cn david@twsoft.cn MSN:twsoft@hotmail.com QQ:5281034
(Sign currently on the market combined with Query query omnipotent third-party controls, DELPHI fit many of the special, such as Mr. Wu Xisong the WNQUERY, but are suitable for almost CBuilder-lin毛凤feet, because of company s products used on the necessary functions, so in particular spent a day period of time for which the fit CBUILDER6 version of the Universal Query Module (if required can also provide CBUILDER5 version), for reference use, another day I will have time to launch the series of third-party controls, I hope everyone mention many valuable comments . Features: 1, combined with adoQuery (only suitable adoQuery), For Supporting Query, please notice me 2, combined with adoQuery-> Fields property, according to Fields query property to set the Visiable, that is to say Fields-> Field [0]-> Visiable = false, then you can set a property can put this type of field as query, you can hide these fields do not show as a query 3, according to field the type of revea)

文件列表:
CBUILDER6\TWSOFTSEARCH.dll (911872, 2005-10-20)
CBUILDER6 (0, 2009-03-12)

签于目前市场上结合Query万能查询的第三方控件,适合DELPHI的特别多,如武稀松先生的WNQUERY,但适合CBUILDER的几乎是麟毛凤脚,由于公司产品上需要用到该功能,所以特别花了一天时间编了这个适合CBUILDER6版本的万能查询模块(如有需要亦可提供CBUILDER5的版本),供大家参考使用,改天有时间我会推出该系列的第三方控件,希望大家多提宝贵意见。 功能特点: 1、结合adoQuery(只适合adoQuery),如需支持Query,请另行通知我; 2、结合adoQuery->Fields属性,查询条件可以根据Fields的Visiable属性来定,也就是说Fields->Field[0]->Visiable=false,这时你可以设置属性既可以把这类字段作为查询条件,也可以隐藏这类字段不作为查询条件显示; 3、根据字段类型显示比较值,举例说明:如果你选择的是DateTime字段,那比较值自动改为DateTimePicker,这比武稀松先生的WNQUERY要先进多了; 4、可以单项条件查询也可以多项条件结合查询; 上海同文信息技术有限公司 赵秀江(David) http://www.twsoft.cn Email:mail@twsoft.cn david@twsoft.cn MSN:twsoft@hotmail.com QQ:5281034 typedef PChar (GetSQL)(bool, PChar, TADOQuery*); extern "C" __declspec(dllimport) PChar __stdcall GetCondition(bool bVisiable, PChar sCaption, TADOQuery* adoQuery); HINSTANCE nDLL; GetSQL *theValue; nDLL = LoadLibrary("TWSOFTSEARCH.dll"); if(nDLL != NULL) { theValue = (GetSQL*)GetProcAddress(nDLL, "GetCondition"); if(theValue != NULL) Memo1->Text = (*theValue)(true, Caption.c_str(), ADOQuery1);//查询条件值; } theValue = NULL; FreeLibrary(nDLL);

近期下载者

相关文件


收藏者