how fill textbox or any controller from select query in custom table?

Reza sh asked on November 9, 2015 18:42

hi all.

i made 2 table: Tbl1:(product , warrantyNo) Tbl2:(customer,tell , product,warrantyNo)

the product field in tbl2 , it's bind by select query and work good. but i want when i choose product in dropDownList in tbl2, warrantyNo of product fill automatically...! what should i do?

Correct Answer

Kuntesh Thakker answered on November 10, 2015 08:32

In Fields option you can use join and give your product value - {% product @%} in SQL Query and also you need to check "has depending field" attribute to true

0 votesVote for this answer Unmark Correct answer

Recent Answers


Reza sh answered on November 10, 2015 09:32

well, thanks a a lot :X

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.