Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ..
can you please help me how to text box value based on the selections of listbox...
Please find the following attachment ...
In this when i select the list box which having ' a' string i have to show a textbox...
please help me...
Dear,
did you check my last reply?
Thanks,
Mukram
Hi
Index should worked as suggested by Mohammed Mukram Ali
Have a look at attached application.
Regards
ASHFAQ
Hi ASHFAQ..
please find the attachment..
When i pressed b-c-a1 it display a,b,a1 textboxes but i have to diaplay b,c,a1 textboxes..
please help me...
Dear,
Can you check the updated attached file
Thanks,
Mukram
Hi,
Try like this
=if(index( '-' & path1 & '-', '-a1-' )<>0,1,0) - for showing a1
=if(index( '-' & path1 & '-', '-a-' )<>0,1,0) - for showing a
=if(index( '-' & path1 & '-', '-b-' )<>0,1,0) - for showing b
=if(index( '-' & path1 & '-', '-c-' )<>0,1,0) - for showing c
=if(index( '-' & path1 & '-', '-b1-' )<>0,1,0) - for showing b1
Hope this helps you.
Regards,
Jagan.
Hi..
Thanks for your replay its helpfull for me..
Regards,
chandini.G