Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by resurgam

  1. resurgam

    /b Invalid Character

    thanks mike Thats exactly what I have done I have also got in touch with the people sending me the xml and asked them to put some validation on at their end too :-) Thanks DBMARK already got conversions in for that but it took me some time to find anywhere that told me about having to do it...
  2. resurgam

    /b Invalid Character

    thanks that worked great it turned out to be CHR(0) what a pain, unfrtunatley I have had no control over the data coming in :-(
  3. resurgam

    /b Invalid Character

    Hia I need your help I have never done anything with XML before. I retrieve from an external source a memo field containing XML data with utf-8 encoding, to convert this into a cursor I do some checks to replace & symbols to say & and replace control characters CHR(1) to CHR(31) with ''...
  4. resurgam

    Foxpro Equivalent

    It displays what the data type of a variable is. It does more than Vartype does though it will instead of an integer and a float being displayed as "N" in vartype it distingushes been the two. Thanks Again Rachel
  5. resurgam

    Foxpro Equivalent

    Is there an equivalent command to RTTI (runtime type information) in C++ for foxpro? Many Thanks Rachel

Part and Inventory Search

Back
Top