Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message
Message
From
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:
01247692
Views:
23
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,
>>
>>i try to print my report from myform as..
>>at my report page header thisform.text1.value,thisform.text2.value at another position at myreport etc...it works
>>but when i run my report after i add thisform.edit1.value , i get eroor message Please tell Microsoft about this problem.
>>we have created an error report that you can send help us improve microsoft visual foxpro.we will treat this report as confiential and anonymous.
>>
>>fatal error:exception code:c0000094.....error logfile
>>
>
>I see. Try to use variable instead, e.g.
>
>local lcEditValue
>
>lcEditValue = alltrim(thisform.myEdit.value)
>
>and use lcEditValue in the report in the Header section.
>
>Don't forget to have the cursor for your report for detail lines.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform