I'm currently working on a form that uses a stored proc to pull data when a case number is entered.
My rule is set so that when a case number is entered, the column FormattedName should be filled into the Single Line textbox. At this point nothing is happening. I have confirmed that the data source is set up correctly and the sql login account has full access to execute the stored proc. What's confusing is if I use a standard table to pull back data, the form is populated as expected. However, views and stored procs do not work.
We are on Forms 9.1.1.1522
Thoughts?