DHCP will make your life much easier when dns servers change or IP segments change, use Reservations for IPs that need to be static. (servers, printers, switches...)
Make sure you have the full executable path inside your script. For example if you were to use the xcopy command in a batch file you must use:
c:\windows\system32\xcopy.exe source dest
so it will work when you are not logged into the console.
xcopy source destination /c
The /c switch lets xcopy continue even if there is an error.
I used to have this same error with no apparent reason, everything seems to copy ok now.
I've never actually used this solution but I would assume you would want to call:
Dim blRet As Boolean
blRet = MouseWheelOFF
sometime on app or form startup, maybe the form OnOpen event
If using an exchange server, your exchange admin can allow cdo automation
Also check out Outlook Redemption (http://www.dimastr.com/redemption/home.htm)
or this app "Express ClickYes" from
http://www.express-soft.com/mailmate/clickyes.html
DoCmd.RunCommand acCmdFilterBySelection
The trick is to have focus on selected text before running
example
Private Sub Command0_Click()
me.controlname.setfocus
DoCmd.RunCommand acCmdFilterBySelection
end sub
you can turn of filtering with
DoCmd.RunCommand acCmdRemoveFilterSort...
Make sure your home network subnet is different from your work subnet
example
home: 192.168.1.x
work: 192.168.1.x = home network browsing doesn't work
home:192.168.10.x
work:192.168.1.x = home network browsing does work
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.