Database Lookup with Stored Procedure
I want to use stored procedure to populate data in database lookup. How to bind the return results into TextBox in the eForm?

-
If you want to bind a textbox in your form with the result of your lookup, you can use a Auto-Lookup in your form.
Your textbox internal name should have the same name as the field that your auto lookup returns.
For example, in your case, the textbox name should be : ExRate
I'm using the same syntax as you (Exec Statement in the MANUAL tab of the lookop config) and it works.
サインインしてコメントを残してください。
コメント
2件のコメント