08-14-2024 02:13 PM
Hello Guys, i have a issue
i have a string value indicador result from a database, but with this value i want to control the page on a tab control,
how can i make this?
on the tab control i want to place some images of some product and depends with the string indicador select the case on the tab control and place the correct image for that case
i hope can help me with this thank you
Solved! Go to Solution.
08-14-2024 02:55 PM
Hello,
You can use "Scan From String". Here's an example:
08-14-2024 02:59 PM
You can implement by using a case structure, the String control is compared with the Case structure ( you need to use the exact same string coming from Database) and wire it to a constant tab of each tab. (right click on the tab an select CREATE CONSTANT).