Microsoft
Software
Hardware
Network
Question : The use of Not
Does the "Not" apply to both arguments below?
If Not rec!Resolve = X Or IsNull(rec!Resolve) Then
I am using VB6
Answer : The use of Not
No.
If Not rec!Resolve = X Or Not IsNull(rec!Resolve) Then
Kevin
Random Solutions
A* algorithm 2D snake with obstacles max route
Migrating SharePoint to another server
Asp.Net I am having problem trying to access a page & passing it querystring value.
Shortcut
COMPAQ V6000 HP, WON'T BOOT WITH BATTERY INSERTED, DC BLUE LIGHT PULSES DIM
Installing Windows 2008 Server R2 on a Dell PE 2850
OnTextChanged TextBox Issue
Audit Failure on Windows 2008
how to use session variables between servers????
TypeConverter and multiple data sources used in Property Grid with a dropdown control.