I am trying to create a new custom screen in Visual Studio. I used an exsisting custom screen as my starting point.
Straight in SQL, I created a new table, view and SProc. The SProc is called x_xtl_PropContractExp_All. Below is a Grid that uses the SProc
On the launch of the screen I get this error-
--------------------------
Programming Bulletproof Error 10052
---------------------------
Setaddr() has not been called for field bx_xtl_propcontract_exp. Error in property Dbnav of control Form1.sPropContract.
Even though I have this
Call SetAddr(LEVEL1, "bx_xtl_PropContractExp", bx_xtl_PropContractExp, nx_xtl_PropContractExp)
And
Call SqlCursorEx(csr_x_xtl_PropContractExp, LEVEL1, "CSR_x_xtl_PropContractExp", "x_xtl_PropContractExp", "x_xtl_PropContractExp")
What am I missing?
Thanks for all the help