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;
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;