maritogaleano79 Posted December 10, 2022 Posted December 10, 2022 How could you change the value of a static text based on the value returned from the DB, example:value= "Codeudor" then Title = Codeudor
mahadiosb Posted December 13, 2022 Posted December 13, 2022 Why you don't use Text Field instead of Static Text
maritogaleano79 Posted December 15, 2022 Author Posted December 15, 2022 If I already changed it to Text Field, in that case, what would be the way to change the value of the title based on what the DB returns?
vchiem Posted December 23, 2022 Posted December 23, 2022 Static text cannot be changed. Use a text field with reference to the DB field using $F{U_Tipo_AT} in the expression. The Title can be a text field.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now