No announcements
Found 2402531 threads
-
1 Votes
Display a Value Associated with List Box Selected Item to a TextBox
So I tried including the clear dataset table code but an error is appearing every time I try to click on the list box.Answered | 9 Replies | 1570 Views | Created by Fourth2018 - Wednesday, November 25, 2015 4:14 PM | Last reply by Fourth2018 - Monday, November 30, 2015 5:26 PM -
0 Votes
TextBox's value that associate with combo box
Duong Nguyen 1973 said: How to display textBox's value that associate with combo box?Answered | 2 Replies | 2893 Views | Created by Duong NguyenTrieu - Wednesday, August 20, 2008 10:58 AM | Last reply by Martin Xie - MSFT - Monday, August 25, 2008 6:52 AM -
1 Votes
multiple selection list box values concat in a textbox
I have a Multiple-Selection List Box called SelectedPartnerAgencies and I want the selected agencies to be added to the value of a text ...Answered | 5 Replies | 22843 Views | Created by MercuryMan - Wednesday, December 28, 2011 6:44 AM | Last reply by BKWH - Monday, April 22, 2013 11:20 AM -
0 Votes
Display selected multiple list items in a text box
Hi,for(int i=0; iAnswered | 4 Replies | 12228 Views | Created by Sabi - Friday, May 13, 2005 5:13 AM | Last reply by inbissachin - Monday, July 16, 2007 8:20 AM -
0 Votes
Display list box selections in a message box
Everything seems to work that i want however i can not get it to provide a list of all the items selected I can't see anything in your ...Answered | 3 Replies | 4481 Views | Created by Yunewaal - Friday, March 28, 2014 6:48 PM | Last reply by Kareninstructor - Monday, March 31, 2014 6:32 PM -
2 Votes
Message Box display with list items in it.
A message box was designed to display a message.Answered | 4 Replies | 4066 Views | Created by Maheshwaran Mahendran - Monday, October 12, 2009 8:39 AM | Last reply by syntaxeater - Monday, October 12, 2009 6:15 PM -
1 Votes
selecting an item in combobox and display corresponding id in textbox???
Hi, You can set the datasource of combobox to an arraylist and set the text of textbox: I assumed you have a combobox named comboBox1 and ...Answered | 5 Replies | 3336 Views | Created by blattiebla - Friday, November 13, 2009 9:44 AM | Last reply by Harry Zhu - Wednesday, November 18, 2009 6:57 AM -
0 Votes
select an item in the listbox and display it into the textbox.
I agree with Kaymaf, but it solution will add the new selected text to the textbox, if you dont want it do the next: Private Sub ...Answered | 5 Replies | 9693 Views | Created by ARMH - Tuesday, February 16, 2010 10:49 AM | Last reply by ARMH - Tuesday, February 16, 2010 3:53 PM -
0 Votes
How to get a value in the task list form, from the associated list item
Do you know, how to show in the list links to related items in the task?Answered | 2 Replies | 2191 Views | Created by SP_WF - Tuesday, January 21, 2014 4:06 PM | Last reply by George Franzkevich - Tuesday, January 27, 2015 9:44 AM -
0 Votes
list box value selection
Replace Me.LstCD.ListIndex = 0 with Me.LstCD.ListIndex = Me.LstCD.ItemData(0) ItemData(0) is the first ...Answered | 1 Replies | 4597 Views | Created by wavequation - Saturday, September 11, 2010 3:05 PM | Last reply by Jeanette Cunningham - Tuesday, September 14, 2010 4:06 AM -
0 Votes
Forwarding list items according to the selected drop down box item.
Create a workflow associated with the Service Requests list and set the workflow to start when an item is created.Answered | 4 Replies | 1169 Views | Created by Chiranthaka J - Thursday, December 5, 2013 10:33 AM | Last reply by Victoria Xia - Friday, December 6, 2013 6:20 AM -
0 Votes
How to bind the selected value in a list box to display in text box (to show single value) and datagrid
Hi, I hope you are fetching a value from Listbox (Not a List view) to Textbox.Answered | 2 Replies | 4916 Views | Created by nkvs - Sunday, February 12, 2012 4:53 PM | Last reply by Jo Swa(K.P.Elayaraja)-MCP - Monday, February 13, 2012 6:34 AM -
0 Votes
How to display first item in a listed box highlighted/selected?
The key point is this: each list box needs to make sure it isn't being "reset" to a selected index of -1 before it unselects the other ...Answered | 8 Replies | 3039 Views | Created by BiggRedd - Friday, August 20, 2010 6:11 PM | Last reply by BiggRedd - Wednesday, August 25, 2010 1:48 PM -
1 Votes
Select values in List box from a cell value
I wrote this to use two buttons, one button to load values and the other to write the values, in case multiple write requests are needed.Answered | 2 Replies | 1827 Views | Created by SumitKumarDua - Monday, March 25, 2013 2:03 PM | Last reply by SumitKumarDua - Tuesday, March 26, 2013 9:31 AM -
1 Votes
Get selected value from drop-down and display the value in textbox
Using jQuery you can get the value from drop-down and display it in text-box: //This gets selected value from drop-down ...Answered | 3 Replies | 11883 Views | Created by CherryP - Tuesday, September 24, 2013 9:21 PM | Last reply by CherryP - Wednesday, September 25, 2013 2:21 PM -
1 Votes
Counting items in a list box
also is there a way to encorporate writing the number of items in the list box out of the total number available?Answered | 4 Replies | 3225 Views | Created by Miller_a - Monday, July 6, 2009 2:24 PM | Last reply by John V. McCarthy - Monday, July 6, 2009 3:24 PM -
2 Votes
List box: How put all unselected items in a textbox
This can be simplified using data binding, display member and value member.Answered | 20 Replies | 783 Views | Created by mikedp - Wednesday, January 13, 2016 1:43 AM | Last reply by mikedp - Thursday, January 14, 2016 2:25 AM -
0 Votes
Selected items in listbox to textbox
If I select 2 items, then dview has 2 items.Answered | 6 Replies | 13570 Views | Created by db_dweeb - Tuesday, July 6, 2010 3:05 PM | Last reply by db_dweeb - Wednesday, July 7, 2010 2:26 PM -
0 Votes
displaying parameter value in textbox
Then when normal users open this report in browser, select a value in the drop down menu, the JavaScript will be triggered to get the values you want and ...Answered | 1 Replies | 972 Views | Created by Sdeol51 - Saturday, December 12, 2015 9:01 AM | Last reply by Patrick_Liang - Monday, December 14, 2015 11:39 AM -
0 Votes
Display Listbox items in text box
Option Explicit Dim c As Range Private Sub CommandButton1_Click() Me.TextBox1.Text = "" If Me.ComboBox1.SelText = "Grains" ...Answered | 3 Replies | 1929 Views | Created by russkris - Tuesday, November 22, 2016 3:13 AM | Last reply by russkris - Wednesday, November 23, 2016 6:49 PM - Items 1 to 20 of 2402531 Next ›
No announcements