..eigentlich habt ihrs nicht verdient
weil mir keiner ne Hilfe gepostet hat aber so gehts
Code:
with lTable.IndexDefs do
begin
Update;
for i := 0 to Count - 1 do
begin
with Items[i] do
begin
if ixPrimary in Options then
TestMemo.Lines.Add(Fields);
end;
end;
end;
.. das trennen der PKs sollte ja kein Problem sein...
bis bald Tyrael.
THREAD CLOSED