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
Ignacio564_0-1723662707523.png
Ignacio564_1-1723662745326.png
Solved! Go to Solution.
08-14-2024 02:55 PM
Hello,
You can use "Scan From String". Here's an example:
PauloAurum_0-1723665309719.png
08-14-2024 02:59 PM
LVNinja_0-1723665520385.png
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).