Tracy: It is something with the reports... I created a new report with some of the fields from the cursor and all runs as expected. The thought of redoing 22 detailed is mind boggling... Any ideas on what to look for in the existing reports? Jack
Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 [email protected] ________________________________________ From: ProfoxTech [[email protected]] on behalf of Tracy Pearson [[email protected]] Sent: Tuesday, October 22, 2013 12:35 PM To: [email protected] Subject: RE: VFP9: Can't print Jack Skelley wrote on 2013-10-22: > Tracy: No...I put a wait window in just form the report is called and > there are 82 records in the cursor. I copy my contact manager I wrote > in VFP9 to the server and ran it and all runs and prints as expected. > All reports and labels run as expected. Thanks! Jack > Jack, Was your command WAIT WINDOW TRANSFORM(RECCOUNT("TableName")) You might want this one: WAIT WINDOW "The current cursor " + ALIAS() + " contains " + TRANSFORM(RECCOUNT()) + " records" Tracy Pearson PowerChurch Software [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/7d9e7f72b813014c8fd022cf04f820edd8e98...@ex06.drdad.thenewarkarena.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

