On Fri, Aug 27, 2010 at 8:41 AM, Richard Kaye <[email protected]> wrote: > Bad Steve... <g> The FOR...NEXT loop in VFP automagically increments the > counter var each time through the loop with the default increment being one. > > Mike, did you ever actually print the labels? Sometimes I've found the > preview to be a bit wonky with labels. > > If you're just using ticket as an arbitrary counter, you could just append > the number of rows you want into your cursor and use RECNO() on the labels. > Old school thinking, I know but why bother with the REPLACE at all? -------------------------
All those years I have been incrementing manually. ;-> Now it is more like this for(int i =0; i < Number; i++) -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://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.

