How to renew data from URL csv database ?
Use Update database
action:
I want reload csv on startup app.
CSV not reloaded by default
checkbox checked
I dont need buttons
“Update database” dont update text in text component.
It’s known bug. It will be fixed in the upcoming version.
Here is the workaround:
- Disable
Update on statup
- Add action (
Text 5
in your project):
- Add action (
Text 5
in your project):
Paste this code:
var rowId = target.dbRowId
target.scriptAdaptor.actionSetDatabaseRowId(0)
target.scriptAdaptor.actionSetDatabaseRowId(rowId)
It’s work fine//
Code very strange ))
Hi,
is there an action to update all databases in a project after the project is loaded (my current settings = store locally, update on startup).
Wim
Thanks for the screenshot.
In my project, I have several text-widgets, linked to 3 tabs from a Google Sheet.
So in Flipabit, there are 3 databases.
Do I have to add 3 new (hidden) tables and add the action from the screenshot for each table?
Не важно Вы можете создать связь с БД с помощью любого компонента
It doesn’t matter You can create a connection to the database using any component
thanks for helping.
Wim