Hi!
Some help please.
This code runs OK on Xojo 2024 but I get an error when I try running it on 2025R1
Var PrescriptionStyleRenderer As WebListBoxStyleRenderer
PrescriptionStyleRenderer = Me.CellTextAt( row , 1 ) // This line gives the error
Error:
“There is more than one method with this name but this does not match any of the available signatures”
Any ideas what I’m supposed to do? I read the documentation but I’m still lost