SV QBE List Template problem

Anyone using the SV QBE list template?
I’m just trying it, but it seems to force my entered string to upper case.
ie Trying
Field Equal Sean ends up with a filter of Field=‘SEAN’ everytime
Clicking the Case Sensitive check does nothing

OK I solved this with a workaround.
Turns out the case sensitivity was never being applied. Putting FilterObj.SetCaseSensitive(True) in the apply button before generated code made it work

2 Likes