Topic profile page for Text box.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Text box.
Topic "Text box" was discussed 27,968 times on 2,216 sites in last 3 months
Started 8 hours, 2 minutes ago (2009-11-10 14:56:00)
by PBisson
Hi there I'm trying to make a cheap mans passowrd but I'm having a problem. In my intro page there is a drop down list of user. When the user selects his name it runs a macro. The macro opens up a text box asking for the password and then it is suppose to compare it with the number associated next to the user name in a seperate sheet. Code: Private Sub User_Select() ' On Error ...
Started 17 hours, 36 minutes ago (2009-11-10 05:22:00)
by ppataki
Dear All, I have a text box on a form, and what I would like to do is to bind not a fix field of the datasource (eg Result2004) to this control, but to bind a field that is a result of an expression eg. if the value of combo0 is 2004, then bind field Result2004 from the datasource, if the value of combo0 is 2005 then bind field Result2005 etc etc I tried ="result"&me.combo0, but I got a #...
Started 20 hours, 58 minutes ago (2009-11-10 02:00:00)
by vinay singh
Hi, I am working on a project in which there are two textbox one for user id and other for password. The requirement is that if user enter incorrect user id on that case focus goes to user id text field and if user enters correct user id and wrong password in that case it should show focus on password box. i have written the below code: if(objXMLHttp_Login.responseXML....
Started 1 day, 10 hours ago (2009-11-09 12:02:00)
by elite87
this is my form CODE var nfiles = 1; var ntext =1; function Expand(){ nfiles++; files.insertAdjacentHTML('BeforeEnd',' File '+nfiles+' : '); files.insertAdjacentHTML('BeforeEnd',' Text '+nfiles+' : '); } Upload File 1 : Name 1: and this is my process.asp file CODE [bad html removed]#INCLUDE FILE="_upload.asp"-->
Started 2 days, 8 hours ago (2009-11-08 14:47:00)
by Picturesofthelowcountry
I have the following code pasted into two link galleries in my site(Friends & More Cool Stuff). I want to use it in another part of my site the About me page. The problem I am coming up with it doesn't create the box, just the text(which i do want to change, I just wanted the code for the text box only). I was wondering if anyone could tell me why I cant copy and paste code into another part of ...
Started 3 days, 4 hours ago (2009-11-07 18:02:34)
by tibor28
I am trying to get rid of the white border around the red "Got Dumped?" advertisement in my sidebar. Here is my site I know I could set the border size of the widget boxes to 0 in the .css file but this would make it 0 for other boxes and I dont want that. Is there a way I can remove the borders only in this one box? Thanks a lot
Started 3 days, 7 hours ago (2009-11-07 15:31:00)
by Sam Hobbs
This little box is half the size it could be for the space available in my browswer window. It would very much help if the box were larger. I can understand that some people will have smaller browser windows but it would really help if the text box were to occupy available space.
Started 3 days, 23 hours ago (2009-11-06 23:11:00)
by Jim
Replaced a user's PC with new one. She merges a multicolored two-sided invoice to a HP CP6015. BTW, there are no borders/frames displayed in Print layout. The problem is that if she prints the first bill the conventional method (Office button-Print, then selects the proper printer), the doc prints perfectly. If she navigates to other records (Merge-Preview), and Quick Prints, ...
Started 4 days, 2 hours ago (2009-11-06 20:42:00)
by wadeexcel
Please Register to Remove these Ads The Text Box appears on screen but will only allow one character, which in turn generates my errror MsgBox. I have set Max Character to 10 in Text Box 1 Properties, but do not see any place to adjust Minimu settings? Code: Private Sub TextBox1_Change() If TextBox1.Text = "password" Then Sheets("Data ...
Started 1 week, 1 day ago (2009-11-02 13:40:00)
by Teeloo
Text Box duplicate text box At my office I am currently working on a document. I copied a few text boxes to use them elsewhere. To my surprise some of them behaved very different. Entering text in one of the text boxes makes another text box show the exact same text. One text box acts as a master, while the other acts like ...
Started 1 week, 1 day ago (2009-11-02 20:07:00)
by marsh888
Looking to create a text box that counts a field between to paramaters. I got this far but doesn't seem to be working Select (store) From (All Info) Where store between waves "9" and "12" There are a certain amount of stores in each wave - I am trying to count the number of stores. Marsh
Started 1 week, 1 day ago (2009-11-02 01:10:00)
by Stevie p
Vb code problem with text box Hi, I have a user form with both text boxes and combo boxes. What i need to happen is if no value has been selected in these boxes the a message box will promped the user to try again. I have this code for the combobox but i can't get the textbox to work. Can anyone help please. If LenB(...
Started 6 days, 22 hours ago (2009-11-04 00:54:00)
by davin2929
Message Box on Form if Text Box is left Empty I have a form where I want a message box to prompt a user to populate a text box (only if it's left blank) prior to them navigating away from the form. The text box is named [txtOrg] which I want to be populated. I want the navigation to be stopped if the text box is blank and a message ...
Started 1 week, 1 day ago (2009-11-02 10:14:00)
by JR
I am trying to get a text box on a report equal the value returned by the following query: SELECT Employee.LastName FROM Employee WHERE (((Employee.EmployeeID)=[Forms]![Form1]![EmployeeI D])); The query works and returns the LastName of the employee whose ID is entered on Form1. What I can not figure out is how to ...
Started 6 days, 13 hours ago (2009-11-04 09:17:00)
by PJ
I have the following code in a text box on a report: =IIf([Capital Markets Referral] Is Null,"",IIf([Capital Markets Referral]="Agency","Agency",IIf([Capital Markets Referral]="Commercial Real Estate","Commercial Real Estate",IIf([Capital Markets Referral]="Sub Debt","Sub Debt" & Mid([Capital Markets Referral],InStr(1,[Capital ...
Started 1 week ago (2009-11-03 06:24:00)
by Naim Khan
hello sir, do you have any idea how can i use scroll bar in text because i have multipal line text box for address and i want to implement scroll bar in this text box if you know then let me know sir thanks in Advance
Started 1 week ago (2009-11-03 04:11:00)
by Naim Khan
Hello sir, Do you have idea how can i create pop up when my cursor is near of text box like (EX,Please fill the First Name). how can i display these kind of Massage in text box the Courser is near of text box. if you have idea then let me know its urgent thanks in Advance
Started 1 week ago (2009-11-03 13:50:00)
by energizerbuny
Using Office 2007. Want to align text at bottom of control box. Then I will align the control boxes at the bottom. I thought I was able to align text inside control boxes in earlier versions of Access.