AFTER MANY YEARS PERFECT JOB and now
DO NOT WORK - Filter('[dbo].[ObedListek]';Datum>Today()) - now return empty collection - Datum is Date field in SQL table
I must change to Filter('[dbo].[ObedListek]';DateDiff(Datum;Today())<=0)) - this work fine
Next new problem
DO NOT WORK - OnSelect on any inserted element (text,button,..) in DataCard in FormViewer (pointer changed on hand, but not fired Launch("..")) on the same screen Button out of FormViewer work fine.