I have an embedded view on a form. Both the form and the embedded view have globals defined as
dim uidoc as notesUiDocument
dim doc as notesDocument
The Form set the uidoc and doc in the Post open, while the Embedded view sets the values in the Initialize of the View.
The problem is that the user is on a date field and enters the date, but does NOT tab out of the field. The click on a button on the embedded view. The uidoc says there is a date there, however the document does not have a value. However in a Text field you do get the same values.
I have tried going to the top of the form, and then back to the field I was on, but yet the date value remains blank.
I have also tried in the embedded view to set doc = uidoc.document, but once again the date field always remains blank.
I believe I tried to do a uidoc.refresh, however I think that crashed notes.
Not sure if anybody else has had this issue.
Thanks in advance, John