医药CRM系统开发

自已做医药CRM系统有四年了,终于可以算个产品了,努力市场化,今年重种将医药营销的理念加入CRM

导航

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页

2007年3月13日

摘要: http://www.microsoft.com/taiwan/msdn/columns/adonet/AdoNet_20041231.htmADO.NET 1.x Dataset 序列化問題探討 http://support.microsoft.com/?kbid=829740提高 DataSet 序列化和远程处理性能 利用SharpZipLib进行压缩和解压缩 [原] 因为工作需要所以要用C#... 阅读全文

posted @ 2007-03-13 09:23 hhq80 阅读(776) 评论(0) 推荐(0) 编辑

2007年3月12日

摘要: if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[CRM_LimitTemplet]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[CRM_LimitTemplet]GO if not exists (select * from ... 阅读全文

posted @ 2007-03-12 20:09 hhq80 阅读(254) 评论(0) 推荐(0) 编辑

摘要: (旧称:谷氨酸丙酮酸转移酶,GPT) 正常参考值:5~45U。 临床意义: 旧称“谷氨酸丙酮酸转移酶” (GPT),简称“谷丙转氨酶”。人体内肝、心、肾、肌肉等器官和组织内都含有ALT,当这些器官、组织或细胞有炎症或受损时,ALT就大量地释放到血液中,使之明显升高。ALT活性以肝细胞最高,是肝细胞受损时最敏感指标之一,重症肝炎时可高达2000U~5000U。增高常见于急慢性... 阅读全文

posted @ 2007-03-12 18:57 hhq80 阅读(592) 评论(0) 推荐(0) 编辑

2007年3月11日

摘要: if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[CRM_LoginUser]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[CRM_LoginUser]GO if not exists (select * from dbo.sy... 阅读全文

posted @ 2007-03-11 20:18 hhq80 阅读(243) 评论(0) 推荐(0) 编辑

2007年3月7日

摘要: 日程管理主表if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[CRM_Schedule]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[CRM_Schedule]GO if not exists (select * from db... 阅读全文

posted @ 2007-03-07 16:59 hhq80 阅读(428) 评论(0) 推荐(0) 编辑

2007年3月4日

摘要: 1。打开窗口: Code:var handle = window.showModalDialog(url, objects, feathers); 其中:objects可以为参数(包括数组),也可以是对象。通常的用法 objects = {window} ,把父窗体的对象共享给子窗体。 2。关闭子窗口: Code:window.close(); 3。从子窗体传参数给父窗体: Code:window... 阅读全文

posted @ 2007-03-04 19:50 hhq80 阅读(176) 评论(0) 推荐(0) 编辑

摘要: 在代理商销售时应增加一字段来记录已销售多少在sfmx中增加一字段,用于记录该批次已销售多少ALTER TABLE dbo.ZY_YP1_SFMX ADD CONSTRAINT DF_ZY_YP1_SFMX_yysl DEFAULT 0 FOR yyslGO ALTER TABLE dbo.zy_yp1_proxysalesdetail ADD lsh0 char(18) NULL--存放原始进货批... 阅读全文

posted @ 2007-03-04 15:27 hhq80 阅读(205) 评论(1) 推荐(0) 编辑

摘要: 当在主窗口中: private void DataGrid1_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if(e.Item.ItemType == ListItemType.Footer) { //id:DataGrid1__ctl8 name:D... 阅读全文

posted @ 2007-03-04 08:28 hhq80 阅读(586) 评论(0) 推荐(0) 编辑

2007年3月3日

摘要: We all use JS functionality handlers that will trigger for different attached DataGrid events. More frequent JS handlers are:Mouse Over, Mouse Out, On Click, On Double Click, Validate (for different g... 阅读全文

posted @ 2007-03-03 13:30 hhq80 阅读(274) 评论(0) 推荐(0) 编辑

摘要: Double click could be simulated by actaully investigating on how SELECT command works on DataGrid.The select command creates a tag which runs the __doPostBack Java function at the client side script.... 阅读全文

posted @ 2007-03-03 13:29 hhq80 阅读(231) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页