I've found this by accident while renaming,renumbering fields
You can't search and replace on a Checkbox
> Export the form with the checkbox to .txt
> Edit the .txt and change ;CheckBox; to ;TextBox;
> Import the .txt and compile
and now you have a Yes/No field and .. search/replace works
ps.
I have seen this done without a .txt file too. Please let me know how?
0
Comments
> in CA/L just add a text field to a form
> change the source expression to a boolan field
BooleanField := TRUE/FALSE;
MODIFY;
Press Strg+r and run the report. This ist much more effectiv.