Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Type Conversions
Message
De
28/09/2004 11:16:17
 
 
À
28/09/2004 10:59:24
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Divers
Thread ID:
00946688
Message ID:
00946694
Vues:
13
Jim,

If you pull up Crystal's formula editor, you'll find some Type Conversion entries in the list of functions.

However, I'm not sure that should be necessary. I generate XML schemas from typed datasets in VS.NET, and use different data types based on what I need. The resulting schemas look something like the following:
<xs:element name="PaidAmount" type="xs:decimal" minOccurs="0" />
<xs:element name="Name" type="xs:string" minOccurs="0" />
<xs:element name="Approvedflag" type="xs:boolean" minOccurs="0" />
How are the schemas being created? (Through VS.NET, or in another way)

Am I missing something? (I'm not an expert on XML, I've probably learned more about them through .NET than anything else)

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform