|
-
May 2nd, 2000, 02:36 AM
#1
Thread Starter
New Member
We went from the previous version to 3.12 and subsequently noticed that the grid we are allowing users to insert/update data to is not working properly.
Once the user chooses to insert a new line the grid didn't not create a new row. So, I added an AllowAddNew and AllowUpdate instead of the previous
command which was adodc.recordset.addnew.
This gives me the new row and allows me to edit the grid ok, but when I save the new row I get and "Out of stack space" error. Stepping through the VB code
it seems as it is getting hung up on a line where the adodc.Recordset("FieldName").Value = StringVar
located within the beforeupdate event of the grid. Could it be that everytime it tries to do this assignment it starts the beforeupdate event over and over again to
the point where it never gets past the first assignment statement? Has anyone seem this befor? And why did it work with previous versions of Sheridan?
Please let me know
TheKid
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|