I'm working with the pageframe control in VFP 9.0 with a bunch of tabs. I'm trying to achieve multi-lines caption in each tab as in the following screen, but I don't know how to do.
I tried these, but no luck.
.Caption = 'Watch 1'+ chr(13)+chr(10) +'(00~04)'.Caption = 'Watch 1'+ chr(13)+'(00~04)'