Alex Harris 13.Mar.06 04:05 PM a Web browser Notes Client6.0.2 CF2Windows 2000
I have the following LS in a field called Parts that sets the value of the Parts_YN field when exited. This works great if the Parts field is really exited, but if the Parts field is selected and then a button is clicked as opposed to another field being selected in the form, the exiting code doesn't run, like the field isn't really being exited. Is there somewhere else I can put the code. I thought of onchange, but I don't know JS. Thanks.
Sub Exiting(Source As Field)
Dim ss As New notessession
Dim db As notesdatabase
Set db = ss.currentdatabase
Dim ws As New notesuiworkspace
Dim uidoc As notesuidocument
Set uidoc = ws.currentdocument