You've already forked lazarus-ccr
fpspreadsheet: rename project1 to dbexport as it better indicates the functionaiity.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3430 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="project1"/>
|
||||
<Title Value="dbexport"/>
|
||||
<ResourceType Value="res"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<Icon Value="0"/>
|
||||
@ -38,7 +38,7 @@
|
||||
</RequiredPackages>
|
||||
<Units Count="2">
|
||||
<Unit0>
|
||||
<Filename Value="project1.lpr"/>
|
||||
<Filename Value="dbexport.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
@ -55,7 +55,7 @@
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="project1"/>
|
||||
<Filename Value="dbexport"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
@ -1,4 +1,4 @@
|
||||
program project1;
|
||||
program dbexport;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
@ -7,8 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, main
|
||||
{ you can add units after this };
|
||||
Forms, main;
|
||||
|
||||
{$R *.res}
|
||||
|
@ -1,5 +1,5 @@
|
||||
This demo shows how a large database table can be exported to a spreadsheet file
|
||||
using virtual mode.
|
||||
This example program shows how a large database table can be exported to a
|
||||
spreadsheet file using virtual mode.
|
||||
|
||||
First, run the section 1 to create a dBase file with random data.
|
||||
Then, in section 2, the dBase file can be converted to any spreadsheet format
|
||||
|
Reference in New Issue
Block a user