Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dec Points for Average in report.
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00061885
Message ID:
00062087
Views:
56
>>US does use commas (separator) and a period (decimal point). At least 1 country (can't remember which) uses a comma for the decimal point.
>
>I'd be interested in hearing from some of our European members whether they can format a report or form variable/field/textbox with one setup and have it show correctly on another computer where the decimals are set to a different pattern.
>
>Anyone?
>
>Barbara

Here is how I do. I have a specialized environment class for reports that handles these things. Specifically it does the following adjustments:
SET DELETED ON
SET TALK OFF
SET SAFETY ON
SET POINT TO ","
SET SEPARATOR TO "."
SET DATE FRENCH
SET CURRENCY TO "F"
SET CURRENCY RIGHT
SET CENTURY ON

I also use a report specific Data Environment.

José
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform