I just tried this, and made it work ok. Here's the code I used:
Private Sub Form_Current()
If IsNull(Me!column2) Then
Me!column2.BackColor = 65535
Else
Me!column2.BackColor = 16777215
End If
End Sub
Is the OnCurrent property being initiated each time you move to a...
Check your doco - you must have the Remote Agent add-on installed to backup the System State data on a W2K machine. See below:
Using the Remote Agent to Back Up Data in a Mixed Environment
You must install the Remote Agent on all remote Windows 2000 systems that you want
backed up. Without the...
The documentation says that to backup a remote W2K station, you must have the Backup Exec Remote Agent add-on installed on that machine.
Try that?
Also - I had that exact problem on a WinNT 4.0 machine when a number of services that should be running were stopped. When I turned them all back...
Write a function to get the value of your Global Variable.
Eg
Global MyGlobalAccountNumber as String
MyGlobalAccountNumber = "ABCDEFG"
Function mGetGlobAccNumber() as String
mGetGlobAccNumber = MyGlobalAccountNumber
End Function
In the QBE for your query, place the following in...
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.