Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo text
Message
De
05/03/2002 10:48:59
Peter Walburn
Omega Data Services Ltd
Aberdeen, Royaume Uni
 
 
À
05/03/2002 09:32:42
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00628376
Message ID:
00628444
Vues:
13
>Hi,
>
>I am using following command to put data in record set but giving error at datacombo line any idea.?
>rs.Fields(0).Value = Text1
>rs.Fields(1).Value = Text8
>rs.Fields(2).Value = Text2
>rs.Fields(3).Value = Text3
>rs.Fields(4).Value = DataCombo1.Text
>TIA

What is the datatype of rs.Fields(4)? And what is the datatype of the DataCombo1.Text field? It may need converting to a number or having quotes (') around it.

Pete
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform