Hallo René,
ich helf dir mal weiter.
Mach einfach folgendes:
Delphi-Quellcode:
constructor Tfrm0.Create(aOwner: TComponent);
begin
inherited;
JvFormStorage.AppStoragePath:=Self.Name;
end;
Damit funktionierts. Warum %FORM_NAME%\ das nicht hinbekommt, weiß ich auch nicht.
René