Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
danosoft
Specialist
Specialist

Set a value to a field

Is possible to set a field (example field CD_FORNI) with a value clicking on a select box?

Example:

I click in a select box

i want when i click there to SET a variable, and SET  field CD_FORN (this field cd_forn is in my table)

thanks

1 Solution

Accepted Solutions
prieper
Master II
Master II

As said,

you can create a textfield and then create the above action with the textfield to set a value (or any other searchexpression) for a field in your database.

Else please post a more concrete example.

View solution in original post

4 Replies
prieper
Master II
Master II

Why would you do this in a listbox?

For Listboxes you cannot create an action (Selection, Search etc are actions enough)

Make it an Action:

Create a textbox and then go to

Properties -> Action -> Add -> Selection - Select in Field -> and enter the required data

danosoft
Specialist
Specialist
Author

I need to to in a list box becouse i have that for choice my value for do a search....

so you said me there i can't put an action....

how can i set a value in a field so with scripting language?

danosoft
Specialist
Specialist
Author

..becouse i thought, if i not have there the Action tab... i can put with scripting language in an Expression?

prieper
Master II
Master II

As said,

you can create a textfield and then create the above action with the textfield to set a value (or any other searchexpression) for a field in your database.

Else please post a more concrete example.