Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
 
 
À
12/08/2007 09:56:53
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:
01247693
Vues:
29
>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?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform