Multiple Selects(resolved) -
If I am populating many different controls all with different tables within the same database do I need to have multiple rs and cn statements
ie.
Private adoRS As ADODB.Recordset
Private cn As ADODB.Connection
Private adoRS2 As ADODB.Recordset
Private cn2 As ADODB.Connection
Private adoRS3 As ADODB.Recordset
Private cn3 As ADODB.Connection
Multiple row deletion in MSflexgrid *RESOLVED* -
One final question regarding MSFlexgrid.
Now I have changed the selection property of my msflexgrid to selectionByRow. So whenever I click on a particular cell, it selects the whole row. & I can delete that particular row just by calling
fg1.removeitem(fg1.rowsel)
Now If
Multiple Selects in Stored Proc SQL 2000 -
Not sure if this would be better handled in the vb.net section but here goes.
Is there a way that I could call a single stored procedure that has multiple selects in it and easily assign them to their own datatable within a dataset?
So one stored procedure would be basically the
[2005] DatagridView - automatically sum cells as user selects them -
Hello,
Imagine a datagridview with a numeric column named "Duration".
This datagridview allows multiple selection.
As user selects multiple cells ONLY from this column, I want label1 to show the sum of all selected durations.
If user selects another column - or severa
Multiple Selects(resolved) -
If I am populating many different controls all with different tables within the same database do I need to have multiple rs and cn statements
ie.
Private adoRS As ADODB.Recordset
Private cn As ADODB.Connection
Private adoRS2 As ADODB.Recordset
Private cn2 As ADODB.Connectio
MSHFLEXGRID Multiple selection -
If there are 100 rows in a grid and the user selects 1,5 and the 100th row..just an example..(multiple selection)...how can i retreive the values of only those rows...thanx
Resolved! - - multiple line msgbox -
I was wondering if there is a way to have a multiple line message box. It would be much easier to be able to create a msgbox with multiple lines than have to call a whole nother form just to show instructions.
If anyone has any feedback as to whether this is possible or not, I woul
Multiple Child Forms w/multiple tables -
I am working on developing a replacement for an existing application which requires many detailed entries for the selection of a product. For example, the customer selects product A. This product will have multiple options, like number of "A" parts, "B" parts, etc
Selecting multiple records in TrueDBGrid without holding control key. -
I am using TrueDBGrid in Visual Basic 6.0 and I want to emulate the control key when clicking on record selectors. So if I click on a record selector, it selects that record and when I click on another record selector it selects that record also and so on just as if I were holding the
Combo box help. -
I have setup a combo box in my program. What I want to do is use one command button with it. What this will do is the user selects an object in the combo box. Then when the user selects the command button it will shell execute a program depeding on what they selected in the combo bo
select box with multiple, concatenate values -
If I allow multiple selecting from a select box,
how do I concantenate the values that the user selects for a record?
strValues = (selected1) & (selected2) etc
RS("Selected") = strValues
OR
for t = 1 to (~listcount)
if selectbox.list(t-1).selected = true then
(RESOLVED)Keep focus on item in listbox -
I think someone asked this a few days ago but I can't find the post. Is it possible to keep the focus on an item in a listbox after it has been moved?
I have up and down arrow buttons on my form. When the user selects an item and clicks the up button the item moves up one level.
Flex Grid Multiple Selection -
I have a flex grid that is set to select entire rows when clicked... everything works fine with it so far. If a user selects more than 1 row is there a way to handle the multiple selection of rows? I tired playing around with the clip property but i don't know if that will do what i ne
Changing color in flexgrid for multiple row/column selections -
I have searched three forums for some code to help me change the celbackcolor of a flexgrid. What I want to do is when the user selects one or multiple rows/columns and clicks a cmdButton color the selected cell/cells. I can get it to color one cell but I can't get it to color multiple
WinSock multiple conections*RESOLVED* -
It is possible to have multiple winsock connections to the same IP but through different ports isn't it???
Populate text boxes from combo box**RESOLVED** -
Anyone got good examples of how to populate text boxes when the user selects an item from a combo box.
i.e. I've got a form - when i click a record from my combo box i need to display whats in that record in the multiple text boxes below.
What do i put in form load & what do
[2005] 1 textbox multiple inputs -
I'm creating a program, 1 textbox, and 2 buttons,and a listbox, so everytime I enter a number into the textbox i have to click a button, then another buton computes the average, the problem i'm having is imputing multiple numbers in one textbox, eneter number, press button, txtbox clea
Listview. Enable editing of columns other than first. -
Two questions.
1. I have 5 columns in my listview. When I enable LabelEdit the user can only edit the first column. Is there any way to enable labelEdit for at least another column?
2. I have multiple selection enabled on a listview with checkboxes. When a user selects multiple
I want to join multiple selects from the same table -
The mutliple selects all do SELECT DISTINCT COUNT on different results for a similar column/field say like this
select distinct count(TL*****) as ALIASB from dbo.V_Confusion
where TL = '****' AND
convert(nvarchar(10),convert(datetime,blahDate),102) between '2007.01.01' and '200
DateTimePicker question [resolved] -
It's late and my brain is having a lot of trouble with this issue...
I have a datetimepicker on my form and what I want to do is set a variable to be the date that represents the first day of the week depending on what the user selects.
A couple of things have to be considered:
DataGrid or Flexgrid for Multiple Selections -
Which control do I use? I use an ADO Control to fill the
Datagrid/Flexgrid with database information. After that is done, I
want to give the user the ability to select multiple records. BUT,
after the user selects the multiple records, I want the ability to use
a field ("recor
[2005] Selecting Multiple ListBox items -
I have a listbox in which the user has the option to select 1, multiple, or all the items. I have a checkbox that when checked it will select all the items in the listbox. My question is, when the user selects the checkbox, how can I visually show the items being selected (each item is
Inserting multiple rows of data*RESOLVED* -
I am trying to insert multiple rows of data at the same time by having the admin enter in all the information. its all going to the same table. i was wondering if there is a way to do it...? if you need to see how i am doing it now, ill show you if you ask.
remove items from listview -
Hi,
I have a listview which allows multiple selections. I want to place a button on the form which removes each selected item.
I'm having difficulty because VB renumbers each item index number as each item is removed. So item #2 which had an index of #2 now becomes #1. This wo
VBF JukeBox -
*Inserts 50p*
*Selects Foo Fighters*
*Selects DOA"
Now thats wha i call music
VB6 - crawling speed when selecting multiple controls -
I'm experiencing a very strange problem with VB6 and I was wondering if anyone had any ideas. I have forms with multiple labels and if I click and drag to grab them all at once it goes very slow and selects each one in a one by one fashion and "redraws" them on my screen as e
*Resolved* Multiple selects to create query -
Hello All,
I would like to create a view (query) in which I need three different fields, from the same table record, that would produce three different records, in the view.
For example, I have a table with these fields in the record:
card1, card2, card3 and a customer ID fiel
Help =) -
I got a file list box where I can select one file at a time, how can I do a filelistbox that selects multiple files? thx for your help
multiline Tooltip *RESOLVED* -
How can i make the tooltips in multiple lines?
When i try it in runtime with vbcrlf or vbNewline, it isn't in multiple lines, it only shows ◘◘ where there are supposed to be new lines.
[2005] BindingSource, Access & Data -
Before I get into the details let me give you a quick overview of the project layout. One Form
One BindingSource
Multiple Panels On Form that show/hide based on "Menu" Selection
One DataGridView per Panel
Access Database w/multiple tables needed to fill in 6 +/- ComboBoxes pe
Help with Radio buttons in Access 2003 [Solved] -
I am looking to create a set of radio buttons.
Radio 1 selects search form
Radio 2 select print form
Radio 3 selects reports
on click of the ok button it then selects the form and opens it
if anyone could advise me of the code i would be most grateful
Open file dialogue in ASP.NET -
Hello all,
Has anyone implemented the open file dialogue in their ASP.NET applications? I can do it easily in a Windows app, but I can't figure out how to implment the same functionality in my ASP.NET 2.0 App.
I know the FileUpload web control exists, but I need to be able to ge
mouse event(resolved) -
I am working on a vb.net program. I have a treeview control on a form. What I want to do is to pop up a menu when user selects a node by RIGHT MOUSE. How can I do this? thanks.
Urgent help needed: Multiple sorts using Flex Grid -
I have some data in a flex grid which is not coming from any database. The grid is filled with data as user selects few objects in the program. I want to sort this data with multiple sorts, how do i do that? I have figured out how to sort with just 1 column by using the grid1.sort = fl
help help! (recordsets) -
heya
im trying to play with the record set of my ado thing
i've tried this
selectS = CurrentTest.Code
selectS = "SELECT * FROM Results WHERE Code = " + selectS
adoDateTimeC.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data So
(RESOLVED) Launching a RDP File -
Two quick and easy questions
1: (SOLVED) I need to have a user select a folder (IE kinda like File-open) But i need it so the user selects a folder and then it loads that folder path to a textbox.
2: I need to know how to launch a RDP File (Remote desktop connection file)
That
DBGrid Help -
I have a DBGrid, and I wish to create an edit command button which will enable the user to edit whatever row is being selected on the dbgrid. Once the edit button is pressed, a new form will popup containing textbox fields related to the recordset, with the data filled in them, so that
Another MSHFlexgrid question - Resolved -
Anyway to force the grid to only allow one row to be hilighted at a time? I only want one row to be selected at a time. If the user selects more than 1 row it only accepts the first row clicked on which is fine but doesnt look good.
Thanks
CommonDialog Multiselect works but... -
I searched the forum and found 18 pages on this matter and found what I needed except for a minor detail. I’m using the common dialog to select multiple files and load them in a Listbox. (Path & filename) It works fine for loading multiple files but if the user selects only on
[resolved] multi column combobox -
we just upgraded to .Net at work and I'm just starting to use it. Hopefully this is an easy question. In vb6 I almost always used a multiple column combobox or the ItemData property to store multiple values in one "row" of the combobox. Can you do this in .Net or do i need to
[resolved]How to move multiple files -
I need help moving files with the same extension of .fdd from one dir to another.
Added green "resolved" checkmark - Hack