Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inline update problem?
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00856470
Message ID:
00856966
Vues:
17
Thanks, Kevin.

I figured it out. When creating new forms, grids, etc., I usually just add a couple of fixed columns and then include all of the field in the dataset with the "Create all columns automatically" checkbox so I can see the full dataset. I think the indexing issue means that the number of columns is out of wack for inline editing, so I unswitched the Auto-columns checkbox and created explicit columns and that fixed it.

Again, thanks,
Chris.


>>Here's an error I'm getting when performing an update in the datagrid inline editing process. Line 240, below, is where the error is thrown. Not sure where to start looking at this.
>>
>>I'm accessing a VFP table in a DBC, w/ character ID field (I've tried int, and int autoinc), no change. Outside ofthis datagrid control, I've had no problems updating VFP records.
>
>It's difficult to tell exactly what's going on from here...first of all, I recommend setting a breakpoint on line 240, and looking in the Watch Window to see if the DataSet contains what you expect. If it does, I recommend stepping through the SaveDataSet code. If you have not already done so, follow the instructions in the MM .NET Dev Guide under the topic "Stepping through MM .NET Code in the Debugger".
>
>Regards,

chris jefferies
chris@freeranger.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform