Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#$&*@ Report Designer
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00187082
Message ID:
00187123
Views:
29
For the process of preparing the cursor, you may want to try something with the MEMLINES(), ex: select max( memlines( memofield )) into array laMaxLine

Then cycle through each record and force the padding of chr(13) base on the difference between laMaxLine[1] and value for current record memlines()

This should force the printing of the line since it won't actually be blank
Previous
Reply
Map
View

Click here to load this message in the networking platform