Hi all,
My debugging skills are very rusty these days, and I started working on a project that I haven't touched for many years. I went to do a Print Preview of a report that I have, and when I click my Print Preview button I get this error message:
Data environment is already loaded
The Click Event code reads:
The init code on the button is just default. Maybe it's an obvious thing and I'm just out of practice.
Thanks!
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."![[hammer] [hammer] [hammer]](/data/assets/smilies/hammer.gif)
My debugging skills are very rusty these days, and I started working on a project that I haven't touched for many years. I went to do a Print Preview of a report that I have, and when I click my Print Preview button I get this error message:
Data environment is already loaded
The Click Event code reads:
Code:
SELECT MONSTER
lnScope = RECNO()
*
REPORT FORM MONSTER RECORD lnScope NOCONSOLE PREVIEW
*
GO lnScope
The init code on the button is just default. Maybe it's an obvious thing and I'm just out of practice.
Thanks!
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."
![[hammer] [hammer] [hammer]](/data/assets/smilies/hammer.gif)