用户操作
[即时聊天] [发私信] [加为好友]
BearID:dogbear2000
190034次访问,排名408,好友0人,关注者21人。
Woking..................
dogbear2000的文章
原创 173 篇
翻译 0 篇
转载 11 篇
评论 98 篇
最近评论
delphizhou:用IDHTTP下载文件怎么传入用户名和密码.
sap99:www.sap99.com/,SAP99资料多多

SAP免费资料下载
http://www.sap99.com

有很多的学习资料,推荐一下,
robinlovoy:这个问题我测试到BDS2007,仍然存在,并没有解决.查看了问题31640号问题也是至今并无解决方法,建议MIDAS的服务端仍然使用DELPHI7开发,不能升级.
soccerx:正在为这个问题发愁,谢谢
faint:1204 x768 下面的默认值 .....

如果改 pixcelperinch的话,就能实现窗体组件适应不同分辨率的话.
到是可以试试.

case screen.width of

1024:pixcelperinch:=96;
800:picelperinch:=120;
不过这有用么?
文章分类
收藏
    相册
    Borland
    Delphi
    演示图片
    Delphi
    Delphi开发者
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 Delphi 2006 DataSetProvider has a bug with MEMO/NTEXT field -- NO!收藏

    新一篇: 免费下载Delphi正版软件-- Turbo Delphi | 旧一篇: Delphi 2006 ClientDataSet has a bug with MEMO/NTEXT field -- No

    ==================================

    updated on 2006.8.22

    This is not a bug.
    It caused by old version  midas.dll.


    When use Delphi 2006 ClientDataSet, we should use the latest midas.dll with BDS 2006 and copy it to system32 directory on the run time computer.

    If you still keep the old version midas.dll (e.g. of Delphi 7), it will cause this problem.


    ==================================


    Delphi 2006 ClientDataSet/DataSetProvider on WIN2003 has a big problem:

    in DB.pas: TWideMemoField = class(TBlobField)

    Then CDS will treat Memo in Access or nText in MS SQL Server as BLOB field on
    Windows 2003 (there is no problem on Windows XP)

    http://qc.borland.com/wc/qcmain.aspx?d=31812


    Then the DBGrid can not show the data, and the user can not see the data in
    Access (because the data is saved as Blob).

    It affects all of our programs now! 

    See Screen shorts of my programs:

    Test on Windows XP SP2 (Good)

    ClientDataSet Test on XP SP2


    Test on Windows 2003 (Bad) :Client DataSet Test on Windows 2003 SP2

     

    Workaround:

    1. Set DataSetProvider.ResolveToDataSet=True  (to save data correctly)
    2. Use field.AsWideString to read and write the value, do not use .AsString or .Value (to save  data correctly)
    3. Do not use DBMemo to show these text, show the content manually in Memo or TNTMemo (to show data correctly)


     

     

    发表于 @ 2006年08月08日 10:45:00|评论(loading...)|编辑

    新一篇: 免费下载Delphi正版软件-- Turbo Delphi | 旧一篇: Delphi 2006 ClientDataSet has a bug with MEMO/NTEXT field -- No

    评论

    #robinlovoy 发表于2008-07-30 21:22:18  IP: 117.87.49.*
    这个问题我测试到BDS2007,仍然存在,并没有解决.查看了问题31640号问题也是至今并无解决方法,建议MIDAS的服务端仍然使用DELPHI7开发,不能升级.
    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © Bear