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

Regarding Smartforms

Former Member
0 Likes
329

Hi ,

I want to include a 'text module' in my textbox of a smartform.

And now I want to include a dynamic value(some field from a table which should be selected depending on some condition) in the 'text module'.

How can I read the field?

what are the ways to read that field?

Can it be filled in the text module itself or in the smartform.

Ex:

Suppose table name is ztable1.

And the field name is zfield1.

Please provide me the solution.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
309

hi,

Place a program lines node before this text node.

Write the code for fetching the data in program lines node.

You can not edit text module, so click on the button COPY (Copy text module). So that the text in text module can be changed.

now give the variable you want to display in &table-field& in text module. Activate the smartform.

Regards,

Sailaja.

2 REPLIES 2
Read only

Former Member
0 Likes
310

hi,

Place a program lines node before this text node.

Write the code for fetching the data in program lines node.

You can not edit text module, so click on the button COPY (Copy text module). So that the text in text module can be changed.

now give the variable you want to display in &table-field& in text module. Activate the smartform.

Regards,

Sailaja.

Read only

0 Likes
309

Thank you very much Sailaja.

My problem has been solved with your advice.