Hi Jim,

I have the following in a certain handler:

put the groupNames of card "patient_insurance" into tGroupCheck
if "insurance2" is among the lines of tGroupCheck then remove group "insurance2" from card "patient_insurance"

Sometimes it will error on the second line, and I can't figure out why. I don't think it is because it isn't there, it is checking for that first.

It gives this error:

field "resultList": execution error at line 132 (Chunk: can't find background), char 59

try "background" instead of "group"
...:
if "insurance2" is among the lines of tGroupCheck then remove BackGround "insurance2" from card "patient_insurance"
...

Thanks,

Jim McNeely

Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to