Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String field in XML turning to numeric after XMLTOCURSOR
Message
 
 
À
22/12/2005 15:38:51
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01080310
Message ID:
01080340
Vues:
11
>I was using the TYPE function on the value in the field... Let me try with that DISPLAY STRUCTURE command.

The TYPE() function evaluates its parameter. You've to enclose the parameter in the quotes or use VARTYPE()
? TYPE("myfield")
? VARTYPE(myfield)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform