kiwioz Posted May 27, 2003 Posted May 27, 2003 Can any one help me with way this is not working right ?? If(i_colour_set_text_contact = "White",GetRepetition(i_colour_left_tab_global,1) , GetRepetition(i_colour_center_tab_global,"")) Thanks Craig
kiwioz Posted May 27, 2003 Author Posted May 27, 2003 I have to container with pics in them. It is for tabs at the top of the page, the tab is split into 3. left center right when set to white I want to show the white tab. I have it repetition of 9 Please help
Ugo DI LUCA Posted May 27, 2003 Posted May 27, 2003 If(i_colour_set_text_contact = "White",GetRepetition(i_colour_left_tab_global,1) , GetRepetition(i_colour_center_tab_global,"")) It should work : 1. try with 0 instead of " " 2. check that i_colour_center_tab_global is a global repeating container 3. check that it is transparent
cjaeger Posted May 27, 2003 Posted May 27, 2003 why not omit the second field? If(i_colour_set_text_contact = "White",GetRepetition(i_colour_left_tab_global,1) , "")
Recommended Posts
This topic is 7921 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now