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!

Recent content by vellakaran

  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!

    ok this is what i found out. windows XP has changed the way that this behaviour works: when a background task is activated, Windows XP may prevent it from moving to the foreground, and flashes the icon instead. This behavior is designed to keep background tasks from stealing focus. You can...
  5. vellakaran

    Code fine; .exe NOT!

    ok i tried some different ways to get the Wrod document to pop-up, setfocus, bringtofront etc...and they were all unrecognized method names. is there anywhere i can find out what methods are available for this OLE object? also here is the code that is opening Word: begin...
  6. 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...
  7. vellakaran

    Problem with Conversion

    ok here is what i found. for the date/time field, which is part of the key, it is a field that is set by the backend database, it does not appear on the form. i put it on the form and gave it a default value of Date(). everything is ok, i can now insert a record and the program does not crash. i...
  8. vellakaran

    Problem with Conversion

    ok here is some more info. compiled the database and get a clean compile but still the same error. put code in the BeforeUpdate() and AfterUpdate() events. stepped through and it gets to code in BeforeUpdate() and then once it comes out of that sub i get the generic microsoft access error. i...
  9. 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