> > Hello Experts
> >
> > Please guide me about Error #130.
> >
> > I am assigned a job of completing an user interface which was 80% done by my predecessor. The current process involves 4 forms (private data session, buffer=5) all of which have one particular table 'orderhdr' in common and with other different tables/views/relations. All the three forms are to remain in memory and when I issue tableupdate() in the 4th form on a view, this error gets fired. The process was designed to allow the user to navigate to and fro quite frequently and performs numerous calculations. Considering a change now is not allowed.
> >
> > I have checked up the help but could not get enough information. Please tell me why at all the error fires? What could be possible fixes?
> >
> > Thanks,
> > C.V.Ramesh
>
>
> Afternoon from Canada,
> Gnerally this error happens when you try to update a record and the record is not locked. Can happen when
> performing; BROWSE, CHANGE, EDIT, DELETE, GATHER, MODIFY MEMO, READ, RECALL, or REPLACE operations.
> Are you 100% certain your have buffer mode-5 in all forms and you have private data sessions in all forms?
> Pete "the IceMan", from the Great White North of Canada.
Good Morning,
I have ensured all the forms have 'private data session' setting. All forms have buffer=0 and the said 'orderhdr' form is having buffer=5 but a table 'ordersteps' has buffer=1 in a form. 'ordersteps' table is also a base table for the view and is updated prior to 'orderhdr'.
I will change this setting and try.
My doubt now is, if 'the record is not locked', why 'tableupdate()' should have problem in updating?
C.V.Ramesh
COMPLETE THREAD
|  | | Error NO130 Posted by venkataramesh cheruvu @ 6/27/2009 4:21:53 PM |
|