In gb.xml.rpc client code the RpcMethod_Read value is incorrectly filled.
This results in error when displaying RpcClient variables, see screenshot.

gambas/trunk/gb.xml/src/rpc/gb.xml.rpc/.src/RpcClient.class:

BAD:

Function RpcMethod_Read() As RpcFunction

  Return RpcFunction

End


GOOD/BETTER:

Function RpcMethod_Read() As RpcFunction

  Return Method

End

Regards,
Ron_2nd.

<<attachment: Type Mismatch.png>>

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to