as an ActiveX component i suppose its possible to use it from a web browser,
via asp, or similar, right?
thanxs,
Alejandra
Robert Love
"Alejandra Moreno" <almo...@hotmail.com> wrote in message
news:XHvSXq8i...@tpsmail01.turbopower.net...
The trick is creating the object. Here is how you would do that.
Dim cApaxobj
Set cApaxobj = CreateObject("Apax1.Apax")
--
Don Hill (TurboPower Software)
"Alejandra Moreno" <almo...@hotmail.com> wrote in message
news:XHvSXq8i...@tpsmail01.turbopower.net...
Alejandra
"Robert Love [TPX]" <rober...@tpx.turbopower.com> wrote in message
news:cVTvmSDj...@tpsmail01.turbopower.net...
Well that page can be hit multiple times from the same person let alone
multiple other people that may hit it at the same time. Only one page can
access the port at a time, if you create the port when accessing the page.
So you could run into port already in use type error messages.
Robert Love
"Alejandra Moreno" <almo...@hotmail.com> wrote in message
news:tCYIo6Hj...@tpsmail01.turbopower.net...