Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you call a METHOD from a report to get a variable?
Message
From
01/02/2007 12:34:23
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Miscellaneous
Thread ID:
01191362
Message ID:
01191460
Views:
8
>>>>I am trying to get some specific calculations off of items sold in a POS system and print them on a report. Unfortunately, because these calculations vary greatly on several factors... it would be next to impossible to put them in the small EXPRESSION field in the report writer itself. In addition, trying to store them in temporary variables during the actual criteria step of the report call would be nearly impossible as well... to many factors control what needs to be calculated.
>>>>
>>>>I can write the actual calculations in a couple of code snippets and want to know if there is a way to call that coded routine from the actual report and have it return to the report the final calculation for printing.
>>>>
>>>>Thanks ahead of time.
>>>
>>>To expand Ed's solution. Put a textbox on the form with expression MyFunction(). Let your function to return empty string. Add remove if blank option to this textbox.
>>
>>I think Ed wouldn't expand his suggestion this way:) Why would function return an empty string instead of a calculation result? Isn't that already known since foxproDOS as UDF?
>>Cetin
>
>I guess I was reading too much inside the original question. I thought we need multiple extra variables to be calculated and presented in the report. Anyway, this can also be done by calling Detail OnEntry(). In this case the function should return .t.

Anyway and yet another wrong path? The function still would return its caculation result and would not be called from OnEntry() :) Just put it where it should be displayed.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform