Search found 95 matches

by marcov
04.07.2010, 12:22
Forum: Documentations
Topic: fpdoc
Replies: 2
Views: 2294

fpdoc

fpdoc is FPC library documentation system. Doxygen like, but the out-of-source (XML files, like Delphi, not comments).

examples:

http://www.freepascal.org/docs-html/rtl/index.html

(supported in principle PDF, html and CHM)
by marcov
03.07.2010, 16:47
Forum: ZeosLib 7.0 Beta Forum
Topic: m x n relation, how to do efficiently designtime.
Replies: 2
Views: 384

Ok, found tzquery.updateobject, and coupled a tzupdatesql to it. I tried to mimic the masterdetail demo (from older zeoses), and it seems to work, though I don't fully understand what I have done. I assume the update function reloads the grid, and the fields of the tzquery are then available in the ...
by marcov
01.07.2010, 08:49
Forum: ZeosLib 7.0 Beta Forum
Topic: m x n relation, how to do efficiently designtime.
Replies: 2
Views: 384

m x n relation, how to do efficiently designtime.

I've a m x n relation decoupled using a 3rd table. So Person and Contact have a m x n relation, decoupled by having a table "PCconnect" that has a reference to the IDs (PK) of each of the other two. I looked in the examples of both 6 and 7, and could not find an example or something that h...
by marcov
24.06.2010, 13:44
Forum: ZeosLib 7.0 Beta Forum
Topic: ZEOS 7.0 (sf, december) requiring mysql designtime? [solved]
Replies: 1
Views: 312

To answer my own dumb question: database type in zconnection. Apparantly that is used for designtime even if not active.

How it figures out the password for the connection, I still don't understand.
It probably takes an open connection from pgedit.
by marcov
24.06.2010, 09:20
Forum: ZeosLib 7.0 Beta Forum
Topic: ZEOS 7.0 (sf, december) requiring mysql designtime? [solved]
Replies: 1
Views: 312

ZEOS 7.0 (sf, december) requiring mysql designtime? [solved]

I tried to modify the zcontrolsexample to work with an own database layout (on postgres 8.x), and when editing the keyfieldname of the dbdepartment combo, I got exceptions that mysql.dll couldn't be found (designtime!) But I use postgres, so it is logical that mysql can't be found? Do I have to set ...