Hello,
in ZMessages.pas is the polish translation corrupt.
Can you post here your original translation for implement in the code?
regards Markus
Search found 51 matches
- 19.06.2013, 14:02
- Forum: ZeosLib 7.1 stable Forum
- Topic: Translation polskie - from "added by pawelsel"
- Replies: 0
- Views: 952
- 19.06.2013, 13:53
- Forum: ZeosLib 7.1 stable Forum
- Topic: Translation polskie - form "added by pawelsel"
- Replies: 0
- Views: 838
Translation polskie - form "added by pawelsel"
Hello,
in ZMessages.pas is the polish translation corrupt: ????
Can you post here your original translation for implement in the code?
regards Markus
in ZMessages.pas is the polish translation corrupt: ????
Can you post here your original translation for implement in the code?
regards Markus
- 12.06.2013, 19:21
- Forum: 6.6 - stable
- Topic: SQLite timestamp problem
- Replies: 5
- Views: 3397
- 08.06.2013, 21:49
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Problem with query with SQLite
- Replies: 19
- Views: 7332
- 08.06.2013, 20:41
- Forum: ZeosLib 7.1 stable Forum
- Topic: [patch_done] Small changes for Protocol "mssql"
- Replies: 3
- Views: 818
- 08.06.2013, 18:16
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Problem with query with SQLite
- Replies: 19
- Views: 7332
- 07.06.2013, 20:42
- Forum: ZeosLib 7.1 stable Forum
- Topic: [patch_done] Small changes for Protocol "mssql"
- Replies: 3
- Views: 818
[patch_done] Small changes for Protocol "mssql"
I have use Zeos 7.0.3 and include some changes for using mssql driver. The problems where I have fixed: - Date format for Insert/Update - reserved Keywords - Accept the field type "VARBINARY(MAX)" (No 37), it is a BLOB (I have change it for Sybase, too but not testet. In attachment my corr...
- 04.05.2012, 17:48
- Forum: Feature Requests
- Topic: Maybe improve the design of icons
- Replies: 20
- Views: 4769
- 03.05.2012, 21:02
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Master-Detail with Zeos
- Replies: 10
- Views: 4694
Here the right code: var Master,Detail:TzQuery ds_Master:TDatasource; Begin // Create Master:=TzQuery.Create(application); Detail:=TzQuery.Create(application); ds_Master:=TDatasource.Create(application); Master.connection:=Zconnection1; detail.connection:=Zconnection1; ds_Master.dataset:=Master; // ...
- 26.04.2012, 15:29
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Add a extra Library / Path for search.
- Replies: 3
- Views: 926
Hello Mark, Thank you very much. Michael have exactly do it and it works very nice. Here is my Code: function LoadLibTest(s: String): Boolean; Var h: THandle; Begin {$ifdef LINUX} h := dynlibs.LoadLibrary(PAnsiChar(s)); {$else} h := LoadLibrary(PChar(s)); {$endif} If (h <> 0) {$ifndef LINUX} And (h ...
- 17.04.2012, 16:26
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Add a extra Library / Path for search.
- Replies: 3
- Views: 926
[patch_done] Add a extra Library / Path for search.
Hello, Sometimes, I want add a extra DLL path + File for working. Now, there is in the PlainDriver a Funktion: FLoader := TZNativeLibraryLoader.Create([]); {$IFNDEF UNIX} FLoader.AddLocation(WINDOWS_DLL_LOCATION); {$ELSE} FLoader.AddLocation(LINUX_DLL_LOCATION); {$ENDIF} for adding a DLL. Now, I wan...
- 17.04.2012, 16:18
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Create Database with Zeos V7
- Replies: 1
- Views: 759
Create Database with Zeos V7
Hello, For creating a new database and tabes with Zeos V6.6.6, I have set in TZConnection.Database := ''; And then use the command "CREATE DATABASE" in a TZQuery. But it does not work with Zeos V7, it will/must have a Database. The Workaround: For MySQL: TZConnection.Database := 'informati...
- 16.04.2012, 20:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: MySQL, conversion from Strings from Zeos 6.6.6 to Zeos 7
- Replies: 1
- Views: 501
MySQL, conversion from Strings from Zeos 6.6.6 to Zeos 7
Now, I use the ZeosV7 SVN1159 FPC2.6 https://zeoslib.svn.sourceforge.net/svnroot/zeoslib/branches/testing-egonhugeist And I have make a upgrade from Zeos 6.6.6 to 7. In Zeos 6.6.6+MySQL was a bug and all Strings are doubled UTF8Encoded and wrong posted into the Database. (See MyPHPAdmin or MySQLWork...
- 16.04.2012, 20:17
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] PostgreSQL, problems with BLOB Data
- Replies: 5
- Views: 859
If in the StringFields are a '\', the displayed string was not right. It is now corrected in:
https://zeoslib.svn.sourceforge.net/svn ... gonhugeist
Rev 1159
@EgonHugeist
Thank you for nice support!
https://zeoslib.svn.sourceforge.net/svn ... gonhugeist
Rev 1159
@EgonHugeist
Thank you for nice support!
- 15.04.2012, 20:25
- Forum: Feature Requests
- Topic: Maybe improve the design of icons
- Replies: 20
- Views: 4769