G
George
Can someone tell me what this compiler error means?
Using VS.NET 2002/VB
------------------------------------------------------
Dim objFIF As New RMClassLib.FtInFr()
objFIF.CreateNewFIF(False, False, 3, 24)
pitchInDrp.DataSource = objFIF.GetNewFIF
Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
Line 133: Dim objFIF As New RMClassLib.FtInFr()
Using VS.NET 2002/VB
------------------------------------------------------
Dim objFIF As New RMClassLib.FtInFr()
objFIF.CreateNewFIF(False, False, 3, 24)
pitchInDrp.DataSource = objFIF.GetNewFIF
Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
Line 133: Dim objFIF As New RMClassLib.FtInFr()