Notifications
Clear all
Topic starter
I am trying to have dynamic labels on buttons in VFE, however the documented way to do that doesn't work. I've tried various permutations of global variables and document variables, curly braces and no, and watcher expressions all to no avail.
Does anyone have an example of dynamic labels on buttons working?
Thank you.
Posted : February 20, 2017 4:47 am
This may help you. I've attached a sample DLG file that you can open in VFE. This demonstrates how to initialize the button's label with a global variable and then have it change when the button is pressed. Basically, it's a toggle button. You could obviously run different functions based on the current state of the button (On or Off).
Screenshot of form and code:
Here is the .dlg file:
Posted : February 20, 2017 5:18 am