Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Part of the string - in Bold
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00461366
Message ID:
00463345
Views:
23
>>>IOW, Buyer name is in Bold, then follows Address, then use code.
>>>The question is: how can I make Buyer Name Bold? If I would use separate fields for these, how can I arrange them?
>>
>>Why not just put two expressions on there, one for the buyer name in bold, and teh other for the address? Thats all I would do, I wouldn't try and stick them toghether, it would just make the report look messy, IMO.
>
>Mike,
>
>I have Business Requirements, the Report should look like:
>Mike Helland, Sauk Rapids, Minnesota, Use 101
>Ed Rauh, Connecticut, Use 031
>George Tasker, Texas, Use 111
>
>etc.
>
>Now, what can you suggest?

Hi,

You are able overlap 2 fields

The first -> LEFT(myString,AT(",",myString)-1) ( set to bold )
The second -> SUBSTR(MyString,AT(",",myString)) ( set to normal )

To do this you need non PS Font like courrier ...

Hope this Help
Marcel
Previous
Reply
Map
View

Click here to load this message in the networking platform