Application Development and Automation 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: 
Read only

using alternative option in SMART forms

Former Member
0 Likes
530

hi,

I have a quick question about using the alternative window in Smartforms.

When the condition mentioned is true, all the objects/windows under the true will be executed. However, when the condition is false nothing gets done. I would expect all the objexcts in the False category to get executed. Can anyone reason this out.

Regards,

Diwakar

2 REPLIES 2
Read only

Former Member
0 Likes
447

Hi Diwakar,

Let me know as to what you have placed under the false category, either a table or text elemnt or etc.........

Regards,

Karthik

Read only

0 Likes
447

the situation is as follows:

If v_x = 'Del' the title of the report needs to be as "Delivery Note", else it needs to be as "Invoice".

So, after coding the condition using the alternative option, i have placed two text elements each under true and false. If V_x is 'Del' i see the title delivery note in the report. however, if i chaneg the value of v_x, i am not able to see 'invoice ' as the title. The output is blank.