473,545 Members | 2,001 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Rotating Text 270 Degrees in Access 2000

2 New Member
I have a question regarding vertical text labels in the Reports area of Access 2000.

In the properties area, selecting vertical text to "yes" rotates the text 90 degrees so that the text reads top-to-bottom. My question is: How can I get the text to rotate 270 degrees so that the text reads bottom-to-top?
Mar 7 '07 #1
1 5647
ADezii
8,834 Recognized Expert Expert
I have a question regarding vertical text labels in the Reports area of Access 2000.

In the properties area, selecting vertical text to "yes" rotates the text 90 degrees so that the text reads top-to-bottom. My question is: How can I get the text to rotate 270 degrees so that the text reads bottom-to-top?
You would probably have to use code as in:
Assumptions:
__1. Text Align = Center
__2. Vertical = Yes
__3. Label Name = lblTest
__4. String to Reverse Vertical Align = "Philadelph ia"
Expand|Select|Wrap|Line Numbers
  1. Dim MyString As String, intCounter As Integer
  2. Dim strRevVerString As String
  3.  
  4. MyString = "Philadelphia"
  5.  
  6. For intCounter = Len(MyString) To 1 Step -1
  7.   strRevVerString = strRevVerString & Mid(MyString, intCounter, 1)
  8. Next intCounter
  9.  
  10. Me![lblTest].Caption = strRevVerString
Mar 8 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1999
by: Steve | last post by:
Hi; Is it possible to have some text moving from left -> right horizontally AND other text other text moving left-> right but rotated 90 degrees in the same HTML document? Thanks in advance Steve
2
1429
by: bignaps | last post by:
I apologize if this is a stupid question but I have searched everywhere for an answer and can't find any suitable answers. How do I rotate labels on a form? I need to rotate them 90 degrees counterclockwise to help facilitate the printing of sticker labels but I cannot figure out how. Any help would be greatly appreciated.
4
3819
by: don larry | last post by:
Greetings, I have a text box, label and subreport that i'm trying to rotate vertically. The properties list doesn't list any such property. Can I add one, or do i have to code to make these object rotate? I'm using Access 2000 project Thanks in advance, Don
4
5447
by: Roozbeh GHolizadeh | last post by:
Hi there... i think it is a very common problem but i dont know why i didnt find anything good for me on internet... i want to simply rotate an array with 90,180,270 degrees.... here is how i allocated this.... srcimage = (LPBYTE)LocalAlloc(LMEM_FIXED, 320 * 200);
2
3095
by: MichaelH | last post by:
Hi all, I am writing a program that has to draw musical notes on a staff. To do this I need to draw Ellispses (representing the notes) on a horizontal line and rotate them slightly (by 15 degrees). So there might be say, 3 ellispses each one seperated from the next by 30 pixals along the x-axis but each ellipse should have the same y...
4
2960
by: Andre Nogueira | last post by:
Hi there. I have one question... How can I create a bitmap (programmatically), paint it to a picture box and have a transparent background? I don't know what will be below the picturebox because the user can move it around, so there could be a textbox, another picture, a button or nothing below the picture box. Setting the background color...
6
29585
by: jcrouse | last post by:
I want to rotate it 180 degree so it is upside down. What is the easiest way to accomplish this? Thank you John
1
8478
by: Roy Harbert | last post by:
Is there a text box that can rotate or a way to print text rotated 90 degrees? I've been looking but can't find anything.
5
64204
by: austincollins | last post by:
I have been searching for hours to find a solution to display text rotated at 90 degrees in firefox, and could not find one. css3 and IE has the css command "writing-mode: tb-rl;" but this does not work in firefox. i came to conclusion that SVG is the solution. I have been playing with SVG for few hours now and it is brilliant, you can do graphics...
0
7479
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7411
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7439
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5987
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5343
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4962
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3450
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1901
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
722
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.