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

Smart form

Former Member
0 Likes
380

Hi Gurus,

Can anyone explain me how to modify the standard smartform according to our requirement?

Thanks in Advance

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

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.

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
362

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

Read only

Former Member
0 Likes
363

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.