"Find in Database" Dialog

www.CAD6.com

How can I access information on this dialog?

 

 

When you use this dialog to edit objects make sure to choose the command Modify > Object Properties > Edit or Modify > Edit > Text / Attributes first.

 

If the option "Expression" is active, the search text is considered to contain an expression. This expression is evaluated for each cell of the search column. For that the variable ~Value~ (and ~Wert~) is initialized with the content of the respective cell. If the evaluation yields true (1) then the corresponding object is highlighted during the search process. Please refer to Mathematical Terms for details.

 

Sample expressions:

 

~Value~ == 0

Yields true (1) if cell content is equal to zero

~Value~ != 0

Yields true (1) if cell content is not equal to zero

~Value~ >= 2000 && ~Value~ < 3000

Yields true (1) if cell content is greater or equal to 2000 and less than 3000

~Value~ == -1 || ~Value~ == 1

Yields true (1) if cell content is equal to -1 or 1

abs(~Value~) >= 1

Yields true (1) if the absolute value of the cell content is greater or equal to 1

 

CAD6studio Release 2025.0 - Copyright 2025 Malz++Kassner® GmbH