How can I change TEXT ITEM to DISPLAY ITEM in my form.....

Hello;
There are 2 users in my form,when fırst one is connect to my form,I want to change "the Text item" to Display ıtem..

Better try the Forms forum:
Forms

Similar Messages

  • How can I change text to a document?

    how can I change text to a document?

    Hi littleei54,
    I'm not sure that I follow. Would you like to edit text in a PDF (that requires Acrobat)? Or, do you want to convert a text file to PDF? Please provide a little more information and we will get you pointed in the right direction.
    Best,
    Sara

  • How can I change the default blue colors of Planning web forms?

    Hi,
    how can I change the default blue colors of Planning web forms and the Logon screen colors?
    thanks

    That PDF file mentioned updating file HspCustomImgs_en.template in D:\Hyperion\deployments\WebLogic9\servers\HyperionPlanning\webapps\HyperionPlanning\custom folder:
    But for what I needed to do, here's another undocumented file to change color in right side menu: Update global.css file
    in D:\Hyperion\deployments\WebLogic9\servers\HyperionPlanning\webapps\ HyperionPlanning\ui_themes\tadpole

  • How can i Change Text Color in table

    How can i change the text color i table, the true becoming GREEN, and the text in Fals becoming RED.
    Someone can help me to resolve this problem with a sample, because when i run the program all text becoming green in (TRUE) and than when i chang it to the (fals) all becoming Red.
    Attachments:
    Color.vi ‏38 KB

    Modifying the properties of a control in a subVI do not modify the properties of a different control in the main VI. The data is the only thing passed back from the subVI. To modify the properties of the table in the main, you need to pass a reference to it to the subVI and modify it's properties. I've attached a modified llb that does what you want.
    Attachments:
    Main_color_Table_mod.llb ‏41 KB

  • How can I change text for paginate button?

    I use Table (not DataTable) in the web application (NetBeans IDE 6.0.1). There are so called pagination controls buttons in the table. I?d like to change text in the buttons. How can I do it? For example ?Go? button text I like to change to another language. How can I change the text of ?Go? button via the language file. I like to also change the tooltips text of table via language file.

    You need a NetBeans forum. This one's for Java.
    db

  • How can i pass anything that i display on a new form pictureBox to display it on form1 pictureBox1 ?

    I did a new form. and to show the new form i'm doing in Form1:
    ScanningClouds sc = new ScanningClouds(Next_File);
    sc.FormClosing += sc_FormClosing;
    sc.Show();
    And in the new form i have a pictureBox in the designer and i display things on it the new form code is a bit long.
    Now instead showing everything on the new form pictureBox i want to display it on the form1 pictureBox1.
    How can i do so when i click the button to show the new form instead it will not show the new form but only pass anything to the form1 pictureBox1 and show it on the form1 pictureBox1 ?
    This is the new form constructor:
    public ScanningClouds(string InitGifFile)
    InitializeComponent();
    pen = new Pen(Color.Red, 3);
    formloadfirsttime = true;
    numericUpDown1.Value = 200;
    brush = new SolidBrush(Color.Red);
    trackBar2.Minimum = 1;
    trackBar2.Enabled = false;
    bmpnew = new Bitmap(512, 512);
    label1.Text = "";
    radar_scale = Properties.Resources.radar_scale_heb;
    label1.Width = radar_scale.Width;
    label1.Height = radar_scale.Height;
    label1.Image = radar_scale;
    path_exe = Path.GetDirectoryName(Application.LocalUserAppDataPath);
    ScanClouds = Path.Combine(path_exe, ScanClouds);
    if (!Directory.Exists(ScanClouds))
    Directory.CreateDirectory(ScanClouds);
    ConvertedBmpDir = Path.Combine(ScanClouds, ConvertedBmpDir);
    if (!Directory.Exists(ConvertedBmpDir))
    Directory.CreateDirectory(ConvertedBmpDir);
    radarImagesDirectory = Options_DB.Get_Radar_Images_Download_Directory();
    radarImagesDirectory = Path.Combine(path_exe, radarImagesDirectory);
    dir1 = new DirectoryInfo(radarImagesDirectory);
    trackBar1FileInfo = dir1.GetFiles("*.gif");
    trackBar1.Minimum = 0;
    trackBar1.Maximum = trackBar1FileInfo.Length -1;
    trackBar1.Value = trackBar1.Maximum;
    b = new Bitmap(InitGifFile);
    b1 = new Bitmap(InitGifFile);
    pictureBox1.Image = b;
    ConvertedBmp = ConvertTo24(InitGifFile);
    mymem = ToStream(ConvertedBmp, ImageFormat.Bmp);
    startButton.Enabled = true;
    pauseButton.Enabled = false;
    It's getting file name now and i'm converting it to bmp and put it in the pictureBox.
    But instead the local new form pictureBox1 i want to display it on the form1 pictureBox1.

    Once again we can refer to BonnieB's blog on the subject.
    http://geek-goddess-bonnie.blogspot.com/2011/01/passing-data-between-forms.html
    http://geek-goddess-bonnie.blogspot.com/2012/12/passing-data-between-forms-redux_31.html
    I think that method 3 on her first post is the one you're looking for.

  • How can i change text on default tab (ex:more viewed item) controller item?

    Hi!
    I want to use the default control item on tab bar. most viewed but it's ok for the image but i want to change the text to get "Platforms" instead of "Most viewed"

    Yes, you can change default fonts here:
    orange Firefox button ''or'' Tools menu > Options > Content tab
    The center drop-down lets you set the default font and size. The Advanced button lets you set the default for particular font styles. "Serif", "Times New Roman", "Arial" and "Courier New" are good choices for Windows users.
    Does that work? If a particular site is a problem, you could post the URL for others to check out.

  • How can I change text of system messages?

    I'm developing application running in Russian language, it's not supported yet in development environment, but it's OK, I can read English. Our future customers know only Russian, so they don't understand text like 'row(s) 1-10 of 213' ('Row X to Y of Z' pagination schema). Is there any way to change some (not all) system messages shown during application run to Russian? I can't find how to do it in documentation and forum.

    Alexey,
    The pagination strings are customizable in the report template definition. There are a number of built-in templates that are prefixed with "default", which you can not customize, but they are followed by the report templates defined in your application which are prefixed with "template:". One commonly used template for example would be alternating-color-rows. If you edit this template in the template section of the application builder and scroll all the way down to the region titled "Pagination Subtemplate", you will be able to customize the pagination strings to your needs. Please refer to the item level popup help for the exact syntax that you need to apply. You may not be able to fully customize all pagination styles, but you should be able to define an acceptable pagination style that only uses Russian terms.
    Regards,
    Marc

  • How can I change the tip strip display time?

    I would like to have the tip strip appear for a longer time, or even have it stay as long as the user hovers over the control. Any suggestions? I don't want to use an event structure because that would be major surgery on a legacy application.
    Thanks.
    Matt

    I can't say for sure but I can say that I spent some time looking for that. I would think it is an INI tag if this is even possible. If there is no way to configure tip-strip behaviour then this is something for the idea exchange.
    But it doesn't have to be major surgery. If you can do minor outpatient surgery then something like this could work for you. If not maybe it will help someone else.
    I call this a drop-in vi because you don't modify the application you put it in. It just sits outside of the main loop.
    This is a quick and dirty demo how you can use the caption for a tip-strip. It uses a subvi with an event structure that on mouse over copies the tip-strip text to the caption text. On mouse out it restores the caption.
    The demo has some issues that would need to be resolved in production. The event loop should continue executing and exit based on a user event. Then the loop surrounding the tip-strip vi can be removed. But I wanted to keep this short and sweet.
    Another improvement is to make the text stand out better by changing colors when the tip-strip text is in the caption.
    =====================
    LabVIEW 2012
    Attachments:
    Main vi.vi ‏10 KB
    TipStrip.vi ‏20 KB

  • How can I change text sound iOS 6?

    I have a new iPhone 4S, running iOS 6.  I have repeatedly tried to change the sound for when I receive a text, and it will not stay as selected.  I finally tried restarting the phone, but still will not accept selected sound.  It is playing the 'swoosh' sound, and have tried to change to either ding or default.  Can anyone tell me how to change it?

    After reading another post re: iPhone 3GS, I tried selecting text sound, then going to contacts, picking one and selecting a sound for that contact, but don't want to have to go thru entire list!!  Still will not change sound for all.

  • How can I change the order of list item properties in the alert email sent to the assigned-to owner?

    Using SharePoint 2010 Foundation.
    I have an Issue list configured to send an email to the assigned-to owner (List Settings | Advanced settings | E-Mail Notification = Enabled). I have since added columns to the Issue list. All of the data from my columns appear in the email alert but the
    newest additions show up at the bottom of the list in the alert email instead of in the column order I have defined (List Settings | Issue Content Type | Column Order). However, if I click the "Mobile View" in the alert email I received, the Mobile
    View does have the items listed in the column order.
    Why are these different and how do I get the email alert to match my column order?

    Actually the view which you recieve requires the column ordering to be the way you prefer. So whatever is your default view, change the column orders and then check the email alerts.
    Alpesh Nakar's Blog
    Alpesh
    Just SharePoint Just SharePoint Updates
    SharePoint Saturday India Online
    Nov 20 2010 Contributing Author
    SharePoint 2010 Unleashed
    MCTS: SharePoint 2010 Configuration
    MCITP: SharePoint 2010 Administrator

  • How can I change text font in an HTML region

    Hi all,
    I have an HTML region on my page and I want to display a banner near the top with a larger font. Problem is doesn't seem to work.
    For instance:
    <b><font size=20 color=red>&P3062_HIDDEN_DATE.</font></b>changes the color and makes it bold, but I cannot enlarge the text. Any ideas?
    Thanks

    Hi,
    Try
    <div style="font-size:20px; color:red">&P3062_HIDDEN_DATE.</div>Dont use font tag
    >
    The font element is deprecated.
    Deprecated
    A deprecated element or attribute is one that has been outdated.
    Deprecated elements may become obsolete in the future, but browsers should continue to support deprecated elements for backward compatibility.
    Obsolete
    Obsolete elements and attributes have no guarantee of browser-support and they are no longer defined in the W3C specification.
    >
    http://www.w3schools.com/tags/tag_font.asp
    Regards,
    Jari
    Edited by: jarola on Nov 2, 2010 10:22 PM

  • How can I change text leading in Mail?

    When pasting text into Mail from some other apps there is a significant formatting difference, particularly in that line spacing increases. I've tried first pasting the text into TextEdit and applying Plain Text formatting then copying that and repasting into Mail but no difference in result.
    Are there any tools for formatting text in Mail, like changing leading?
    If I can import that leading then surely Mail must be able to work on such formatting?
    Many thanks in advance.
    (Btw, the forum for Mail & Address Book failed to function so I put this post here).

    Nevermind. I figured it out:
    System Preferences > General > Sidebar Icon Size
    BTW, that vivid neon blue for, most notably, radio buttons and arrows on pulldown menus, is really annoying.
    I miss skeumorphism.

  • How can you change text varaible for offset fiscal year

    Hello all,
    I am using variable for fiscal year (0P_GJAHR) and then I am using text varaible (&0T_FYEAR&) so that the fiscal year comes up in the key figure column.
    Now I am offsetting the fical year variable by -1 so that I can get comaprison between current year and previous year but the text varaible still shows the current year, how do you offset the text varaible by -1 ?
    Thanks in advance

    Yes Bhanu actually results pretty ok. I am inputting fiscal year as 2007 and so the offset is 2006. My cibe does not have data for 2007 so the first column is empty and I have data in 2nd (offset) column whic is right data for 2006.
    I will try what you suggested.
    Thanks
    Edited:
    When I say RKF, i created it on LHS and then when I am trying to offset what I do is basically do the restrict again for fiscal year when its on right hand side. I hope I am doing that right?
    Thanks
    Message was edited by: Raj M

  • How can I change the File-- Open menu item?

    In Bridge CS4, I want an option to open a selected JPEG photo in Photoshop CS4, which I believe would be the File-->Open command.  However, in that menu item I only have the option of selecting ACDSee Pro to open a file with.
    Is there a way to change this menu item so that I can select Photoshop CS4 to open a JPEG with?
    Thanks,
    John

    Thanks John.  Go into the Windows Folder options and associating CS4 with JPEG fixed the problem.  In fact, when I do File-->Open now in Bridge CS4, all of my photo editors appear on the list.
    John

