Hi all, I have an interesting questipon for you. I construct a PHP function to read data from OpenERP that use standard xmlrpc lib and standard socket.
But sometimes if I pass the list of the fields that I want to read, function returns me no fields data; but if I pass an empty list of fields, function returns me all fields data, also the fields that I have inserted in the first call. For example: the first following list returns me an empty fields data (only id value); the second one returns a (correct) complete list of the fields. $ArgsRead=array( new xmlrpcval("time","int"), new xmlrpcval("isactive","boolean"), ); $ArgsRead=array(); Sometimes happen that if I insert the field name in the first example, the function returns me only filed name and id. Someone has the same problem ??? Someone can help me ??? Thanks in advance Zipgem -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=57628#57628 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
