Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message
Message
 
 
To
12/08/2007 09:56:53
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01247687
Message ID:
01247693
Views:
26
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform