This is using Postgres database to populate WebListBox with DataSource. The code does the data export from the list.
Xojo is reporting error:
“WebListBox.CellValueAt is not allowed because you are using a datasource.”
The offending code:
s = s + ResultsList.CellTextAt(j, i).StringValue.ReplaceAll("'","`") + Chr(34) + EndOfLine.Unix
Assuming that it is not a bug, how should I modify this code to make it work?
Note: Xojo says “CellValueAt” for the code using “CellTextAt”
10 posts - 3 participants