Skip to Content
0
Former Member
Apr 27, 2009 at 10:42 AM

Saving the data through subscreens

21 Views

Hi,

I have created a dialog program in which there is a tabstrip with 3 tabs in it.On the main screen I have the school name.In the first subscreen of the tabstrip there is school details,in the second tab there is teacher deails and in the third tab there is students detail.I am writing the code in the PAI module of the main screen for saving the data.

when 'SAVE'.

ztable-school_name= it_school-school.

and so on.

But when I am pressing the save button on the main screen the data is not getting saved.Do I need to write the code in the PAI module of the subscreens.Please suggest some solution.