Avatar

Level 10

I verified your form..

In the initialize event of the Row1 under all three subforms you have placed the code to hide the Row1.

     Instance1.Table1.Row1::initialize - (JavaScript, client)
     //this.presence="hidden";

You need to modify the code to check if there are more than one row then display the Row1 (OR) what ever condition you want to check to identify that the Followup is clicked before saving the PDF..

With the above code, even though you have added the rows before saving, they are all hidden when you reopen.

For your testing comment all the places where you have the following code and test the PDF.

     this.presence="hidden";

Hope this helps.

Thanks

Srini