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
Here is the snapshot:
Can some experienced Xojo developer give me some hints as to why this is happening and what should I do to fix it? Thanks.
8 posts - 5 participants