Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formating diferrent input mask in Grid
Message
From
13/04/2000 13:10:32
 
 
To
13/04/2000 09:48:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00359239
Message ID:
00359380
Views:
10
>Hi all,
>
>Question 1)
>I have grid and I want use different input mask in the same column.
>All rows in grid have column with name "unit" where represend how many decimal number is in input mask in column "amount".
>When "unit" is "piece", amount column have input mask "999 999".
>When "unit" is "liter", amount column have input mask "999 999.9".
>.... and so on
>
>In column "amout" for eatch row is different input mask.
>When I use property "InputMask" for this column, all row have the same InputMask.
>When I use in property "InputMask" function GetInputMask(table.unit_decpoint)
>The InputMask is changed when I move to other row, but too change display input mask for all rows in column "amoutn", but I don't set for all rows the same Input mask.
>
>How cann I solve this problem ?
>


Have you tried the DynamicInputMask property on the grid column?


>Question 2)
>I create report for Landscape printing. When I print at my computer, it's printed good. When I use my app with runtime files on other computer and print it, the report is printer too big (middle part is printed to whole paper - zoom) Why ?

Are you printing on the same kind of printer that the report was designed on?
You may have to open your report as a table and in the first record, the TAG & TAG2 fields may need to be blanked, and in the EXPR field you may have to remove all references to everything except ORIENTATION.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform