Posts by Felicio • 41 points
3 posts
-
3
votes0
answers445
viewsQ: Connect Firebird via PHP
I have a BD in Firebird on a server other than the web server (PHP). I’m trying to make the connection between them, using the ibase_connect function, but nothing happens, my line in php is:…
-
0
votes1
answer726
viewsA: How to use getElementsByClassName on an Internet Explorer object in VB.Net?
In the References menu, you must activate: Microsoft Internet Controls Microsoft HTML Object Library The code below was the basis for solving the problem. The secret is that the property…
-
1
votes1
answer726
viewsQ: How to use getElementsByClassName on an Internet Explorer object in VB.Net?
I’m trying to use a getElementsByClassName in an Access macro. You are showing line error: If ie.Document.GetElementsByClassName("msgErroAdic").Length > 1 Then Being Dim ie as Object and Set ie =…