Topic profile page for Textbox.
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: Textbox.
Topic "Textbox" was discussed 46,997 times on 1,059 sites in last 3 months
Started 12 hours, 16 minutes ago (2009-11-27 15:16:00)
by mergle
I am wanting to store an expression as a string value in a bound textbox (example: "=1/(4*8)"), and then use it as a control source in another textbox. Would this have to be done as a VBA function?
Started 19 hours, 54 minutes ago (2009-11-27 07:38:00)
by adam2308
On the attached example i have a user form (click Add New Hedge button) and on this form is a textbox for 'Avg. Price'. The value of entered from this box will go into the next available row in column on 'Unsettled Hedges' worksheet. My problem is sometimes i would to enter the price as a fraction, e.g. 1/2 and other i would like to enter the price as a decimal, e...
Started 1 day, 17 hours ago (2009-11-26 10:17:00)
by gate7cy
Add groupbox`s textbox values I have a groupbox with a number of textboxes. I want to loop through all the textboxes, get their value( text) and add them all together and show it in a final totaltextbox outside the groupbox. This is what i have done but it does not work. The totaltextbox values do not change. Here is my code :...
Started 2 days ago (2009-11-26 02:59:57)
by gowrishankar2008
Hi, I have a textbox control which on validating should get a value from database and assign it to one more textbox. It means I have a textbox (say Country code), when I enter a value, then I need to execute a SQLQuery string and get a value (say Country Name for the entered Country code). So can you please tell me how can I achieve this?
Started 2 days ago (2009-11-26 02:34:00)
by pmp13drc13
Hello, what I need help with is probably simple for most of you fluent with vb.net, I have been learning for the last 6 months. What I am trying to do here is search a multi-line textbox that contains the source of a particular website. what I would like is something like this but i do not know how to right it like i need Expand | Select | Wrap | Line Numbers Dim ...
Started 2 days, 3 hours ago (2009-11-26 00:11:37)
by thiruvathira
hai, i have a textbox 'textbox' with autocomplete extender. When i choose an item from the extented list i want to set the value in next textbox 'textbox2' based on the chosen text in textbox1. i have already tried the textchanged event of textbox1. it is not working . What should i do ?. Help me please.. Regards, Thiruvathira .
Started 2 days, 7 hours ago (2009-11-25 20:32:00)
by Chris75 via AccessMonster.com
Hello, In a form called Schedule (based on the table Schedule) I have the following textboxes that are bound to the table Schedule: Time In, Time Out, Time Off, Anomaly and Overtime I also have an unbound textbox called HRS that gives me the result of the following equation: =[Time Out] - [Time In] - [Time Off] - [Anomaly] + [Overtime] The above result gives me the daily hours ...
Started 5 days, 13 hours ago (2009-11-22 13:34:00)
by Christley
transfer from textbox to richtext im gonna create a form with 1 textbox, a button and a richtext thing. in the textbox you write something like "bla bla bla" and press on the button and it apear on the richtext thing. then i write "yahoo" and press on the button. then it should post it on the richtext thing but on another ...
Started 4 days ago (2009-11-24 03:27:00)
by ruslannurijev
[RESOLVED] SQL: can't Select date from textBox Hi there guys/girls! I want to select(SQL) a date from TextBox but it seems that i type incorrect syntax, couse i get a "Type Mismatch". The date value in TextBox 100% correct date format, couse this TextBox gets this date value from Calendar on Click action. I have done ...
Started 3 days, 16 hours ago (2009-11-24 11:07:00)
by JLynn
Clearing contents of a userform textbox and adjusting chart scales Hello, I have two questions that I have spent all morning and yesterday afternoon trying to solve but to no avail. The first problem I have is with a textbox I created in a userform I also created. I want the contents of the textbox to be deleted after the ...
Started 1 week ago (2009-11-20 15:05:00)
by sparky780_1
VBA to find textbox cell range location I am a total novice so please for give me. I have some code that will allocate a textbox to a range selection (e.g. C7:C10). Now I need to do the reverse. On selecting a textbox, I need to be able to return the range it is covering (e.g. C7:C10). Any help would be grately appreciated...
Started 5 days, 15 hours ago (2009-11-22 12:27:00)
by ryezack
My site inventive.webs.com/ad-hoc contains lists of activities. When a user double clicks on an activity, the text will change to textbox, then double click again on the textbox to return to static text, which is so far working properly. What I want to happen next are: 1. Textbox must return back to static text when user clicks anywhere on the body. 2. When there's an existing textbox,...
Started 2 days, 11 hours ago (2009-11-25 15:37:00)
by Dale Fye external usenet poster
I'm using Access 2007 and VBA to create a series of slides in a PPT brief. Would like to set the default font and font.size of textbox shapes added using the AddTextbox method to Arial, 16. I'm currently adding lines for each textbox. If I cannot figure out a way to do this with just a couple of lines of code, at the beginning of my routine, I'll writing a subroutine with just two ...
Started 1 week ago (2009-11-21 01:20:00)
by ANONYMOUS
I added a Textbox to a Word 2007 document by going to the Developer option(in the File menu), then chose Design Mode, then Legacy Tools->Text box Field. The MultiLine and Enterkey properties are set to True and the rest are default. The textbox is of size so that it can take some 10 rows of lines. Is there a feature I can choose/set so that when more than 10 rows of lines are entered the ...
Started 2 days, 13 hours ago (2009-11-25 14:10:00)
by snowbear
I have tried, without success, to add a TextBox to a newly created DialogSheet. Other controls were created using the 'Add' method, like 'ActiveSheet.Buttons.Add' or 'ActiveSheet.CheckBoxes.Add', but the TextBox control doesn't accept this method. Any suggestions?
Started 1 week, 1 day ago (2009-11-19 08:18:00)
by ryezack
My site inventive.webs.com/ad-hoc contains lists of activities. When a user double clicks on an activity, the text will change to textbox, then double click again on the textbox to return to static text, which is so far working properly. What I want to happen next are: 1. Textbox must return back to static text when user clicks anywhere on the body. 2. When there's an existing textbox, ...
Started 1 week ago (2009-11-20 20:01:00)
by robertrobert905
Userform, global textbox change event? What if you have over 100 textboxes and you want the function WARNINGS() to be called if any of the textboxes had a change event? Do I have to paste Call Warnings() in every textboxes' change event?
Started 4 days, 22 hours ago (2009-11-23 04:49:00)
by dave8
Comparing values in Textbox controls I have two input textboxes on my worksheet. Actually, they are not used for "Text" input pe se. I'm using it to input numeric values and making a comparison. In the first input box (textbox1) if I enter a value of 20, and in the second input box (textbox2) a value of 7. The code looks ...