I have some code which was working fine, but know it doesn't. The code is simple;
auApp.PutOptionsString(
"License", "Client", "IdxStation")
auApp.LoadOptionsFile()
auApp.SetOwner(
Me.Panel2.Handle, False)
auApp.Visible =
True
But it always issues a Search licence. I am using the 8.3 Beta version of Alchemy, so has the call changed?
John