‎2011 May 01 12:42 PM
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
‎2011 May 02 7:35 AM
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
‎2011 May 03 9:55 AM
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.