Is their anyway to lock certain fields on a form after the first save, but change other fields on the form. I know probable a longshot, but just in case there was a way...I'm asking.
Also, I have a LotusScript which moves values from one form to a new form. I would like to ignore the code if the QTY is blank or 0.
Example:
estdoc.Qty = doc.Qty
estdoc.Name = doc.Name
I want: If doc.Qty = "" or Qty = 0 Continue with Code below that
Thanks for any tips,
Craig
Also, I have a LotusScript which moves values from one form to a new form. I would like to ignore the code if the QTY is blank or 0.
Example:
estdoc.Qty = doc.Qty
estdoc.Name = doc.Name
I want: If doc.Qty = "" or Qty = 0 Continue with Code below that
Thanks for any tips,
Craig