Topic profile page for Text field.
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 field.
Topic "Text field" was discussed 11,378 times on 747 sites in last 3 months
Started 1 day, 13 hours ago (2009-11-26 12:29:00)
by astralis
I'm looking for a very efficient solution that will allow the user to select a "canned response" from a drop-down menu that will insert the message into a textarea. It seems simple, but the solutions that I've found required installing a library and I can't imagine I would need something that elaborate. Please advise and thanks in advance.
Started 1 day, 18 hours ago (2009-11-26 07:19:00)
by markjb.7
Can anyone help me with this piece of code? It should set the 'search' button's enabled to true when i type text into the 'searchTF' text field. Here is the code: final JButton search = new JButton( "Search" ); final JTextField searchTF = new JTextField(20); search.addKeyListener ( new KeyListener() { public void keyTyped(...
Started 2 days, 5 hours ago (2009-11-25 20:53:00)
by Seebra
I have a form that has a pretty complicated combo box - a user starts typing text, it queries a database for matches, and displays the results to the user. The user can then select the match they desire and it has a value id, which I am currently sending to a hidden field in the form. So, for example: user starts typing in a movie name, Seven - it returns Seven and user selects it. ...
Started 2 days, 11 hours ago (2009-11-25 15:07:00)
by Seebra
I have a form that has a pretty complicated combo box - a user starts typing text, it queries a database for matches, and displays the results to the user. The user can then select the match they desire and it has a value id, which I am currently sending to a hidden field in the form. So, for example: user starts typing in a movie name, Seven - it returns Seven and user ...
Started 2 days, 13 hours ago (2009-11-25 12:43:00)
by faithful1
I cannot burn cd's in itunes "Warning message says the registry settings used by itunes drivers for importing & burning cd/dvd ar missing. I followed their trouble shooting link only to get to step 11 and now i cant get the lowerfilter key back in the 4D36E965 folder. i tried reinstalling itunes and got the same results 1 person needs an answer I do too
Started 2 days, 15 hours ago (2009-11-25 10:45:00)
by Goneni
Hi guys, Is there a way to define a text input field such that the acceptable characters are limited, for example to {0-9, "-", ",",), or any other group of charecters ? Thanks, Goneni
Started 2 days, 15 hours ago (2009-11-25 10:31:00)
by dfjalsdjflsadk
Hi All, I have one textfield and one radio button. if i type for example in textfield 100 the radio button should be marked if it's not 100 then it should be not marked. I use this code in java scripts when i click on textfield, but it doesnt work. can anyone help me?? if (textField.rawValue = 100) { radiobutton.rawValue = 1; } else { radiobutton.rawValue = 0; } ...
Started 2 days, 17 hours ago (2009-11-25 08:52:00)
by dlb1228
I have read the other discussion this issue? But it does not make any sense to me. I had a previously made a fill in form in a different version of word, i found how to edit it by protecting and unprotecting the doc. The font is set to comic sans MS, and when i fill in the fields, it makes them another font and style? How do i get ...
Started 2 days, 20 hours ago (2009-11-25 05:48:00)
by apt
ANSWERED Hi All I'm a total newbie to scripting in Acrobat Pro but I'm sure I have a really simple question for someone. All I'm wanting is a text field on a PDF form that when opened generates a random/unique set of numbers each time. I've done a search and found a few answers which point me in the right direction but I don't know where to begin to implement the ...
Started 3 days, 7 hours ago (2009-11-24 19:04:00)
by sdpetersen
Hi, new to the forums here, but I use them as reference all the time. I've searched the internet for similar problems and can't find any questions that seem to relate to mine. I'm not sure how to explain this problem I am having, but I will try nonetheless. I am currently using ASP to update a TEXT field in a MySQL database on a GoDaddy shared server (This is my first MySQL ...
Started 4 days, 9 hours ago (2009-11-23 16:38:00)
by boldfingers
Building a text field to handle *all* RTL languages Hi everyone! Got a fairly quick question here, but my research seems to be suggesting that the solution is not going to be quick or easy... if there is a solution for this at all. Basically, I want to find out if AS3 will allow me to create a flash application for an international ...
Started 3 days, 12 hours ago (2009-11-24 13:55:00)
by blackhorse
mysql text field not null, default In mysql, I can set up a text field as "not null" but I cannot set default value for the text field. Say then later on, if the insert query trying to insert a null value into that "not null" texgt field, what would happen? Would it automatically coverted to empty string? Thanks!
Started 1 week ago (2009-11-20 23:44:00)
by anu_karthi
HI Everyone, I have been creating an app where i want to establish dependency betwwen a field iopf picklist datatype and a field of text datatype..ie when i select others from my picklist i should get a field named others (of text datatype should get highlighted)......if i didnt select others from picklist he should not get that text field highlighted.....So iam able to achieve ...
Started 1 week, 1 day ago (2009-11-19 14:04:00)
by cruisetastic
I have a form with 5 options for destinations. Each destination has several hotel choices. Each of the options has the same variable name that is passed to the booking engine at the other end. The problem is that it's passing 4 blank and 1 populated field for the same variable. Any ideas how to strip the blank ones from the string and/or pass one populated field? Thanks! ...
Started 1 week, 1 day ago (2009-11-19 21:20:00)
by smayer72
CDATA not showing HTML in text field??? Hi all Simple XML import with text and an html link and an image. For some reason the html tags are rendering as text, not html in the dynamic text field. I have looked at countless posts and tuts but found nothing that helps. From all I've read I am doing things right, but obviously I am not. I ...
Started 3 days, 12 hours ago (2009-11-24 13:48:00)
by enjoibacon
I just realized if you shift and hit backspace it deletes the entire text field. Don't know if I'm way behind or what but I thought I should let everyone know. Posted from my CrackBerry at wapforums.crackberry.com
Started 1 week ago (2009-11-20 10:08:00)
by madsmom
The help file says that custom fields text1-30 can have up to 255 characters but when I go to add that field to my Task Sheet it will only allow 128 characters. Any info would be greatly appreciated.
Started 1 week, 1 day ago (2009-11-19 20:30:00)
by rootdownmedia
I have a cck field that contains text for a 'Bio'. I would like to display a truncated version of the 'Bio' and have a link to 'read more' that will use jQuery/ajax to display the rest of the bio. Pretty simple. Please send a quote to arthur@rootdownmedia.com
Started 5 days, 12 hours ago (2009-11-22 13:30:51)
by Sven_Drumev
Hi guys, I need a bit of help. I have a template field in a gridview that holds a label. The text property of the label is bound to a field web1 that has a value of type www.someweb.com. What I am trying to do is replace that valye to a weblink but I cant figure it out. Here is what I am trying:
Started 4 days, 17 hours ago (2009-11-23 08:47:00)
by spinnerlys
Hello. I was just answering to a thread for the 2000th time and occurred to me, that when replying (without quoting) to a post(s), the post is at the bottom of the page, while the text field is at the top. To make matters worse, there is a field of options between the text field and the last post of a thread. I currently use an iMac with 1680x1050 resolution and even that makes it ...
Started 1 week, 1 day ago (2009-11-19 22:25:00)
by Bin_
I am writing an application to load a html file into a Enhanced Rich Text field. The html file has embeded images in it. I know how to manually add hyperlink after the file content is added to the Enhanced Rich Text field. There is a button on the top toolbar of Rich Text Editor. But I am facing thousands of html files, so an application is developed to implement that. So far, I can update ...