Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
De
12/08/2007 10:15:49
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01247687
Message ID:
01247695
Vues:
29
Put a button on the form called Print. Remove lcEditValue from your report for now, just to test, if the report is OK without it.? OK

If this works OK, then put a field with lcEditValue as an expression in the Header section of the report.

same error
local lcEditValue
lcEditValue = 'Test'
REPORT FORM edd PREVIEW
How long is the EditBox value? the width is 372
thanks

>>hi,
>>same error ..i try as..
>>at myform....thisform.modEdit.value(click event)
>>local lcEditValue
>>lcEditValue = alltrim(thisform.modEdit.value)
>>*** at my form just lcEditValue
>>REPORT FORM edd PREVIEW
>>
>>thanks.
>>>>thank you,
>
>Why do you want to do it in EditBox click event?
>
>Put a button on the form called Print. Remove lcEditValue from your report for now, just to test, if the report is OK without it.
>
>In the Print button put
>
>REPORT FORM edd PREVIEW.
>
>If this works OK, then put a field with lcEditValue as an expression in the Header section of the report.
>
>Put
>local lcEditValue
>lcEditValue = 'Test'
>REPORT FORM edd PREVIEW
>
>See if this works.
>
>If yes, then try
>lcEditValue = alltrim(thisform.modEdit.value)
>REPORT FORM edd PREVIEW
>
>How long is the EditBox value?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform