Select/enable An Object Based On Tag Value (or Name)?
Jan 1, 2010
What I have is 4 datagridviews named dgv1, dgv2 etc I also have a variable curr_player whose value is between 1 and 4. I would like to be able to enable one of the dgvs based on the value of the curr_player variable. I'm reluctant to to write select case for each time I want to do this so the question is can I enable one of these objects based on that variable? something like Datagridview(curr_player).enable=true
View 1 Replies
ADVERTISEMENT
Feb 19, 2009
What I have is 4 datagridviews named dgv1, dgv2 etc.I also have a variable curr_player whose value is between 1 and 4. I would like to be able to enable one of the dgvs based on the value of the curr_player variable. I'm reluctant to to write select case for each time I want to do this so the question is can I enable one of these objects based on that variable?
View 3 Replies
Jan 18, 2011
I am trying to put in scripts for google analytics in my code. But I want it to run only if the environment is production and not in dev or qa. This javascript runs at page load itself and I am confused how to make it run conditionally. My app is an asp.net app.
Javascript is always confusing to me. There are many other javascripts in the page and I just need to disable this one. Had it been a .net code/function I would check for the environment and conditionally run the function. But I am confused about how to accomplish this type of functionality with javascript
View 4 Replies
Aug 19, 2010
I am trying to enable/disable a date time picker control based upon the selected value of a combo box. The combo box is linked to a dataset here:
>Start Code
'Load Disposition Combo
cmDisposition.DataSource = dsFFDIlu.Tables(0)
[code]....
I am getting the error:
Invalid Cast Exception : Operator '=' is not defined for type 'DataRowView' and type 'Integer'.
The dataset 'DIID" field is obviously an integer.
View 11 Replies
Apr 12, 2012
I have a Radio Button List that lists different business categories. The last option is the Other category. When the user selects the Other category, I want to be able to enable a text box that the user can then enter further information to explain the Other selection.[code]...
View 2 Replies
Mar 8, 2012
What i am trying to is create a function were by a user when he logs in, based on the rights given to them they can either use certain buttons . I no i have to use the enable and disable function.[code]if username is true and user_name is Sales then enable x y z buttons. i been trying looking around and reading and found the following which i cannot get to work with my system but they follow a similiar patten to what i want to achieve.[code]
View 1 Replies
Nov 30, 2011
I want to enable a photo in the upper right section of a Windows Form, but I can't figure out the way to set a photo to visible when one of the tab pages is selected.Right now I have it set up as a visible = true when the tab page is clicked (the tab page itself not the tab button). What I want it to do is become visible when the tab button is clicked.
If this is still confusing I can expand more. Not sure what more you need.
Edit: I'm trying to do it without placing the photo within the tab page.
View 1 Replies
Apr 8, 2012
I have a table which contains a list of products for a company. They input data about how much stock they have and also the level at which they want to be reminded that they need to order new stock.
[Code]...
I want to list all the true results in a form which the user is then able to navigate through. What would be the best way to go about doing this?
View 2 Replies
Jun 11, 2011
i m doing project in vb and database is microsoft accessin my form i have 3 radiobuttons and 3 combobox when i select radio button then respective combobox enable and remainig disable i load all the data in combobox through data reader the problem is user can select different radio button so as query also changes to fetch the data from databse whenever i select 1 rasio buttons its work whenever select it not work
[code]...
View 1 Replies
Nov 7, 2009
I am developing an application for an emergency services organisation using VB 2008 that will enable users to select a map zone of a city centre and plot icons onto it, then save/export the layered map with icons as an image.My problem at the moment is that I am struggling developing the point where the user imports in the icon (for example, a flame icon where a fire started) and drags it around the map within the picture box to the required area.I want them to be able to select their desired icon from a series of commandbuttons and for the icon to 'appear' on the picturebox and be enabled to be dragged around and dropped as required. The organisation already has such a thing working in Microsoft Word (!) and that uses the ActiveDocument.Shape.LoadImage function on a pushbutton to import the icon and then it is placed on the map as required, but this is really unreliable for them.I dont even know if you can layer images onto an existin picturebox within an application in this way and then export as a flat image.
View 3 Replies
Jan 6, 2009
I am trying to enable the user the ability to select a folder and the folders music files populate a list box. I want two list boxes on the page, one with all the contents of the folder and then the other one for files selected from the first box. I have no clue on how to do this at all.
View 4 Replies
Jul 15, 2009
I am developing an application with a DataGridView (dgvData) that requires a ToolStipMenuItem (tsmiSelectNetwork) of a ContextMenuStrip (cmsNetwork) to be enabled and disabled programmatically based on if the column is sorted or not.
I have set:
'tsmiSelectNetwork.Enabled = False' at runtime
'tsmiSelectNetwork.Text = Select All' at runtime
'dgvData.Columns(5).ContextMenuStrip = cmsNetwork' programmatically
When dgvData is sorted by column 5, tsmiSelectNetwork.Enabled should be set to True; when it is sorted by any other column, it should be set to False (see code below)
Private Sub dgvData_Sorted(ByVal sender As Object, ByVal e As System.EventArgs) Handles dgvData.Sorted
If Not dgvData.SortedColumn Is Nothing Then
[Code]....
The debug output indicates it is functioning properly, but what you seen on the screen is not.
I am using Visual Studios 2008, version 9.0.30729.1 SP; and .NET Framework 3.5 SP1; ContextMenuStrip version 2.0.0.0
View 6 Replies
Apr 29, 2011
im looking for some code that can enable a e.keyvalue event when a player hits an object on form but i also want the form to load with the e.keyvalue event disabled
View 6 Replies
May 8, 2009
I have a table and I need to select the record based on an Id. I only want to return the record that has the Max(Date) on a date field. How do I do that?
In SQL Server I use this
SELECT * FROM dch
WHERE EffectiveDate = (SELECT MAX(EffectiveDate) FROM dch
WHERE ID = 99) AND ID = 99
How can I do this in Linq. Unfortunately this app is coded in VB.NET as we inherited it that way.
I was trying these
Dim qry = (From dch In db.dch _
Where dch.Dealer.Equals(Dealer) _
Select dch.EffectiveDate).Max()
[Code].....
View 3 Replies
Aug 14, 2009
I have several instances of one form loaded. They all have an instantiated variable "Name." How do I select one of these forms based on the name variable?
Code:
Public Sub MakeForms()
Dim x as New frmBlack(me)
x.show
End Sub
View 3 Replies
Feb 21, 2011
I am trying to Select data based on two where, but I am not writing the statement correctly can anyone see where I am going wrong? [code]
View 13 Replies
Mar 26, 2010
Using VB.Net,I have an XmlNode object, xNode.I need to select an attribute of this node if it has a particular value.
e.g. xNode.SelectSingleNode(".[@attr1='1']")
I would expect this statement to return the attribute "attr1", only if it has a value of "1". However, I get an error - Expression must evaluate to a node-set.When I tried this - xNode.SelectSingleNode("@attr1[@attr1='1']")It always returns Nothing, even if the attribute has a value of 1.
View 1 Replies
Aug 11, 2011
I have a little challenge. I have a report that I declared a parameter called Department that has default values like this: [Code] The problem is that when I test this (with CR10 or on web), and I select multiple values, the thing does not show the values for the multiple values. It only works when I select a single department. What should I do?
View 2 Replies
May 11, 2011
I have a database table that holds order information and saves the current gold price (world price) automatically at the time of entryif i look back on the table, and the saved gold price has a difference of the current gold price of + 100 i want to show that in a report
View 1 Replies
Jan 29, 2010
I'm trying to write a small app which can be used in order to log off Citrix Sessions. Citrix Sessions can be logged off via cmd or a batch file using this method:
[Code]...
So basically what I want to do is to select each listbox item that matches one of the hits from the cmd command. Probably the servername that gives a different result than "No User exists for" How can something like this be achieved?
View 1 Replies
Mar 2, 2011
I have 2 Tables , OrderDetails and Requests In my LINQ to SQL dbml file. OrderDetailsID is a foreign key in Requests Table.
I want to write the query to get the sum of UnitCost from OrderDetails based on OrderId. And If there is a row in Requests Table for each OrderDetailsID, and the Requests.Last.RequestType="Refund" I want to reduce the total refund amount from the main sum otherwise If there is no row based on OrderDetailsID, add to sum.
Here is the way I implement that. I am looking to prevent using "For each".
iRefund = (From od1 In dc.OrderDetails _
Where od1.OrderID =1 _
Select od1.UnitCost).Sum
[Code]....
View 1 Replies
May 24, 2010
Contact Title has a default value which is Sales Person. Anyhow, when a user click Edit on the chosen ListView record, i need Contact Title to have the right value that corresponds to the chosen record. For example, if user clicks edit, the fields on the left side will be filled with values. In this case, i want Contact Title to view the right value.
View 1 Replies
Mar 17, 2011
I'm trying to display a different image based on the day of the week but my code is stuck on Monday. It won't work appropriately.
[Code]...
View 8 Replies
Oct 20, 2009
I want to be able to have a case for each data system data type. Obviousely the code below doesnt work but it should make it easier to understand my question.
[Code]...
View 4 Replies
Mar 4, 2009
I have 2 Tables , OrderDetails and Requests In my LINQ to SQL dbml file.OrderDetailsID is a foreign key in Requests Table.I want to write the query to get the sum of UnitCost from OrderDetails based on OrderId.And If there is a row in Requests Table for each rderDetailsID, and the Requests.Last.RequestType="Refund" I want to reduce the total refund amount from the main sum otherwise If there is no row based on OrderDetailsID, add to sum
View 3 Replies
May 12, 2010
How do you select records based on the next 10 days from todays date.For eg:Lets say I want to select records based on ReqDt = today + 10Select * from Sample1 where reqdt <= today + 10
View 4 Replies
Oct 1, 2011
I need to use a select case statement that evaluates PostDiscountCost based on the value 0 to 999.99, 1000.00 to 1499.99, 1500.00 to 2499.99 and one that doesn't fall within the others. The message box's going to be triggered by the vbYes in the confirm exit message box. Im not asking anyone to do it for me, I just have no idea where to start it, if I need to declare anything else and if I'm on the right track. Code Attached.
View 1 Replies
Mar 7, 2010
I have a bound datagridview and I have found this forum that code that I use to select a row based on criteria
[Code]...
The code with selection works fine but it doesn't reset bindingsource (bsrc_SEL) .Current and also doesn't scroll to the first selected item,I know that code coudn't do more but how can I solve that.
View 2 Replies
Aug 9, 2011
I am using/creating a DataTable so the "enforceConstrains" property is not avilable for DataTable.Error message: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Windows Form Load Event:
Private Sub Expenses_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
expensesGV.DataSource = listExpenses()
expensesGV.Columns(0).Visible = False
End Sub
View 6 Replies
Jan 6, 2009
Basically I am trying to enable the user the ability to select a folder and the folders music files populate a list box. I want two list boxes on the page, one with all the contents of the folder and then the other one for files selected from the first box. I have no clue on how to do this at all...
View 4 Replies