I have a dialog list field on a form whose choices I am trying to populate with @Dbcolumn. I have, to the best of my knowledge, set up the ODBC data source but Notes is returning “Memory allocation/deallocation error” followed by a dialog entitled “Select Keywords” with the value B1:8D.
What does this mean/what am I doing wrong?
Specifically, I have called my ODBC connection Notes400, and am trying to extract a column entitled “EMNO” from a table called “EMAP”.
My formula is @Dbcolumn(“ODBC”:”ReCache”;”Notes400"; “UserID”; “UserPassword”; “EMAP”; “EMNO”)