Am trying to add a "video" to a webpage which is based on a template containing a javascript menu. The site has hundreds of pages all based on this template and the menu works fine
The page can be viewed: www.faith.org.u k/Testindex.html
In IE7 it works fine. The video shows and the dropdowns of the menu work correctly.
In Mozilla Firefox, although the video works the dropdowns do not show.
I have...
User Profile
Collapse
-
Flash video stops javascript dropdowns from working in Mozilla
-
Filtering a textfile datasource for mailmerging in Word
I am using the following coding:
Dim strWordDocFile As System.String = Me.txtLetter.Te xt
Dim WordDocFile As New System.IO.FileI nfo(strWordDocF ile)
Dim Msg As String
Dim strDatafile As String
Dim strQueryString As String
Dim strAlphFldName As String
Dim strFilterValue As String
strDatafile = "c:\LobbyMail\L ordsList.txt"... -
Emailing to schools on our database
Am trying to write some vbscript coding to send emails to records on our schools database. This is how far I've got. Am not an expert!! :
<%
Dim myConn, myCmd, myRS, firstRecord
dim strSQL2, fldCurrentID, myCmd2 'NEW
Set myConn = Server.CreateOb ject("ADODB.Con nection")
Set myCmd = Server.CreateOb ject("ADODB.Com mand")
Set myRS = Server.CreateOb ject("ADODB.Rec ordset")... -
Hi Folks,
Think I may have discovered the solution.
If you change the Publish Status in Application Files (button on the Publish tab) to include, all the required dll's are published to the same folder as the application.
This seems to work. Is there any disadvantage in doing this?
It has taken me AGES to find this!!! But possibly I may be wrong?
Regards
Brian -
Hi,
Office is installed on all computers. The only difference is that my machine on which I developed the program has Office 2003 Pro and the one on which I get the error has Office 2003 SBE
BrianLeave a comment:
-
Hi,
I have references to Office 11.0 Object Library and Word 11.0 Object Library
Assumed that "app requires the assembly office version 11.0.0.0" refers to one of these.
Should I include a reference to another Library?
BrianLeave a comment:
-
Visual Studio 2005 - "Unable to install or run the application"
Am a newcomer to Visual Studio 2005 but have managed to develop a simple application in VB using it. I want to deploy it.
Have tried using ClickOnce which generates the webpage ok. I can install the application on my computer and also one one other computer by clicking the Install button. However, on another computer I get the error:
(firstly) Cannot download the application. The application is missing required files.
...
No activity results to display
Show More
Leave a comment: