Need Help on Connecting VB to Navision 2.60

Hi All, I am just wondering how do you connect from VB to Navision 2.60B thru CFRONT? Is this how you connecting them? In a module CF: Set CF = CreateObject(“cfront.cfrontctrl.1”) Call CF.OpenDatabase(DatabaseName, CacheSize, UseCommitCache) Regards, Ty

Open visual Basic , go in Project Components (CTL-T), select CFRONT Ole Control Module, from the toolbox select that control (OCX) Place it on the form and go in the code of Vb and type CFRONT1. , you will get the whole list of functions and properties of CFRONT.

Thank you very much ajayjain for your help.