Hi,
I have a form and I have place an ActiveX Control(WebBrow ser) that will populate a web page with strolling texts, I have developed in html.
In the form 'On Current Event' I have placed a code that depend on a table called 'strol' that also holds the path to the html file. Normally, this should work but I am not sure why it is not. Can anyone help? This is what I have in the event procedure: I
I have a form and I have place an ActiveX Control(WebBrow ser) that will populate a web page with strolling texts, I have developed in html.
In the form 'On Current Event' I have placed a code that depend on a table called 'strol' that also holds the path to the html file. Normally, this should work but I am not sure why it is not. Can anyone help? This is what I have in the event procedure: I
Code:
If Len([strol]) > 0 Then WebBrowser3.Navigate URL:=[strol] Else WebBrowser3.Navigate URL:="C:\Users\M&E\Documents\Organizations\LTTP\Database\WelcomeStatement.htm" End If
Comment