You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a user interface for a client to update fields in a database. Some of them may or may not be filled in and the variables won't exist when the page is created. The question i have is what's the best way to handle this? Would using a binding make more sense here? And if using a binding, would setting the variables ahead of time and then updating them on function call be best practice?
Any help would be appreciated. It's too large to run as a refreshable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Question
I'm trying to create a user interface for a client to update fields in a database. Some of them may or may not be filled in and the variables won't exist when the page is created. The question i have is what's the best way to handle this? Would using a binding make more sense here? And if using a binding, would setting the variables ahead of time and then updating them on function call be best practice?
Any help would be appreciated. It's too large to run as a refreshable.
Beta Was this translation helpful? Give feedback.
All reactions