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...
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...
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.