Just a hint(it has nothing to do with your problem, but can cause problems either):
if rzcheckbox10.Checked=true then
This =true thing can be problematic as described here:
http://r2c2.weingut-rehn.de/content5..._Variablen.htm
I don't know, if you can spek German, so here in short:
- An bool variable is a bool expession itself. So it's not necessary to put ae =true there
- because of the different binary representations of bool vars, it can cause problems, when you use
WinAPI functions or interact with other apps
//Edit:
Using delphi-tags makes it easier to read code... So just use those funny buttons in the posting-editor... thx
regards
Christian