Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resuming print
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00230060
Message ID:
00230112
Views:
32
>After I print out oh, let's say two lables, how can I automatically reset the app to pick up where it left off? Is there a way or will my users continue to through away unused labels beause they aren't able to start printing on the first second or third row of lables?
>
>Jeff

Well, you can maintain a counter of the current record by throwing a UDF in with the last field of the label. For example, if your last field is CUSTOMER, you would have CUSTOMER+SavePos() as the expression in the report field. All savepos() does is capture the current record number (or unique key or whatever) and save it to a table or memory file. Then, if you need to restart the report, you restore from the table or mem file, position your table and go from there.

HTH
Menachem Bazian, CPA
President
BC Consulting Services, Inc.
973-773-7276
Menachem@BazianCentral.com
Previous
Reply
Map
View

Click here to load this message in the networking platform