cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform - Alignment Issue

former_member188829
Active Contributor
0 Kudos

Hi All,

I have created a table in Mainwindow of smartform. The Table contains two columns one is Character type and another column with currency.

The output is like this.


                                                                                _Char                           Curr_                                   Page1
Vishnu   
                                   10000
-----------------------------------------------------------------------------------------
Kiran                           
                                    20000
-----------------------------------------------------------------------------------------------
Reddy                        
                                    30000
-----------------------------------------------------------------------------------------------
Chintala 



 _Char                           Curr_                                     Page2
                                    40000                                    
-------------------------------------------------------------------
Ram                             
                                    60000
-------------------------------------------------------------------
Krishna 
                                    70000
-------------------------------------------------------------------

In the above i do not want any page break with Chintala(char column in first page and 40000 in Curr Column in second page). I want both Chintala and 40000 in second page itself with out separating.

Here i do not want to Reduce the height of the main window and i can not condense curr column.

Could you please help me in this regard?

Thanks in advance.

With Regards,

Vishnu.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188829
Active Contributor
0 Kudos

The expected result should be:


                                                                                _Char                           Curr_                                   Page1
Vishnu   
                                   10000
--------------------------------------------------------------------------
Kiran                           
                                    20000
--------------------------------------------------------------------------
Reddy                        
                                    30000
--------------------------------------------------------------------------


 _Char                           Curr_                                     Page2
Chintala 
                                    40000                                    
--------------------------------------------------------------------------
Ram                             
                                    60000
--------------------------------------------------------------------------
Krishna 
                                    70000
--------------------------------------------------------------------------

Thanks in advance.

Former Member
0 Kudos

Hi Vishnu,

I think you can convert all the currencies into type C so that it gets aligned with the name column

former_member188829
Active Contributor
0 Kudos

Hi Anis,

Thanks for the reply.I should not convert Currency to character type in my scnario..

Former Member
former_member188829
Active Contributor
0 Kudos

Hi All,

I solved this issue by creating folder.

Thank you!!

With Regards,

Vishnu.