Skip to Content
0
Jul 02, 2009 at 09:24 AM

Popup Iveiw for Table

30 Views

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.