SOLVED? Error after script runs successfully (rtl270.bpl)

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
crtrubshaw
Posts: 322
Joined: 06 Jun 2012 11:08

SOLVED? Error after script runs successfully (rtl270.bpl)

Post by crtrubshaw »

Hi Rickard, I have a script which runs okay but after it runs I get the error "Access violation at address 0000000002EAC68B in module 'rtl270.bpl'. Read of address 0000000000000000".

I've attached the bug report files and the script.
Attachments
BugReport.zip
(121.77 KiB) Downloaded 182 times
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: Error after script runs successfully (rtl270.bpl)

Post by Rickard Johansson »

Thanks!

You should probably not use Free() on visual components. Use form.Close() instead.
crtrubshaw
Posts: 322
Joined: 06 Jun 2012 11:08

Re: SOLVED? Error after script runs successfully (rtl270.bpl)

Post by crtrubshaw »

Thanks Rickard! It's now working perfectly.
Post Reply