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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vellakaran
  • Content: Threads
  • Order by date
  1. vellakaran

    Error Message -2147220995 Automation Error

    Here is the code that is causing the error: Function OpenMicrosoftWord(objfrm_MSWord As BoundObjectFrame, obj_MSWord As Object, Optional DoOpen As Boolean = False) As Boolean 'This function opens Microsoft Word. This function requires a bound obect frame that ' contains microsoft word...
  2. vellakaran

    Error 2105

    here is the code that is causing the problem: strVisible = strSubList frm(strVisible).Form.Visible = True frm(strVisible).SetFocus frm(strVisible).Form(strLinkField).Visible = True If strLinkId > 0 Then frm(strVisible).Form(strLinkField).SetFocus (bombing here) End If...
  3. vellakaran

    HTML & Servlets

    Hello, Here is the problem: I'm getting a error saying that the servlet is not available. I'm trying to call the servlet from an HTML form. I'm using Tomcat 4.1 and i was wondering where specifically do i have to put the servlet and the HTML form. My servlet compiles. also in my HTML form i have...
  4. vellakaran

    Code fine; .exe NOT!

    Here is the problem: i have form that when a button, "Spell Check", is pressed it brings up Word and does the spell checking. When i test run it through delphi, everything is ok, but when i run the .exe, Word does not "pop-up" and become the active current document. i have to...
  5. vellakaran

    Problem with Conversion

    Hi, here is the problem. I just recently converted an Access 97 front end app to Access 2002. Everything is working fine except for one form. When I add a record via the form and either tab off the last field or choose another page the app crashes. I get a Microsoft error message saying...

Part and Inventory Search

Back
Top