Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by b4bala

  1. b4bala

    How to add context sensitive help to CFormView based applications?

    Could somebody help me with that...any article or link.. found this one.. http://www.codeguru.com/misc/csh_formview.shtml but this is tool tip style...and i want the regular one with winhelp. Thanks in advance
  2. b4bala

    Open new dialog box and close present

    Hi, My application has 3 dialog boxes. The first dialog box that appears will have two buttons as options for the remaining two dialog boxes. When one of the buttons is pressed, I want to close the existing dialog box and open the corresponding new one. I open it as a modaless dialog and closed...
  3. b4bala

    ADODC runtime error

    Thanks Andy. I donot declare these objects as shown by you. I have added DataEnvironment Object to my project. Then,I use DataEnvironment1.Connection1.ConnectionString = "..." DataEnvironment1.Connection1.Open And I donot use recordset objects. I use Adodc objects for the DataGrid...
  4. b4bala

    ADODC runtime error

    Yes, I close the the connection to the database (.mdb) by using the following statement when I exit the app. DataEnviroment1.Connection1.Close Other than this, I donot do any thing with the Adodc(s). I think this statement takes care of them..doesnt it? Thanks for ur promt response. Bala
  5. b4bala

    ADODC runtime error

    My application has 5 forms each with a datagrid control and adodc control linked to a common access database (.mdb). When I run this application more than 10- 15 times either from VB development enviroment or as an exe, I get the following runtime errors. 1. Unspecified error. 2. Runtime error...

Part and Inventory Search

Back
Top