Hi,
I have added a new column to window cTableWindow. I turned to queryable property to true as shown on the picture but it doesn’t show up F3 search screen.
Thank you.

Hi,
I have added a new column to window cTableWindow. I turned to queryable property to true as shown on the picture but it doesn’t show up F3 search screen.
Thank you.
Best answer by Himasha Abeywickrama
Hi
Is the attribute you’re using an Aggregate or an Array attribute? Because, for Aggregate and Array attributes, Queryable property will always return false.
Also, if you go to the designer.cs file, you should see something like this for your table column,
NamedProperties.Put("FieldFlags", "294");
This is where the flags are set. The number represents text as a series of Unicode characters. You can try to set the Queryable to false and check if this number gets changed.
Himasha
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.