Hi,
All above functions use default connection set by NETIO_CONNECT()
for RPCs but it's also possible to specify server address and port
in <cProcName>/<cFuncName> just like in <cFileName> parameter in RDD
functions, i.e.:
NETIO_PROCEXISTS( "192.168.0.1:10005:MYFUNC" )
PROC main()
? netio_connect()
? NETIO_PROCEXISTS("STR")
RETURN
prints:
.T.
.T.
but
PROC main()
? NETIO_PROCEXISTS("127.0.0.1:2941:STR")
RETURN
prints:
.F.
What I'm missing?
Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour