1
0
-1

Dear master,

How to get value textbox from selectbox option in form ?, can help me for simple sample this case.

 

thanks for attention

  1. Walter

    Don't understand your question. What are you trying to achieve?

CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

    Hello master,

    thanks for your answer, and i will be try this solution. maybe this answer is help me.

    1. SATRIA ARDI PERDANA

      are your issue resolved?

    CommentAdd your comment...
  2.  
    1
    0
    -1

    If I understand well, you want to have the value and the label of a selectbox reccorded in the form, is that right ?

    I had to do the same thing in my application. There may be a better solution but at least this one works :

    1. I created a form named "A" for exemple which contains labels and values of the selectbox
    2. Then in the selectbox, I use the form binder load and I select the form A as the source. I say that the first column is the id (value) and the second one is the label.
    3. Then I created an hidden ajax subform linked to the selectbox with the option that data is stored in parent form. This hidden ajax subform is the "A" form created at step 1.
    4. So when I select an option in the selctbox, label and values "appear" in the hidden ajax subform and as data is stored in the parent form, I finnaly get these two columns in the form table.

    I have not an access right now to joget so there may be some few differences.

      CommentAdd your comment...