Hey all,
I have a main frame. (fmeMain) with 2 command buttons<(cmdList1) and (cmdList2)>. Both of the lists are on frames as well fmeList1 and fmeList2.
I wish for if click on one of the cmd buttons then show the one under the the command button and not show the other one.
I have this:
cmdList1
fmeList1.visible = true
fmelist2.visible = false
cmdlist2
fmelist2.visible = true
fmelist1.visible = false
the 2 cmd buttons are on the top of the fmeMain
I wish for the fmeList1 and 2 to show 400 from the top fmeMain.
Plus how to have the fmeList1 as the default on form load on the fmeMain
Aaron
I have a main frame. (fmeMain) with 2 command buttons<(cmdList1) and (cmdList2)>. Both of the lists are on frames as well fmeList1 and fmeList2.
I wish for if click on one of the cmd buttons then show the one under the the command button and not show the other one.
I have this:
cmdList1
fmeList1.visible = true
fmelist2.visible = false
cmdlist2
fmelist2.visible = true
fmelist1.visible = false
the 2 cmd buttons are on the top of the fmeMain
I wish for the fmeList1 and 2 to show 400 from the top fmeMain.
Plus how to have the fmeList1 as the default on form load on the fmeMain
Aaron