Re: How do I get the GUID value of a Record that I just Inserted ?




function GenGuid : string;
var
AGuid : TGuid;
begin
OleCheck(CoCreateGuid(AGuid));
Result := GuidToString(AGuid);
end;
Delphi has a CreateGuid method
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.