Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to I keep it from clipping fields?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00175228
Message ID:
00175234
Views:
28
>I've got a field on one of the reports I'm designing that the report designer seems to like to clip. I've only got a limited amount of space, and I'd like to use all of it (if needed). The report designer is clipping it at the first space. For instance:
>
>"Allstate Insurance"
>
>becomes:
>
>"Allstate" on the report, because their isn't enough space for the "Insurance". I would like to have it print:
>
>"Allstate Insur" (or wherever we happen to run out of space).
>
>What am I missing?

Use the following:

left(myfield,x)

This will prevent the clipping effect. Make x as large as is necessary.
Previous
Reply
Map
View

Click here to load this message in the networking platform