‎2006 Oct 05 1:31 PM
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.
‎2006 Oct 05 1:37 PM
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.
‎2006 Oct 05 1:37 PM
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.
‎2006 Oct 05 2:02 PM
Thank you very much Sailaja.
My problem has been solved with your advice.