I have a window that I added an OLE Control to (ole_1). I then created a window function (wf_connect) that takes one argument declared as passed by value, argument type is olecontrol.
I have a button control on the window with the click event script as wf_connect(ole_1). I try to compile and I keep getting an compile error. "Bad argument list for function wf_connect".
I don't have a clue what's wrong with the code.
Thanks
Jerry
I have a button control on the window with the click event script as wf_connect(ole_1). I try to compile and I keep getting an compile error. "Bad argument list for function wf_connect".
I don't have a clue what's wrong with the code.
Thanks
Jerry