Good Morning The way your issue reads is that the report writer is not in use but perhaps this will give you an idea on a possible solution... About 100 years ago I placed in a report frx for FoxPro 2.6 for Windows fields that would hold 1 character each stacked vertically. Each field's variable was an array element. Then in the screen that called that report would parse the string and fill the array. When the report was printed it appeared as if it had a rotated font and the text appeared vertially. What filled the vertical label was variable and it worked very well by pre-loading the array. Blank fields did not print as each field had a print when clause. Perhaps this will jog your thought process for a solution. Jack
________________________________________ From: ProfoxTech [[email protected]] on behalf of AndyHC [[email protected]] Sent: Wednesday, November 12, 2014 4:32 AM To: [email protected] Subject: Re: Rotate Text in VFP 6.0 Search Ed's archives - this was covered at some length MANY years ago - iirc it involved calls to graphical libraries. On 12/11/2014 02:23, Michael Oke, II wrote: > Been doing some searching but haven't been able to find an answer, or > pointer, to my problem. I need to be able to rotate some text in a vfp > report Tuesday doesn't use the report writer. I didn't develop the > software just have to support it with the organization's guidelines. Anyone > with any pointers that will help me accomplish what is necessary? > > ----- > Michael Oke, II > [email protected] > 661-349-6221 > > Our business is defined by our commitment to our Customers. > ----- > > <snip> [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/7d9e7f72b813014c8fd022cf04f820ed0137b3f...@ex06.drdad.thenewarkarena.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

