DBergkamp10
IS-IT--Management
Hi, I want to do a setparam/requery but I seem to be going in circles with the syntax.
I have a string variable called LIN_TAX_CODE that I want to feed into a query called StmtHdl3 as criteria.
I seem to be running into difficult with type mismatches.
I have
Stmthdl3.setparam LIN_TAX_CODE, 1
Stmthdl3.requery
I think I have this all wrong.
Anyone familiar with this?
Thx in advance
Ivan
I have a string variable called LIN_TAX_CODE that I want to feed into a query called StmtHdl3 as criteria.
I seem to be running into difficult with type mismatches.
I have
Stmthdl3.setparam LIN_TAX_CODE, 1
Stmthdl3.requery
I think I have this all wrong.
Anyone familiar with this?
Thx in advance
Ivan