[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

How to lock a node programmatically in the AOT ?

arno

11/21/2005 11:06:00 AM

Hi,

I would like to lock a node programmaticaly instead of using the context
menu.
(and to have the lock icon on the node)

I've activated the method trace in the "Option" menu, to see how Axapta
performs this operation.
It seems that It uses Xrecord.DoInsert() and Xrecord.DoDelete() to
lock/unlock an object, but I don't manage to use it.

Any information about that ?

Thanks,

Arno