[Logo] OLD FORUM - Use new one: https://www.CaptainCasa.online/forum
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Bug] Searching through a fixgrid on a label with format=datetime  XML
Forum Index -> Development
Author Message
bthalheim

Power User

Joined: 05/04/2012 11:45:24
Messages: 72
Offline

Hi,

to display A Date value in a fixgrid I use a label with format=datetime. It is displayed as expected, but if I use
Code:
 #{d.SearchBarUI.grid.textSearcher.onNext}
 

... to search for any value which is just displayed (e.g. 26-Oct-2012 10:35:22) no results are found.
The problem seems to be that not the formatted Date is used for searching, but the Java-Date.

If that Bug could be solved, that would be great.

Thanks,

Björn
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5555
Offline

Hi,

yes, your are right: the text search is using the native values, in case of a date its long representation...

Bug is fixed + part of today's version.

Thanks + regards! Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team