sever Default configuration

I load a new config.xml file

I Changed Port for 83 and I Changed the server Name,
I Load Config.xml via ;) And server1.open;

After somes second the the value like port 80 and the serverName FastReport
server re-appear
And also the list of report of fastreport client server demo refill My
Report list

WHY Always return the list of report server demo list of report ans why
default value port and server name re-appear??

thank you
Daniel Fagnan
I Also fill My List of report with


procedure TForm7.sHowReportList(sender :Tobject);
var s :String;
i :smallint;
begin
Memo1.Clear;
ReportsList1.Text := RptClient1.GetServerVariable('SERVER_REPORTS_LIST');
if ReportsList1.Count > 0 then begin
for i := 0 to (ReportsList1.Count div 3) - 1 do begin
s := ReportsList1[(i * 3) + 1];
Memo1.Lines.Add(s);
end;
end;
end;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.