Larry, That was it. I need to be more verbose in my descriptions but you were able to read between the lines. Normally this wouldn't show up because usually other fields have been edited, but I was trying to add a feature to a specific field and was going directly to it.
This list is great. Jan ----- Original Message ----- From: "Lawrence Lustig" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Monday, December 27, 2004 4:59 PM Subject: [RBG7-L] - Re: Dataset error > > What could it possibly mean if I call a form using 'Edit using' > > and get the message > > 'ERROR Dataset not in edit or insert mode' > > It probably means that some action in your form (probably in code) is trying to > change a value in the currently displayed row before you have put the dataset > into edit mode by typing something in a field. One likely culprit is a > PROPERTY ComponentID TEXT 'TextValue' command. If so, you need to precede it > with PROPERTY TABLE TableName EDIT. > > -- > Larry > >
