Hi
I have a table, I added a button on the toolbar. This button opens a pop up window (runs another Iview) where I choose a material.
I then pass that material back to the table.
But the problem I have is that it only passes the value to the table if I press the add button first on the table toolbar. This is becuase it must add a blank row first. I do not want users to be able to type the material in, they must choose from a list.
I want to be able to choose the material in the pop up, when the pop up closes it must add a line and place the values in the table.
Can this be done? Please help.