Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run class function from Report
Message
From
19/10/2009 14:53:28
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01429914
Message ID:
01429918
Views:
41
Yeah, it worked that way, thanks.

>>I want to execute class's function within a report called from that class.
>>
>>I am calling this on Page Footer Entry:
>>IF PEMSTATUS(ThisForm, 'mvalidatebarcode', 5) ThisForm.mValidateBarcode(ufdcode) ENDIF
>>
>>but the report fails. What's wrong?
>>
>>Thanks
>
>Try to use IIF instead in the Expression.
>
>E.g.
>
>IIF(pemstatus(...), thisform.mValidateBarCode(udfCode),"")
>
>it should return the same value as your method.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform