Hi
Here i am again. :-)
I have done some research and have come up with the 'execute/executeglobal' VBScript statements (function local and script global scope respectively.
I'm pretty sure they do what you want, but i haven't tested this thoroughly.
See a short example below
Mike
<%@...
Sorry Brent
I was a bit too quick with my fingers. :-(
MSScript does what you want but client-side
For you stakadush
Cut and paste the code below into an empty Asp file.
<%@ Language=VBScript %>
<%
Option Explicit
response.buffer = true
response.expires = 0
Dim sc_Srv
Dim str_Srv
%>...
Hi
Sounds like what you are looking for is the Microsoft Script Control. It might already be installed on your computer, look for files Msscript.* (.ocx,.hlp and .cnt).
If not you can download it from microsoft for free...
Thanks a lot for trying to help.
I have had time to do some testing and a lot of reading.
It turns out that CurrentDB does for some reason not work with an Access Database Project file (.adp) although the documentation says otherwise. If have tested my code with a jet database (.mdb) and it...
Hi
I'm relatively new to VBA programming and something got me stumped right at the beginning.
I want to display some user-defined properties from the database properties (the ones you get from the 'file / database properties' menu) on a form. I have 2 problems with this:
- First i'm not sure...
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.