Advmemo search issue

Case sensitive search sometimes malfunctions.

Place a advmemo, an advfinddialog and an advmemofinddialog on a form. 
Connect the advmemofinddialog to the advfinddialog and the advmemo. 
Place a button on the form with Advmemofinddialog1.execute in its handler.
Add the following text to the memo: show SHOW sHOW

Run the program.
Position the cursor at beginning of the memo.
Click the button.
In the dialog check Case Sensitive.
Search for: sHOW
Close the dialog.
Position cursor at beginning of memo.
Click the button.
In the dialog check Case Sensitive.
Search for: show

RESULT: "sHOW" is found, rather than "show"



The problem is fixed. The next update will address this.