Thank you for informing.
Do you have any idea about recent updates or changes to the server regarding IntraWeb or IIS?
Thank you for informing.
I am also getting both these errors as of late.
grid.Nodes.NodeOpen.Data: Could not load image. Invalid format
Please go through my entire post. There are properties you will have to physically clear even aftre setting them to nil by code.
For myself, yes has been a number of changes.... but also a upgrades to TMS.
Our program is about 10 years old and the program ran very well. It went about two years
for x := 0 to ComponentCount - 1 do
begin
if (Components[x] is TTIWAdvWebGrid) then
begin
(Components[x] as TTIWAdvWebGrid).Nodes.NodeOpen := nil;
(Components[x] as TTIWAdvWebGrid).Nodes.NodeClosed := nil;
(Components[x] as TTIWAdvWebGrid).Indicators.Browse := nil;
(Components[x] as TTIWAdvWebGrid).Indicators.Insert := nil;
(Components[x] as TTIWAdvWebGrid).Indicators.Edit := nil;
(Components[x] as TTIWAdvWebGrid).Glyphs.EditButton := nil;
(Components[x] as TTIWAdvWebGrid).Glyphs.PostButton := nil;
(Components[x] as TTIWAdvWebGrid).Glyphs.CancelButton := nil;
(Components[x] as TTIWAdvWebGrid).Glyphs.DropDownImage := nil;
(Components[x] as TTIWAdvWebGrid).Glyphs.SpinEditButtonDownImage := nil;
(Components[x] as TTIWAdvWebGrid).Glyphs.SpinEditButtonUpImage := nil;
end;
end;