cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger a save-event over differernt nestet iViews

Former Member
0 Kudos

Hello,

on a layout we have lots of fields so we split them up into different nestet iviews (due to the 32K problem and optical advantages). Now we want to have one save button that saves the input over several iviews and forms. The problem is, that the action in standard can only carried out for 'self' or one of the other forms (action... apply to: <self>). Any idea how to handle this?

thanks in advance,

Jochen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I don't think it is possible with one Save button ,because when ever you creat a Button with some action it will apply to the any one form or table or Chart.

And you can avoid the 32K Bug or 62K bug using Flex2 compiler.

If use Flex2 then your problem of creating the Nested iview will be Solved.

Regards,

Govindu