07-19-2010, 03:14 PM
Code:
strFlightID = arrABC(FlightID) 'value from Access data table (blank)
If IsNull(strFlightID) Then
strFlightID=""
End If
JavaWindow("A").JavaInternalFrame("Flight").JavaEdit("FlightField").Set(strFlightID)
Try to use the above code...While taking from Access it will give
strFlightID =Null
To avoid this try using the above code,i think it will solve your problem..
Kindly update on the progress..