Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New to .NET
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01126997
Message ID:
01128805
Vues:
30
Jim,

>That's the part that really has me stumped: there are no error icons. I tried creating a new form with the same controls, and now the data is read only. I can't edit any of the data! I'm almost ready to scrap the whole project and start over from scratch.

Actually, the data may not be read only...it may be that text strings in your database have trailing spaces (if you're not using varchar) and it has filled up the maximum number of characters allowed in the TextBox. By default, MM .NET automatically sets the MaxLength property on your text boxes based on the length of data in your data columns. Go to one of your text boxes and hit "End". If there are trailing spaces, remove them, then see if you can edit data. Long story short, I recommend using varchar data.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform