Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to concatenate 2 variables into a field name in Oracle Forms 11g?

msMar 9 2022

How can I concatenate two variables and arrive at the field name in Oracle Forms 11g.
For e.g.I dont know the name of the field till runtime and I have 2 variables.

Var1 := 'blk1.fld_';
Var2 := 1;

Suppose there is a field in the form like blk1.fld_1 and I want to assign it a value 'yes'. Please tell me how to concatenate the 2 variables and assign the value to the field.
Thanks

This post has been answered by Michael Ferrante-Oracle on Mar 9 2022
Jump to Answer
Comments
Post Details
Added on Mar 9 2022
3 comments
743 views