Difference between revisions of "FlashFiler"

From Free Pascal wiki
Jump to navigationJump to search
m (Categorised page; fix wiki markup)
Line 1: Line 1:
 
== About ==
 
== About ==
This is a Lazarus port of TurboPower FlashFiler Database.<br/>
+
 
I used the version tpflashfiler_2_13 from SourceForge (https://sourceforge.net/projects/tpflashfiler/).<br/>
+
This is a Lazarus port of TurboPower FlashFiler Database.
More port infos are in devdocs\LazConvertReadMe.txt<br/>
+
 
 +
I used the version tpflashfiler_2_13 from SourceForge (https://sourceforge.net/projects/tpflashfiler/).
 +
 
 +
More port infos are in devdocs\LazConvertReadMe.txt
 +
 
 
Use this thread [http://forum.lazarus.freepascal.org/index.php/topic,34834.0.html] in Lazarus forum for questions.
 
Use this thread [http://forum.lazarus.freepascal.org/index.php/topic,34834.0.html] in Lazarus forum for questions.
Read the #readme.txt-files from zip-file for more informations.
+
Read the #readme.txt-files from zip-file for more information.
  
 
== Installation ==
 
== Installation ==
 +
 
# Download it (goto current version section for download links).
 
# Download it (goto current version section for download links).
 
# Open and compile the runtime package lazff2.lpk from folder sources.
 
# Open and compile the runtime package lazff2.lpk from folder sources.
Line 13: Line 18:
  
 
== Usage ==
 
== Usage ==
 +
 
1. Start bin\i386-win32\ffserver.exe<br/>
 
1. Start bin\i386-win32\ffserver.exe<br/>
 
2. Make 2 db-aliases in ffserver [ffserver-Menu > Config > Aliases ...]<br/>
 
2. Make 2 db-aliases in ffserver [ffserver-Menu > Config > Aliases ...]<br/>
Line 28: Line 34:
  
 
== Screenshots ==
 
== Screenshots ==
Components:<br>
+
 
 +
Components:
 +
 
 
[[File:ffComps.png]]
 
[[File:ffComps.png]]
  
Example programs:<br>
+
Example programs:
 +
 
 
[[File:ffserverclients.png]]
 
[[File:ffserverclients.png]]
  
 
== State/changes of the Lazarus port ==
 
== State/changes of the Lazarus port ==
 +
 
10.12.2016:  
 
10.12.2016:  
 
Client components are Working. Server-Engine component (TffServerEngine) has error so you need server binaries compiled with delphi.
 
Client components are Working. Server-Engine component (TffServerEngine) has error so you need server binaries compiled with delphi.
Line 53: Line 63:
  
 
== ToDo ==
 
== ToDo ==
 +
 
[11.03.2017 Done] ''1. Solve server-engine component (TffServerEngine) error. The error is located in fflldict.pas-file in _procedure_TffDataDictionary.ReadFromStream(S : TStream);  
 
[11.03.2017 Done] ''1. Solve server-engine component (TffServerEngine) error. The error is located in fflldict.pas-file in _procedure_TffDataDictionary.ReadFromStream(S : TStream);  
 
'' It is stream reading error with caused by functions ReadString and ReadInteger. I could not solve it, maybe someone with better skills can do it.''<br/>
 
'' It is stream reading error with caused by functions ReadString and ReadInteger. I could not solve it, maybe someone with better skills can do it.''<br/>
Line 59: Line 70:
  
 
== License ==
 
== License ==
 +
 
Same as TurboPower FlashFiler (MPL 1.1.)
 
Same as TurboPower FlashFiler (MPL 1.1.)
  
 +
== Author ==
  
== Author ==
+
* Turbo Power
Turbo Power<br/>
+
* Lazarus Port Soner A.
Lazarus Port Soner A.<br/>
 
  
 
== Current Version ==
 
== Current Version ==
 +
 
tpflashfiler_2_13-20170621.7z (6,96 MB) [https://1drv.ms/u/s!AvJGv-C_3b-WgQmtDFn1613VUBVS]
 
tpflashfiler_2_13-20170621.7z (6,96 MB) [https://1drv.ms/u/s!AvJGv-C_3b-WgQmtDFn1613VUBVS]
  
 
When you downloaded the tpflashfiler_2_13-20170620 version then you can use this to upgrade it. (2,58 KB) [https://1drv.ms/u/s!AvJGv-C_3b-WgQh0y4026vz-t8ef]
 
When you downloaded the tpflashfiler_2_13-20170620 version then you can use this to upgrade it. (2,58 KB) [https://1drv.ms/u/s!AvJGv-C_3b-WgQh0y4026vz-t8ef]
 +
 +
[[Category:FPC]]
 +
[[Category:Lazarus]]
 +
[[Category:Components]]
 +
[[Category:Databases]]
 +
[[Category:Packages]]

Revision as of 06:07, 18 September 2020

About

This is a Lazarus port of TurboPower FlashFiler Database.

I used the version tpflashfiler_2_13 from SourceForge (https://sourceforge.net/projects/tpflashfiler/).

More port infos are in devdocs\LazConvertReadMe.txt

Use this thread [1] in Lazarus forum for questions. Read the #readme.txt-files from zip-file for more information.

Installation

  1. Download it (goto current version section for download links).
  2. Open and compile the runtime package lazff2.lpk from folder sources.
  3. Open, compile and install the designtime package lazff2_dt.lpk from folder sources.
  4. When you get sometimes errors like this "Error compiling ffllexp.pas, ffsrmgr can not found" at compiling lazff2_dt.lpk, then open lazff2.lpk and recompile it.

Usage

1. Start bin\i386-win32\ffserver.exe
2. Make 2 db-aliases in ffserver [ffserver-Menu > Config > Aliases ...]

Alias:		Path:
mythicdb 	root folder\flashfiler\data\mythicdb
Tutorial	root folder\flashfiler\data\demodb

I created them you must change the root folder.
3. Open FlashFiler Server General Configuration Dialog
[ffserver-Menu > Config > General ...]
4. In configuration dialog Enter for Server name:

local
then Click Ok.

5. Now the server "local" appears in Servers listview. Click on it and start it.
6. Now open any example from examples-folder and compile, run and enjoy it.

Screenshots

Components:

ffComps.png

Example programs:

ffserverclients.png

State/changes of the Lazarus port

10.12.2016: Client components are Working. Server-Engine component (TffServerEngine) has error so you need server binaries compiled with delphi. Tested with Windows 7, Lazarus 1.6.3, fpc 3.0.

11.03.2017: Now the server components are working. I must test and change somethings and upload it to lazarus-ccr.

20.06.2017: Server and clients components are working. Now, you can create client and server applications. (Tested with Windows 7, Xp, Lazarus 1.6.4, fpc 3.0.2 All 32Bit)

21.06.2017: The programs flashfiler explorer (database gui) is half ported so if you select some menu items you will get error. The flashfiler server is not ported. You can use the originals from the bin folder or you can create your database in your program. You have also to write your own server if you don't want original server from the bin folder. I put referenz server in examples folder.

21.06.2017-2: Packages files moved from packages to source folder. Empty Packages folder deleted.

ToDo

[11.03.2017 Done] 1. Solve server-engine component (TffServerEngine) error. The error is located in fflldict.pas-file in _procedure_TffDataDictionary.ReadFromStream(S : TStream); It is stream reading error with caused by functions ReadString and ReadInteger. I could not solve it, maybe someone with better skills can do it.

20.06.2017: port some ide experts and test it more.

License

Same as TurboPower FlashFiler (MPL 1.1.)

Author

  • Turbo Power
  • Lazarus Port Soner A.

Current Version

tpflashfiler_2_13-20170621.7z (6,96 MB) [2]

When you downloaded the tpflashfiler_2_13-20170620 version then you can use this to upgrade it. (2,58 KB) [3]