‎2007 May 02 10:27 AM
Hi Gurus,
Can anyone explain me how to modify the standard smartform according to our requirement?
Thanks in Advance
Ravi
‎2007 May 02 5:34 PM
Hi Ravi,
Follow the steps.
1. Copy the Smartform as Zsmartform
2. Now you can modify what you want to do but While delcaring new variables
be careful in global definations, and Coding part also what u r changing
and what you are writing new logic careful.
3. if you don't want to modify the driver program you need not to copy as zprogram
if you want any changes in driver program you do it as Zprogram and made
changes and Activate all check it.
‎2007 May 02 1:08 PM
Ravi,
first copy the smartform with a zname.
copy the corresponding driver program with a zname.
do the neccessary modification in the smartform like adding windows,shading windows,adding new fields,depending on your requirement.
then do the changes in the driver program too as per your clients requirement.
Mostly in smartforms clients ask us to convert the smartform output into pdf and then sent it through mail.
1.while doing the modifications in smartforms take enough care in terms of GLOBAL DEFINITIONS.
2.you can do the coding in the smartforms itself by rightclicking on the corresponding node of a window and then choosing program lines under which you can write the logic.
3.you have to upload the logos not only in the development server but also in the quality and production servers separately once transporting the requests.
4.see to that the name you have given for the logo will be the same while uploading it quality and production servers.
if any doubts revert it.
K.Kiran.
Message was edited by:
Kiran K
‎2007 May 02 5:34 PM
Hi Ravi,
Follow the steps.
1. Copy the Smartform as Zsmartform
2. Now you can modify what you want to do but While delcaring new variables
be careful in global definations, and Coding part also what u r changing
and what you are writing new logic careful.
3. if you don't want to modify the driver program you need not to copy as zprogram
if you want any changes in driver program you do it as Zprogram and made
changes and Activate all check it.