Hi Tracy Yes VFP is consuming a web service. It has a class it requires to send. On the request record it is easy as it returns an object with obj.item(1).text etc. To get the data. Now I need to fill, I would rather do that without getting a blank record first if possible though that is an option. Al
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: 14 August 2012 15:43 To: [email protected] Subject: RE: VFP9 web service call Allen wrote on 2012-08-14: > Hi Foxgang. > I have a web service made using VS2010 C#. It has a class that's used > for a > SQL data record. > Ok, call the web service to get a record is fine. The class appears > as an object and item(number).text gets the record data. > All works fine. > Now I want to send data back to the service. I add a property as an object > to the code (not a form property) but it remains as .F. and not an object. > Anyone know how to make a var into an object to add text items? I > thought maybe a collection in the object. > Al > Allen, Is VFP consuming the object returned by C#? I'm not sure what language you are needing help with. It sounds like you're on the client side. Tracy Pearson PowerChurch Software [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/002401cd7a29$19267150$4b7353f0$@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