Maybe you are looking for

  • Wireless Sync Problem.

    My iPad Mini and iTunes 11.2 are both setup to wirelessly sync. The sync starts just fine, telling me that iTunes is 'preparing to sync', syncing email accounts, and then the sync stops, showing the message "The iPad cannot be synced. An unknown erro

  • How to highlight similer images?

    PayoutMC.swapDepths(1000) var reel_array:String = ("3,1,2,7,10,8,6,7,4,2,3,8,5,3,1,9,@10,6,1,8,4,3,5,9,1,2,2,8,3,7,3,7,@2,4,2,1,1,3,8,3,7,1 0,9,3,8,7,5,6,@2,6,5,8,1,7,2,9,4,10,3,8,7,1,3,3,@8,3,4,1,7,2,1,2,10,8,6,3,3,9,7,5,@"); //*********************

  • Remove Adobe logo

    Need help replacing Adobe logo Hi Presenter gurus I need to replace the Adobe logo (which is there in the lower-left corner) with my Company logo. I followed the steps given in the Presenter Help file (pasted below), but somehow the new logo changes

  • Wide Channels in Australia and New Zealand

    Although I could connect my Macbook Pro C2D to the Airport Extreme (n) using 5GHz n-only, it refused to connect (" There was an error...") if Use Wide Channels was selected. I tried changing the country from NZ to Australia and it then worked (link s

  • Menu Bar Dissapearing!

    Hi, I am using pro, and when I am in the programme the menu bar sort of autohides and I cannot get it to stop, and stay statically on screen. Does anyone know how to fix this? Thank you! Holly