Re: [DOTNET] updating dataset and dataform

2002-04-16 Thread Beauchemin, Bob
w, or ??? Bob Beauchemin [EMAIL PROTECTED] -Original Message- From: Bob Edwards [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 8:08 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] updating dataset and dataform I don't thnk this is possible. Let me tell you just a bit more

Re: [DOTNET] updating dataset and dataform

2002-04-16 Thread Bob Edwards
t: Monday, April 15, 2002 9:10 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > Why don't you just bind the controls on the panel to the dataset? > You should > be able to use the same currency manager so that when the current > re

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Shawn Wildermuth
Exactly! Thanks, Shawn Wildermuth [EMAIL PROTECTED] > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of Peter Stephens > Sent: Monday, April 15, 2002 9:10 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Peter Stephens
Why don't you just bind the controls on the panel to the dataset? You should be able to use the same currency manager so that when the current record is changed in the grid, the panel's controls will automatically refresh. When the user makes changes via the controls, the data will automatically b

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Ethan Smith
approach most people take. -Ethan -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Bob Edwards Sent: Monday, April 15, 2002 8:08 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] updating dataset and dataform Yes, except that the user is not updating through the

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
again. -j > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of > Shawn Wildermuth > Sent: Monday, April 15, 2002 7:31 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > If your updates are not en

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Shawn Wildermuth
MAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > Shawn, > > You are very patient, but we're not quite there yet. > > > Why don't you make the changes directly to the DataSet instead of > > refreshing it from the Database every tim

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
ehalf Of > Shawn Wildermuth > Sent: Monday, April 15, 2002 5:49 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > Why don't you make the changes directly to the DataSet instead of > refreshing it from the Database every time? Otherwise, I&

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Shawn Wildermuth
ginal Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of Bob Edwards > Sent: Monday, April 15, 2002 5:37 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > Okay, now I'm confused. Here's what I have: > 1.

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
n [mailto:[EMAIL PROTECTED]]On Behalf Of > Shawn Wildermuth > Sent: Monday, April 15, 2002 5:20 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > No problem. > > I guess I still don't quite get why you are updating the database then &g

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Shawn Wildermuth
Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of Bob Edwards > Sent: Monday, April 15, 2002 5:10 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > Shawn, > > First, thank you for taking so much tim

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
; -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of > Shawn Wildermuth > Sent: Monday, April 15, 2002 4:47 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > Hmmm > > I think #2 makes more sense. If

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Shawn Wildermuth
April 15, 2002 4:12 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > Thanks for the feedback but my question must not have been clear. > > I can update in one of two ways: > > 1. Update the database and then refill the dataset and the

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Bob Edwards
Sent: Monday, April 15, 2002 3:56 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > > The DataAdapter usually only updates a single Table at a time. If you > send a DataSet to the Update (as in dataAdapter.Update(dataSet)), it > will attemp

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread Shawn Wildermuth
HTH Thanks, Shawn Wildermuth [EMAIL PROTECTED] > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] > On Behalf Of franklin gray > Sent: Monday, April 15, 2002 3:48 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] updating dataset and dataform > > >

Re: [DOTNET] updating dataset and dataform

2002-04-15 Thread franklin gray
I would update the dataset and then update the DB using the .update on the adapter passing it the dataset. You may also want to look into .getchanges of the dataset. -Original Message- From: Bob Edwards [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 2:40 PM To: [EMAIL PROTECTED