Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3833

Xojo2024R2: WebListBox.CellValueAt is not allowed because you are using a datasource

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3833

Trending Articles