Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text on Report Form
Message
From
12/11/2003 15:19:43
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
12/11/2003 15:01:28
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00849233
Message ID:
00849245
Views:
33
>>How can I display a label with a length greater than 254 on a report without using a variable or breaking it into separate objects? It seems that all report objects that are not populated with a (concantenated) variable in the calling code have this limitation. The text is a disclaimer at the bottom of a report with a length of 291. Thanks!
>>
>>Regards, Renoir
>
>You might try a memo field, which you insert into a temporary cursor.

Put the code below in the BeforeOpenTables of the DE and closed the cursor in the Destroy of the DE and it worked great! Thanks!
CREATE CURSOR crsDisclaimer (Disclaimer M)
APPEND BLANK
REPLACE crsDisclaimer.Disclaimer WITH lcDisclaimer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform