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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.