Search found 5 matches

by glashtin
06.10.2006, 15:02
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: GotoCurrent in TZTable
Replies: 1
Views: 439

I just found RecNo. Would that work? Something like

Table1->RecNo = Table2->RecNo;

I am trying to compile now but is a very large C++ app and will take a while.
by glashtin
06.10.2006, 14:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: GotoCurrent in TZTable
Replies: 1
Views: 439

GotoCurrent in TZTable

Trying to convert my app to use Zeoslib, however I ran into a problem.

I am currently using TTables GotoCurrent function but Zeos does not appear to have this function. Is there something like it in zeos that does the same thing?
by glashtin
14.10.2005, 16:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZConnection refresh issue.
Replies: 2
Views: 1204

Worked like a charm. Thank you so much. Did not think it was going to be that easy.
by glashtin
12.10.2005, 19:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZConnection refresh issue.
Replies: 2
Views: 1204

ZConnection refresh issue.

ZConnection does not appear to refresh itself until the application is closed and reopened. I am using Delphi 2005, ZeosLib 6.5.1 alpha CVS as of 26/09/2005, FireBird 1.5, Windows XP Pro. I created a simple app with a TZConnection, TZQuery, TDataSet, TDBLabel, TButton. When I open the app the dblabe...
by glashtin
12.10.2005, 18:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Failed installation with Delphi 2005 Architect
Replies: 1
Views: 732

Go into the options of each package by right clicking on them and all the build directory to the search path.

Then right click on ZComponent.bpl and select view source.

Delete the four requires

ZCore
ZParseSql
ZPlain
ZDbc

Then do a full build of all packages.

Worked for me.