Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Smart form - Main window - Is it essential !

Former Member
0 Kudos

Hi all,

I am working on smart forms.The point I want to clear is if it is essential to use the MAIN window.

What happens if I avoid it.

I mean I dont put any data into it.

Please clarify me.

Thanks in advance.

Bharat

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Bharat,

You avoid deleting that window .. but it doesn't matter whether you are making use of that window or not ??? ... No harm if you donot pass any data on to that ...

Regards,

Santosh

10 REPLIES 10

Former Member
0 Kudos

hi,

Mainwindow is not essential.. but it is default window.. u can run the smartform with out printing any data in main window.

Regards

Ashok P

former_member181962
Active Contributor
0 Kudos

I think you should have atleast one main window in a smartform, no matter you pass some data to print or not.

You can have a main window, with no data being passed from the driver program.

Regards,

Ravi

Former Member
0 Kudos

hi Bharat,

You avoid deleting that window .. but it doesn't matter whether you are making use of that window or not ??? ... No harm if you donot pass any data on to that ...

Regards,

Santosh

Former Member
0 Kudos

If hte data ever flows to hte next page, the main window will contain it. Main window is a dynamic window.

0 Kudos

Sachin,

In case i need to have same data or overflowing data on next page , can i not use other windows.

Thanks,

bharat

0 Kudos

The only option in that case is main window. The overflowing data cannot go into other window.

0 Kudos

I will explain the main problem in my case.

I need to have color on the background for every table header.

I tried to do it normally, but it is not allowed with templates and tables.

So I went on creating windows!

Does anyone have an alternative for this problem!

Thanks,

Bharat

0 Kudos

Thanks for all your messages.

I could solve this new problem myself.

Thanks,

Bharat

Former Member
0 Kudos

Dear Bharat,

Main window is the most important. If you want that data to overflow in your next page, MAIN window is the only place.

Regards,

Deva.

0 Kudos

Deva,

Does it mean that in case data overflows on next page, I have no solution except to use main window.

I mean if a table has many rows to display and it overflows the page!what then!

Thanks,

Bharat