当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: tyle="MARGIN: 0cm 0cm 0pt; TE
 

 

 ·怎么数据转文本.文本转数据?    »显示摘要«
    摘要: 急救.再delphi中怎样把数据库中数据导出到文本格式.而且怎样能把文格式的数据导入到数据库中.这里用的是sql server2000 .哪儿位能帮帮忙!(再线等待!) ......
    摘要: http://www.delphifaq.com/fq/q3072.shtml conversion to delphi 6: missing unit proxies.pas question:if your application or expert uses designtime information, you have to replace uses dsgnintf;withu......


InfoPower4000 wwGrid控件的一些应用技巧
上一页   ... this property defines specific settings for exporting data from the grid to a series of different file types or to the clipboard for other applications to use.  choose from html, formatted text, tabbed delimited text, comma delimited text (this is a common spreadsheet format known as .csv), or the excel sylk (.slk) format.   by setting exportoptions | options | esoclipboard to true, the data will be saved to the clipboard in the chosen exportoptions | exporttype format.  if dgmultiselect is enabled in the grid and an enduser has selected some records, then you have the choice of exporting only the selected records or the current contents of the filtered or nonfiltered dataset.  just set the options and call the save method of the exportoptions object.

保存grid到html文件 【程序编程相关:先人的DELPHI基础开发技巧

  【推荐阅读:DELPHI7 如何在编写可视组件中传递

saving to html file 【扩展信息:终于看到了传说中的Delphi9以及我的

 

 

the following example demonstrates how you would save the grids data to an html file.

 

1.    set the grids filename property to xxxxx.html.  where xxxxx is the name of the html file you wish to generate.

 

2.    set the exportoptions | exporttype to wwgethtml

 

3.    call the save method(exportoptions.save) and the generated file will be created.  if you wish to save this to the clipboard so that you can paste the resulting html into microsoft word or excel 2000, then set the exportoptions | options | esoclipboard to true.

 


...   下一页
    摘要:   dephi6(及以下版本)并不提供xp风格支持,因为dephi6推出时xp还在测试当。要使应用程序支持xp风格必须添加"manifest xml”资源文件到应用程序中,告诉系统对此应用程序使用6.0的comctl32.dll,而不是5.0。但有部分vcl控件与6.0存在兼容问题。  tlistview为vsreport时,鼠标移到列头时会抛出异常,修正这个问题需要修改comctr......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE