Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text on Report Form
Message
De
12/11/2003 15:19:43
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
12/11/2003 15:01:28
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00849233
Message ID:
00849245
Vues:
35
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform