
Announcements
Content migrated from TechNet. Post attribution to: Arno Nel UK Avanade
Hi
I have added a column in my database but it is not showing up in my App. How can I refresh the connection?
Hi
I am using Excel. I suppose it should apply to your, too.
When you change the structure (delete, add column, change title of table), you need to reload the table.
Only change of raw data can be Refresh(TableABC) (either using a button to refresh manually or on first screen loading, add Refresh(TableABC) in the Onvisible items.
Hope this helps.
PK Hong