cancel
Showing results for 
Search instead for 
Did you mean: 

reg : smartform interview question

Former Member
0 Kudos

hi friends...

I attend one interview last week. He asked me one question i.e.

regarding smartforms. For eg there is one layout related to purchase order

and its having the following windows like Logo , Address, Header, Main and

footer window. In this for eg there is no data for the header window so in

this case completely I want to avoid that window at runtime. Means I want

to print Logo , Address Main and Footer windows only. So, How will I Print

that Header window dynamically means whenever the data is there then only

I required that header window.

Hope I will get positive response from u.

Accepted Solutions (0)

Answers (3)

Answers (3)

amit_khare
Active Contributor
0 Kudos

First and the most important thing.

SMARTFORMS dont display the variable windows if there is no data in it during runtime.

In case if any constant value is there then you can control the display with writing condition in OUTPUT CONDITION tab.

But if only variables are there then you dont need to bother about that.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

hye,

Ther is no such concept from which u can check wheter data exist in header or not,

The data will not b printed on header until n unless u define a line type for that,

if u dnt define line type than nothin will be printed on header -- will be blank output.

wat ever u define in text node tht will b printed n if u dnt define thn nothing wil b printed.

this is as per my knowledge...

sunny

Former Member
0 Kudos

In smartforms you will have for every window output conditions as the last tab..there u will check if your address number is not empty then only the window is prinited.

santhosh