Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Could anyone help me how to do,I created Two Textboxes that is one Listbox and anotherone table.when i select listbox it will shows listbox Details and disable table box .when i select tablebox ,it will show tablebox details
Create actions for your text boxes (or you could use also buttons), with an External - Set Variable action for a new variable vVar, set this variable to 1 resp. 0 in each of the text boxes action.
Then use conditional show on layout tab of your list box resp table chart properties, checking for vVar = 1 resp vVar = 0.
Hello Narotham,
I believe you could achieve this in a fashionable manner by adding your table and your listbox in a container. You can then decide to show the container selection tabs on top and define the background color to your liking.
Regards,
Philippe
Hi Narotham,
U can do by creating two text boxes and creating a variable name suppose Vshow=0 and textbox one actions triggers u can add like set varible equal to =0 and for next text box u can add Vshow=1 in triggers>set external->setvariable->Vshow=1
and then in listbox ->presentation->show only->condition->Vshow=0 and vice versa for next object as well
i hoe this will help ful.
Check out this video. I think it will help you Show and Hide Multiple Objects
Hi,
In this function correct?
GetSelectedCount(filed_name)
Regards,
Raja
you can use variable create variable Vshow this variable should have two value Vshow=list and Vshow=table and you need to write this in conditionnel show in both of object in list box Vshow=list and in table Vshow=table