Hey,
I was wondering if a problem i have been having is a bug or if you just cant do what i want to do. Heres the situation...
I have a data block, that block is linked to alot of other blocks. I have the column that they are linked on in a parameter which changes depending on what is chosen in the parameter form.
ie the parameter starts as: to_char(date_col, 'YYYY-MON')
What i am doing in the after parameter form program unit is changing this parameter to be : to_char(date_col,'YYYY')
Now I use this parameter in all the blocks that are linked and they are all linked on this parameter. When i change the value in the program unit it doesnt seem to be linked anymore. I was wondering if this is because the datalinks are already binded to the blocks before i make the change.
Does anyone know how i can get around this ?
This is pretty hard to explain so if my problem is unclear just ask questions and I will try to clarify as best I can.
Thanks in advance.
Steve.
I was wondering if a problem i have been having is a bug or if you just cant do what i want to do. Heres the situation...
I have a data block, that block is linked to alot of other blocks. I have the column that they are linked on in a parameter which changes depending on what is chosen in the parameter form.
ie the parameter starts as: to_char(date_col, 'YYYY-MON')
What i am doing in the after parameter form program unit is changing this parameter to be : to_char(date_col,'YYYY')
Now I use this parameter in all the blocks that are linked and they are all linked on this parameter. When i change the value in the program unit it doesnt seem to be linked anymore. I was wondering if this is because the datalinks are already binded to the blocks before i make the change.
Does anyone know how i can get around this ?
This is pretty hard to explain so if my problem is unclear just ask questions and I will try to clarify as best I can.
Thanks in advance.
Steve.