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


_______________________________________________
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/[email protected]
** 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.

Reply via email to