I have just downloaded the newest release 2025R1, I want to use it with the existing project that runs well with Xojo2024R4. As soon as I have clicked on Run toolbar button to test this on my local machine I have noticed errors that are not showing under 2024R4. All the errors seem to be of the type:
Error: Type "String" has no member named "StringValue".
They are generated for code like this:
s = s + ResultsList.CellTextAt(j, i).StringValue.ReplaceAll("'","`") + quote
Yeah, I read the release notes but didn’t get this, anyway, thanks for pointing this out.
I will research this topic a little more to see if I know how to do it correctly. Thanks again.
Valdemar,
It looks like your suggestion works while the substitution of CellTextAt with CellRendererAt requires some additional work, see the snapshot: