📄 read_cs.txt
字号:
project CopySort - Version 2.2
Delphi 2,3,4
26.12.98
Author : (c)Jose Maria Gias Zaragoza - Spain
email : sigecom@arrakis.es
Freeware - This is an example with the source code included.
I have tested it thoroughly, but no guarantee is offered
as to how it may work on or effect your own system.
USE AT YOUR OWN RISK.
The functions of the program include: Copy, Sort, Exports, Filters,
Query, Print, Index, Pack, Info BDE, Edit Tables and Index structure,
Data View, List, View/New/Delete Alias, Make .mdb MSAccess Database
with Ms DAO, etc.
With the project demo that is attached, the following functions can
be accomplished:
- CopyTablefull(..) Use the BDE function dbiCopyTable() that makes a
integrated copy of a table even if it is filtered
- Copy or Duplicate tables complete with their Indexes
- SortTable(..) Use components Ttable and BatchMove
- Sort tables
- The example of the BDE function fDbiSortTable() is also included,
but it is not functional in the project because it orders only by
one field.
- CopySort(..) Use components Ttable
- Copy or Duplicate tables complete without Indexes.
- Copy data to another in an ordered table
- Export data ordered by an Index to dBase, Paradox, or ASCII.Txt
(Attention: If it is exported in ASCII format, the Memo fields
are not sustained and will give an error)
- Form2 accomplishes operations of visualizing, creating and erasing
Aliases of the BDE, and Make new .mdb MsAccess DataBase with DAO,
when it is installed in your machine. If you have Microsoft DAO
Installed, remove the Comment in Unit2.pas
- In the version 2.2 a bug is corrected that ocurred when pack with Delphi 4
and a new form is added for pack tables that is a good idea to add to any
application. Now also it is possible to pack Paradox Tables.
Greetings and enjoy your programming with Delphi
Jose Maria Gias
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -