Options

RECORDREF Datatype ERROR IN NAV 2009

sujatharaoosujatharaoo Member Posts: 57
Hi,

I migrated the objects from 5.0 to 2009, the Recordref datatype is throwing an error for an customised coding. The same code is working fine in NAV 5.0, I have attached the snapshot of the error and code. Is this is bug in 2009? Kindly suggest me to resolve the error.

Thanx in Advance.
Regards,
Sujatha.N

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,098
    When you do not need a record-, field-, keyreference you should clear it to free up memory. This is an advice for future code.

    For you current problem, you can put a CLEAR(RecordSet1); // Or CLEAR(RecordSet2); just before doing the OPEN of the recordreference.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    sujatharaoosujatharaoo Member Posts: 57
    Hi kriki,

    we have solved. 8) Thanx....
    Regards,
    Sujatha.N
Sign In or Register to comment.