SETRANGE --> datetime field is not empty

Pieter_GoversPieter_Govers Member Posts: 6
Hi,

I've a question about a SETRANGE, I must have all the records from a specific table where a datetime field is not empty,

i've tried with

"Bom+ Item Tracking".SETRANGE("Pick Date", '<>%1', EmptyDate);
(EmptyDate is a global with no date assigned to)

But this don't compile.

Can somebody help me?

Answers

Sign In or Register to comment.