on 2007 Jul 18 4:40 PM
Hi Sridahr,
U can name the last page by some particular name and then u can write that particular data on that page only or in the conditions tab u can put the condition as only on the last page.
I don think that sfsy-page and sfsy-formpages will work as these variables have the same values at runtime and its only in the end wen the smartform is to be printed that these variables are updated.
REward if helpful
Cheers,
Sharadendu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For printing on last page you can use condition
if &sfsy-page& = &sfsy-formpages&
Regards,
SaiRam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
give this condition.
if sfsy-page = sfsy-formpages.
call function 'write_form' for that window
endif.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you only want to print at the last page then you can check to ensure you are at the last page (if sfsy-page = sfsy-formpages) and put that as a condition on the node (table or text).
I hope that answers your question. I am not sure what you mean by dynamically (I know what dynamically means but I am unsure if you mean using a table or just a text node).
Regards,
Davis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
65 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.