I am receiving data from handheld data collector machines in the form of XML files. One of the applications in the device is to scan the shelf where the items are, then the item barcode and finally enter the quantities found there.
I use XMLTOCURSOR to read the data and a workable cursor is created, in the form: SHELF C(20) && bar code ITEM C(20) && bar code QUANTITY I && number of units on the shelf however, if in one run, all the items found in the different shelves are 0 or 1, the confounded function believes the datum is logical and sends .F. if zeroes are found or .T. if the number is 1 Questions for the gurus: 1) How can I create a schema and send it to the function or an xmladapter, so I get numbers and not booleans in the case described? 2) could you please show an example on how this is done (create the schema, load the xml into the xmladapter, and then retrieve the cursor and browse it? 3) the handheld devices operate with Windows Mobile. Is it possible to run a VFP app in them? Thus far, I had to have them programmed in C# by someone else, loosing the corresponding fee income and what is worse, the total control over the program, since the other fellow will not release the source code TIA Rafael Copquin --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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/[EMAIL PROTECTED] ** 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.

