why doesn't the component TZUpdateSQL in the Kyliix wersion have a visual query editor?
P.
SQLUpdate viisual editor in Kylix 3
Moderators: gto, cipto_kh, EgonHugeist
gimme a clue where about (file, no of line) is a code responsible for that editor, I'll try to do it on my own and i'll send it to u when it's donemdaems wrote:Hi,
Maybe because we don't use Kylix and were not able to change the right packagefiles? No Idea.
Just have a look at how it's done in D7 and try to add them for kylix, please. We would be very happy to include it in our distribution. Just send us the changed files if you can manage.
Mark
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
My clue (and I think it's very close ) :
Edit ZComponentreg.pas -> Make sure is called for Kylix.
Edit ZComponent.dpk -> add
BTW : would you care synchronizing package layouts for Kylix with the D7/D2006 layout with the separate ComponentDesign packages (and other changes)? I don't think syntax differs very much, so it may be a quite easy job.
Thanks very much for your offer!!
Mark
Edit ZComponentreg.pas -> Make sure
Code: Select all
RegisterComponentEditor(TZUpdateSQL, TZUpdateSQLEditor);
Edit ZComponent.dpk -> add
Code: Select all
ZUpdateSqlEditor in '..\..\src\component\ZUpdateSqlEditor.pas' {ZUpdateSQLEditForm},
Thanks very much for your offer!!
Mark
Hi
I was not interested in to do this package modification.. but it is ready at the monent, but on FC4/Kylix 3 when I click on the TZUpdateSQL components to call it's on editor Access Violation is raising.
I attache my patch: patch_kylix_packeges_rev186.patch
Attila
I was not interested in to do this package modification.. but it is ready at the monent, but on FC4/Kylix 3 when I click on the TZUpdateSQL components to call it's on editor Access Violation is raising.
I attache my patch: patch_kylix_packeges_rev186.patch
Attila
You do not have the required permissions to view the files attached to this post.