To get the focus to a JTextField

Hi,
In my project,I am using a JFrame as a background .And I put a JDeskotppane.On that pane i put JInternalFrame.
My JInternalFrame contains so many JButtons and JTextFields.
My need is when I run the project the focus sholud be in my first JTextField.But the focus automatically goes to the JButton which is my first component.
I try with following methods.
jTextField1.requestFocus()
jTextField1.requestFocusInWindow().
But not .Is ther any way to do it?
Thank you so much.
Meena.

Hi,
Thank you so much.
I write the coding of
jTextField1.requestFocusInWindow() in Window Activated event.
I got the result I want.
The link given by you is very useful to me.
Thank you so much
Meena.

Similar Messages

  • Popup - how to get the focus in a specific compent

    Hi,
    I am trying to get the focus of my pop-up in the second component.
    Use case: New button in the table shows a popup to get the input from the user. There is a Undo Edit link (top-left) to discard changes, on top of the pop-up so by default the focus goes to the top left. I have input text boxes under that. And I am trying to get the focus (mouse cursor) in the first input text box rather than the undo Edit link. Any idea to implement that without using javascript ?
              <af:popup id="newPopup" contentDelivery="lazyUncached"
                        popupCanceledListener="#{commonUtils.CreatePopupCanceledListener}">
                <af:dialog id="createPopupDL" type="none"
                           title="#{viewcontrollerBundle.NEW_COURSE_PLAN_STRUCTURE_QUALIFIER_HEADER}"
                           resize="on">
                  <af:separator id="s1"/>
                  <af:panelGroupLayout id="pgl2" layout="vertical" halign="left">
                    <af:panelGroupLayout id="pgl3" layout="horizontal">
                        <!-- csc:undoEdit is a custom component to undo change
                        By default the focus is coming to this component -->
                      <csc:undoEdit id="ue1"/>
                    </af:panelGroupLayout>
                    <af:messages id="m1"/>
                    <af:spacer width="10" height="10" id="s2"/>
                    <af:panelFormLayout id="pfl1" labelAlignment="start"
                                        labelWidth="140">
                      <af:spacer width="10" height="10" id="s3"/>
                          <!-- I want to get my mouse cursor in this box -->
                          <af:inputText id="it2"
                                    label="#{bindings.QualifierCd.hints.label}"
                                    value="#{bindings.QualifierCd.inputValue}"
                                    showRequired="true"
                                    required="#{bindings.QualifierCd.hints.mandatory}"
                                    columns="#{bindings.QualifierCd.hints.displayWidth}"
                                    maximumLength="#{bindings.QualifierCd.hints.precision}"
                                    shortDesc="#{bindings.QualifierCd.hints.tooltip}"
                                    autoSubmit="true">
                        <f:validator binding="#{bindings.QualifierCd.validator}"/>
                      </af:inputText>
                    </af:panelFormLayout>
                  </af:panelGroupLayout>
                  <af:spacer width="10" height="10" id="s4"/>
                  <af:separator id="s5"/>
                  <f:facet name="buttonBar">
                    <af:group id="g2">
                      <af:panelGroupLayout id="pgl4" layout="horizontal"
                                           halign="start">
                        <af:commandButton text="#{smsCommonViewBundle.CreateBtn}"
                                          id="createCB" action="doCommit"
                                          partialSubmit="true"
                                          accessKey="#{smsCommonViewBundle.CREATE_ACCESS_KEY}">
                          <f:actionListener type="au.com.callista.sms.framework.view.lifecycle.PopupDismissActionListener"/>
                        </af:commandButton>
                        <af:spacer width="10" height="10" id="s6"/>
                        <af:commandLink text="#{smsCommonViewBundle.CANCEL_LNK}"
                                        id="cancelCL" action="doCancel"
                                        accessKey="#{smsCommonViewBundle.CANCEL_ACCESS_KEY}"
                                        immediate="true">
                          <f:actionListener type="au.com.callista.sms.framework.view.lifecycle.PopupDismissActionListener"/>
                          <af:resetActionListener/>
                        </af:commandLink>
                        <af:spacer width="400" height="10" id="s9"/>
                        <af:icon name="required" id="i1"/>
                        <af:spacer id="sp3" width="5" height="0"/>
                        <af:outputText value="#{smsCommonViewBundle.requiredLbl}"
                                       id="ot1" styleClass="requiredText"/>
                      </af:panelGroupLayout>
                    </af:group>
                  </f:facet>
                </af:dialog>
              </af:popup> Edited by: user9319679 on Sep 6, 2011 10:43 AM

    I dont think so that possible without javascript.. AFAIK
    <af:clientListener method="setFocus()" type="load"/>
          <af:resource type="javascript">
               function setFocus(event){
                 var input1 = document.getElementById('pt1:r1:3:pt1:it1::content'); // the complete id of the inputText - change it according to your jsff.. use firebug to get the proper id
                 if(input1!=null)
                 {input1.focus();
          </af:resource>

  • How to get the focus in a Table Control

    Hello Experts,
                         I have a simple Table control in my screen . I want to know under which column my cursor is ? Basically i want to get the focus the table control . How can i achieve this  ?
    Thanks
    Vivek

    >
    Vivek Joshi wrote:
    > Hello Router ,
    >                      I do not want to set the focus , I want to get focus . User can click on any cell in the table and then press a button in the toolbar . Now in the event handler of the button i want to under which column User has set the focus .
    > I hope , I am clear now .
    > Thanks for your help
    > Regards
    > Vivek
    An yet you keep getting suggestions of how to set the focus.   I looked through the API documentation and I don't see anything that would suggest you can request to see where the current focus is.  Perhaps someone might still come along with a solution, but my hopes wouldn't be too high at this point.  I can pass the requirement onto Product Definition, as the use case does seem interesting.  Perhaps it is something we have even considered in the past. 
    But for now, there might be a better way to solve your problem.  It will probably mean redesign the interaction.  What exactly are your requirements?  Do you need to be able to get the data in a particular cell of table when a button is clicked?  Just throwing out some ideas here, but maybe just use the lead selection to select the row, but then have a button choice to choose the action associated with the column you want. A hack for sure - but it might work.  Also it doesn't help you right now, but in the near future update to NetWeaver 7.0, WDA does have a onColSelect event for the table.

  • How to Get the focus of the textbox.

    Hi all,
    I have a problem in getting the focus of the textbox, The scenario is in this way,
    I have 3 textboxes in a window, each one should should get enabled one after the other only (i.e) Textbox2 should be enabled only after Textbox1 is filled and pressed the TAB button and Textbox3 is enabled only after Textbox2 is filled and pressed the TAB button. Textbox2 is also enabled when the cursor is in Textbox3 and SHIFT+TAB is pressed,
    I tried this with the Focus Listener but i cant able to get the cursor in the textbox. Please help in this, how to do this.
    Thanks in Advance.

    844031 wrote:
    Hi all,
    I have a problem in getting the focus of the textbox, The scenario is in this way,
    I have 3 textboxes in a window, each one should should get enabled one after the other only (i.e) Textbox2 should be enabled only after Textbox1 is filled and pressed the TAB button and Textbox3 is enabled only after Textbox2 is filled and pressed the TAB button. Textbox2 is also enabled when the cursor is in Textbox3 and SHIFT+TAB is pressed,
    I tried this with the Focus Listener but i cant able to get the cursor in the textbox. Please help in this, how to do this.
    Thanks in Advance.Hello user,
    If you are talking about 'TextBox' of javafx then please start a new thread on Javafx Category here:JavaFX 1.x and JavaFX Script [ARCHIVE]
    Thanks.,
    narayan

  • How to get the focus at the end of text ?

    I am having applet with awt TextField component and some default text. (MSQ-)
    To have a focus to text field I am using :
    refnoTextField.requestFocus();
    But this gives focus at the biginning and not at the end of text. I want the focus at the end (i.e. after MSQ-)
    How to get the focus at the end of text ?
    any help ?
    manisha
    manisha

    public void focusGained(FocusEvent e) {
         if (e.getSource() == yourtextbox) {
         yourtextbox.setSelectedEnd(yourtextbox.getLength());
    try this thing - not sure if it'll work, but I figgured out how to apply it to my textareas for keeping the focus on the last line of the textarea..it might work for your textboxes..
    shrug

  • How to get the focus of particular UI Element

    Hi All,
    How to get the focus of particular UI Element in webdynpro Page,
    I have a page where i am creating a ALV, I want to get that keyboard focus is on that element is there or not?
    Can anyone please give some update?
    Best regards,
    Rohit

    I would suggest try invoking REFRESH of ALV on the ON_CELL_ACTION event.
    Below excerpt is from Thomas
    The Events of inner UI elements are not exposed directly as they normally would be if they were standalone. Generally you can capture them using either the
    ON_DATA_CHECK:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c8/6c80dbedfe42d1a93f8e6df1d7244a/frameset.htm
    This gets trigger for any press of ENTER, so it generally works like the Input Field onEnter.
    You could also consider ON_CELL_ACTION:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/12093591152464e10000000a1553f7/frameset.htm
    It is a higher level Event that encompasses both ON_DATA_CHECK and ON_CLICK.
    if you want to capture & refresh on some hot key combination then refer to this thread
    [https://www.sdn.sap.com/irj/scn/profile?editmode=true&userid=3760417]

  • Setting focus outside a control when no other control can get the focus

    Hello
    I'd like to know if there is a way to setfocus outside of a control even if there is no other control to receive the focus.
    I have an editbox that has the focus (active) and I want to set visible to false to this control., but I cannot since it has the focus and there is no other controls that can get the focus.
    As a temporary measure I've added another editbox that I moved outside of the visible interface to which I've moved the focus. But I would like to know the proper way to do this.
    Thank you for your help.

    I think you are asking how to bring a windows form to the front.
    If not I apologize...
    The way I have done this:
    1. I created a new thread.
    2. I maxmized the window
    I set the following properties:
    ShowInTaskbar = False
    TopMost = True
    Focus()
    BringToFront()
    In all my testing I needed the window to be maximized, if it wasn't B1 stayed on top.

  • Preventing a window of getting the focus

    Hi,
    I am pretty new to Java and at the moment I have a pretty big problem with the focus. Is it possible to prevent a window from getting the focus? I.e. an application has some kind of "properties" popup. So I don't want to make it impossible for the main window to get the focus until the user closes the "property"-window...
    some hint or even example code would be great!

    I am pretty new to Java and at the moment I have a pretty big problem with the focus. Is it possible to prevent a window from getting the focus? I.e. an application has some kind of "properties" popup. So I don't want to make it impossible for the main window to get the focus until the user closes the "property"-window...
    When you open your properties window you could call setEnabled(false) on the frame that should not be able to get focus and call setEnabled(true) when the user closes the properties window. You will have to pass a reference to the frame to the properties window so that the window can then do yourFrame.setEnabled(false) when it's being closed.

  • Can a ReadOnly-JTextField get the Focus for a Copy action?

    Until JDK 1.3 a JTextField can be focusable and selectable, also the JTextField
    is not editable. So the user can Copy (with Ctrl-C) the displayed text to an other application.
    With JDK 1.4 the user cannot select the JTextField, if the Field is not editable.
    How I can the JTextField set to selectable (or focusable) in not editable state?
    thanks for suggestions
    Roland

    I suppose a workaround would be to make the JTextField editable, and to assign a DocumentListener that throws away all attempted updates to the content. Look in the API documentation for JTextField for an example of a DocumentListener that controls the content (you would just override insertString and deleteString (?) to do nothing).

  • How to get the visible text in JTextField?

    I want to compare the space occupied by English and Japanese characters in the visible area of JTextFiled. I tried the same by taking the length of the characters occupied by the same text in both the language . But this did not work . I even tried the method getVisibleRect().
    Can please some one suggest a method or procedure by whcih i can get the length of the visible text in the JTextField
    Thanks
    Inder

    Point point = new Point(brm.getExtent(),0) ,it wont workWell, theoretically, the "Y" value shouldn't matter, but I guess when you display a line the text, the first couple of "Y" pixels are the spacing between lines and will presumably return the position of the character on the previous line (when using JTextArea, JTextPane). But since JTextField doesn't have a previous line I guess its returning 0. Change the "Y" value to 2 (1 doesn't work either):
    import java.awt.*;
    import javax.swing.*;
    public class Test
         public static void main(String[] args)
              JFrame frame = new JFrame();
              frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              JTextField textField = new JTextField("Some text");
              frame.getContentPane().add(textField);
              frame.pack();
              frame.setLocationRelativeTo( null );
              frame.setVisible(true);
              for (int i = 0; i < textField.getSize().width; i += 5)
                   Point p = new Point(i, 2);
                   System.out.print(p + " : ");
                   System.out.println( textField.viewToModel(p) );
    }

  • Get the focus on applet again if user switches between applications

    hi,
    How to set the focus on applet which runs in a browser(IE5.x) if user goes to another application and come back to the same applet. I am using JRE1.4 i have tryed it with using aapletname.requestFocus() in javascript but it looks requestFocus() has some problems.
    window.onfocus =document.helloApplet.requestFocus();
    or
    <script>
    function activated()
         document.helloApplet.requestFocus();
         return true;
    </script>
    <body LEFTMARGIN=0 TOPMARGIN=0 onFocus = activated();>
    <OBJECT name="helloApplet" classid="clsid:CA......................
    Any suggestions
    Thanks

    public void start()
    Called by the browser or applet viewer to inform this applet that it should start its execution. It is called after the init method and each time the applet is revisited in a Web page.
    I can't invoke init method as it is called once only.So it won't help

  • JRadioButton not getting the Focus Back

    Hi,
    I am having a problem with the RadioButtons. I have a panel and have three radio buttons belonging to a group. I have selected the third button and saved it to the database. When I came back to the panel, I have the third button selected.But the focus( Rectangle around the text) is on the first button. If I click on the third button then the focus came to the third button. I tried using requestFocus() but its not at all working. Some one please help me asap.
    Example of Code...
    if(selButton =1)
    rb1.setSelected(true);
    else if(selButton = 2)
    rb2.setSelected(true);
    else
    rb3.setSelected(true);
    TIA,
    CK

    Did you try:
    if(selButton =1) {
      rb1.setSelected(true);
      rb1.requestFocuse();
    } else if(selButton = 2) {
      rb2.setSelected(true);
      rb2.requestFocuse();
    } else {
      rb3.setSelected(true);
      rb3.requestFocuse();
    }Doesn't work ?

  • JRadio Button not getting the  focus back

    I am having a problem with JRadio Button. I have three buttons in a Panel and I display three different set of sub panels on selecting the corresponding radio button. The top most button is the default one. I selected the second button and saved it to the database. When I come back to the screen, I have the second button selected.But the focus(the rectangle around the text) is on the first button. When I again click on the second button then the focus is coming to the second button. I tried almost everything( requestFocus() etc.,). Can some one help me.
    TIA,
    CK

    Hi!
    Here's some code for simulating your application -- as far as I could understand what it was aimed for... ;-)
    Try this code and let me know...
    (it's a bit long but just paste it)
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.*;
    import java.awt.event.*;
    public class Test extends JFrame
    ButtonGroup bg;
    JRadioButton jrb1;
    JRadioButton jrb2;
    JRadioButton jrb3;
    JPanel panel;
    MyItemListener mil = new MyItemListener();
    public Test()
    setSize(600,400);
    Container cp = getContentPane();
    cp.setLayout(null);
    bg = new ButtonGroup();
    jrb1 = new JRadioButton("button 1");
    jrb1.setBounds(10, 10, 200, 20);
    jrb2 = new JRadioButton("button 2");
    jrb2.setBounds(10, 35, 200, 20);
    jrb3 = new JRadioButton("button 3");
    jrb3.setBounds(10, 60, 200, 20);
    bg.add(jrb1);
    bg.add(jrb2);
    bg.add(jrb3);
    JPanel pan = new JPanel();
    pan.setLayout(null);
    pan.setBounds(40, 40, 220, 90);
    pan.setBorder(new EtchedBorder(EtchedBorder.LOWERED));
    pan.add(jrb1);
    pan.add(jrb2);
    pan.add(jrb3);
    cp.add(pan);
    panel = new JPanel();
    panel.setLayout(null);
    panel.setBounds(280, 40, 200, 90);
    panel.setBorder(new EtchedBorder(EtchedBorder.LOWERED));
    cp.add(panel);
    jrb1.addItemListener(mil);
    jrb2.addItemListener(mil);
    jrb3.addItemListener(mil);
    public static void main(String[] args)
    (new Test()).setVisible(true);
    class MyItemListener implements ItemListener
    public void itemStateChanged(ItemEvent e)
    Object source = e.getSource();
    if (source == jrb1)
    jrb1_itemStateChanged(e);
    else if (source == jrb2)
    jrb2_itemStateChanged(e);
    else if (source == jrb3)
    jrb3_itemStateChanged(e);
    public void jrb1_itemStateChanged(ItemEvent e)
    if (jrb1.isSelected()){
    Color color = Color.red;
    panel.setBackground(color);
    // THIS JDIALOG BOX SIMULATES FRAMES THAT MIGHT POP UP
    // DURING DATABASE TRANSACTIONS...
    //======================================================
    JDialog jd = new JDialog();
    jd.setSize(400,300);
    jd.setModal(true);
    jd.getContentPane().setBackground(color);
    jd.setVisible(true);
    public void jrb2_itemStateChanged(ItemEvent e)
    if (jrb2.isSelected()){
    Color color = Color.green;
    panel.setBackground(color);
    // THIS JDIALOG BOX SIMULATES FRAMES THAT MIGHT POP UP
    // DURING DATABASE TRANSACTIONS...
    //=======================================================
    JDialog jd = new JDialog();
    jd.setSize(400,300);
    jd.setModal(true);
    jd.getContentPane().setBackground(color);
    jd.setVisible(true);
    public void jrb3_itemStateChanged(ItemEvent e)
    if (jrb3.isSelected()){
    Color color = Color.yellow;
    panel.setBackground(color);
    // THIS JDIALOG BOX SIMULATES FRAMES THAT MIGHT POP UP
    // DURING DATABASE TRANSACTIONS...
    //======================================================
    JDialog jd = new JDialog();
    jd.setSize(400,300);
    jd.setModal(true);
    jd.getContentPane().setBackground(color);
    jd.setVisible(true);
    cbmn2

  • JS: Get Control that has the Focus and paste something into it

    Hi,
    I want to implement some clientside code that gets the control that has the focus and copy some text into it.
    Can this be easily accomplished?
    Thanks
    Sven

    Hi,
    According to your post, my understanding is that you want to get the focus element via JavaScript.
    We can use the document.activeElement to get the current active element.
    http://stackoverflow.com/questions/497094/how-do-i-find-out-which-dom-element-has-the-focus
    http://stackoverflow.com/questions/11277989/how-to-get-the-focused-element-with-jquery
    Then you can use the obtained focus element to paste text into it.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Jason Guo
    TechNet Community Support

  • Can someone explain how to set the focus to a component

    Hello,
    What is the best way to ensure that a component gets the focus with code. I have tried requestFocus and requestFocusInWindow and none of them seems to do there work. The frame containing the components that should get the focus is displayed, the component is focusable so that is not the problem. What I found out is that if the component is deep in a nesting of panes (where the top pane is in the frame) is that calling requestFocus or requestFocusInWindow does not give the component where this focus is called on the focus but either the pane that contains it, one of the parent panes of this pane or one of the components in these panes, in almost all cases the component requesting the focus does not get the focus at all. I always have to write a work around in defining a focus listener for all these panes that transfer the focus back to the component that requested the focus originally, I can't believe that this is the way to ensure that a component has the focus via code. I have searched for documentation but found nothing on what requestFocus(inWindow) is actually dooing (a lot about focus traversibility but I don't want to control this, just make sure that a component gets the focus).
    Again I'm pretty sure that the toplevel window is activated and that the component that requested the focus is focusable (I had created a derived version of the DefaultFocusManager that showed who has focus). Personally I think (and I'm not alone if you do a search in this forum on focus management) that there is either a big problem in the documentation of focus management or that it is still not possible to even try to set the focus on a component in a easy way.
    Marc

    Hello,
    thanks for your reply, here is some example code that illustrates the problem I have (the actual code is to big to show here, which is the raison why I did not posted it here). The code wil create a frame with a JPanel with a JTextField, a 'New' Jbutton and a 'Delete' Jbutton, a tabbed pane in the center ('New' will create a new JPanel, add it to the tabbed pane and set the focus on it, either by calling RequestFocusInWindow() directly or by calling it via InvokeLater (someone on this forum suggested to use this). I changed also the focusmanager to show the component that has the focus when you type something. To test compile and run the program (either with a call to requesteFocusInWindow directly or indirectly (by changing the comments), on my system I get the following behaviour:
    1. requestFocusInWindow called directly
    Start program en type, the tabbed pane has the focus
    Press New and type something, a button has the focus not the created panel
    Press New again and type something, a button has the focus not the created panel
    2. requestFocusInWindow be called indirectly
    Start program and type, the tabbed pane has the focus
    Press New and type, the created panel has the focus (I thought at one moment that I had found the solution there, but alas ...)
    Press New again and type something, a button has again the focus.
    Note that with my real program it is not always a button that will have the focus, sometimes it is a combobox or a TextField (I tried to get this with the example code (the JTextField) but did not succeed.
    Hopes this clarify the problem a little bid, what I want is when the window is visible to set focus on newly created panes (or in the real program on the panel that is selected via the tabbed pane or via a key combination to shift the focus between the panels) but requestFocusInWindow seems to behave unpredicatable. I can't imagine that what I see is a bug so I must make some assumptions which are not valid but I don't see them, btw listening on the WindowListener is I think not the solution because the frame is already displayed when I want to set the focus and I do not use a modal dialog box.
    The example code follows here
    Marc
    * Main.java
    * Created on December 21, 2004, 8:58 AM
    package testfocus;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    * @author marc
    public class Main
    static int counter;
    /** Creates a new instance of Main */
    public Main()
    * @param args the command line arguments
    public static void main(String[] args)
    JFrame frm=new JFrame();
    JPanel content=new JPanel();
    frm.setContentPane(content);
    final JTabbedPane paneContainer=new JTabbedPane();
    JPanel bar=new JPanel();
    JButton create=new JButton(new AbstractAction("New")
    public void actionPerformed(ActionEvent ev)
    counter++;
    final JPanel pnl=new JPanel();
    pnl.setName("test"+counter);
    paneContainer.add(pnl);
    pnl.setFocusable(true);
    pnl.requestFocusInWindow();
    /* Either use this or the previous line
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    pnl.requestFocusInWindow();
    JButton delete=new JButton(new AbstractAction("Delete")
    public void actionPerformed(ActionEvent ev)
    int i=paneContainer.getComponentCount()-1;
    if (i>=0)
    paneContainer.remove(i);
    JTextField dummy=new JTextField("Test");
    bar.add(dummy);
    bar.add(create);
    bar.add(delete);
    content.setLayout(new BorderLayout());
    content.add(bar,BorderLayout.SOUTH);
    content.add(paneContainer,BorderLayout.CENTER);
    frm.setSize(300,400);
    FocusManager.setCurrentManager(new DefaultFocusManager()
    public void processKeyEvent(Component component,KeyEvent ev)
    System.out.println("Focus owner"+getFocusOwner());
    super.processKeyEvent(component,ev);
    frm.setVisible(true);
    }

Maybe you are looking for

  • Certificate Weirdness

    RoboHelp HTML Version 8 I've been generating my AIRHelp to a folder on the local network for ages with no problem. I've been using a self-signed certificate (p12 format). Today, I switched to a "real" certificate from Verisign (pfx format), but for s

  • My iMac (OS 10.9.2) will not print in color to my brother MFC_9340CDW

    Hello, I have a 27" iMac running OS X 10.9.2 that I can not get color prints from. I have a Brother MFC_9340CDW I've printed color in the past. I've searched and searched for solutions but most have directions to things that don't apply or that i can

  • HT4528 iPhone 4s NO Signal Issue

    on the top left corner i get a no signal thing and it wont show my bars how can i fix that

  • Remove Text elements

    Hi.. In the BeX explorer toolbar, I clicked on Layout -> Display Text Elements -> All. Text Elements were displayed in the query. Now, I want to remove the text elements from the query. The only option I found is to open the query again. Is there any

  • Cant get rid of question marks

    Well. Im stuffed ... my clients ( but not all of em) are reading question marks in my emails everywhere. What is going on ? Help please .. Text encoding is set on automatic. Ive read other similar complaints but then just blame outlook on windows . I