cancel
Showing results for 
Search instead for 
Did you mean: 

Text in Window

former_member630092
Participant
0 Kudos

Hi all

i have to modify a form .

In a window there are 4 text to display ( Text1, text2, text3, text4)

Text2 contents are to be modified. but the modified contents are also in text3.

After modification text2 and text3 contents are same.

Now Problem is : Should i modified contents of text2 .

(invoice may pick the both text2 and text3 same time.)

or should i delete the contents of text2.

or both shoul remain there .

Then how and where to link these text so that it will pick text3 and text2.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member630092
Participant
0 Kudos

Got the solution. Answered

Former Member
0 Kudos

Hi,

In the smartform if you do require to modify the text2 and if after modifying the text2 it becomes the same as text3 then there should be some condition based on which you require to display the text2 ad text3.

If there is no condition as such then if you need to make any text node to not display then use the dummy condition 1 = 2 for that text node instead of deleting the text node.

The conditions which require to be used in the form is to be judged by you better only.

Regards,

Ram

Former Member
0 Kudos

if you know that text3 is any ways going to be picked up and it has modified content of text2 then you can just delete text2.

or if needed you can add condition to those texts in the condition tab

former_member630092
Participant
0 Kudos

Sir, i have changed the contents of text2. after that i pressed Check tab, then Activated the print program ,

But changes are not reflected . i am getting the old contents still. ?

Former Member
0 Kudos

>

> Sir, i have changed the contents of text2. after that i pressed Check tab, then Activated the print program ,

> But changes are not reflected . i am getting the old contents still. ?

"Activated the print program ," ????? activate the smartform.. not the print program.

have you saved the SF??

where are you doing the change in text2? smartform or in some program?

former_member630092
Participant
0 Kudos

I changed the text2 in Smartforms . saved it. then ---> Form -


> check ( meassage check executed successfully )

after that Activated it . then se38 programe activated. but no change was reflected. i deleted text2 contents from smartform ,

and checked it. but output showing text2 contents still there.

Please let me know where i am worng ?

thanks.