@eddy
thx für deine Bemühungen!
Wenn ich das richtig verstanden haben kann ich das "Drumherum" etwa so gestalten:
Code:
procedure LoadDataFromDB(Tab: TTable);
var typ: string;
begin
with Tab do beign
typ := FieldByName('Type').AsString;
if Typ = 'Font-Family' then UP_CBInit(Tab, cbFontFamily, CSSSyntax);
{... weitere typen-abfragen}
end;
end;
Liege ich da richtig?
(I'm a
with no real experiance in hacking databases
)
:: I don't think I'm crazy - it's only the circumstances that make me appear a crazy guy ::