WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Quickly select your data using filters
You can easily view the records that match specific criteria. To do so, simply apply a filter in the table.
To apply a filter:
  1. Right-click the column title or the search icon.
  2. Select "Filter" in the context menu, then select the desired filter. For example: "Filter .. Starts with".
  3. The column heading becomes an Edit control and allows you to enter the desired text. For example: "CASE".
  4. Press ENTER to validate. The filter is automatically applied and the table only displays the records that match the filter.
To remove a filter:
  1. Right-click the column title or the search icon.
  2. Select "Remove filter" in the context menu. The table redisplays all the records.