Current filter:
                                You should refresh the page.
                                0
                                  • If you set a memo field to have a nulltext value and then set the memo with value from client side code (javascript) it will show the value but if you try to access the value through clientside via gettext it will be null, or if you focus on the memo field after you have set it through settext it will go blank.

                                    If you don't set a nulltext value on the memo everything works as expected.

                                0

                                Found another variation of the problem with the latest fix.

                                Implement the OnKeyUp function and try to access the value of the memofield in javascript. You will always get the "last" version of the memofield and not the current version.

                                If you remove the nulltext specification on the memofield the OnKeyUp works fine.

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.