Hello I have a question regarding closing a movie with V4MD 2. With V4MD 1 I usually closed a movie using: gMyCursor = 0 gMyDB = 0 ValentinaShutDown So far I have found the following syntax for closing a movie with V4MD2 gmyDb.close() valentina.shutdown() My question is how do you destroy the cursor in V2? Is it still gMyCursor = 0? Thanks Greg