Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Headers in browse
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00893289
Message ID:
00893374
Views:
25
Add:
oBrowse.HeaderHeight=......

>Hi, I am trying this but the text does not wrap in the header? Also, it looks like the width
>statement of
> oBrowse.Columns(i).Width = 20
>does something very different from the old
> brow width 20
>Why is that?
>Thanks
>Steve
>
>BROWSE NAME oBrowse NOWAIT
>oBrowse.Setall('WordWrap',.t.,'Header') && tried here
>for i = 1 to oBrowse.ColumnCount
> oBrowse.Columns(i).Header1.Caption=Proper(FIELD(i) + "just something here")
> oBrowse.Columns(i).Width = 20 && wierd width ?
> oBrowse.Columns(i).Header1.WordWrap = .t. && does not wrap
>next
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform