...GridViewRow row = mainGrid.Rows[selectedRowIndex];
//Old Code that worked to show the data before defining a new connection
/*string name = row.Cells[3].Text;
string showID = row.Cells[4].Text;
errorLbl.Text = "Tomeka, you selected " + showID + "'s " + name + "...
I am relatively new to C# and I am using visual studio 2005. However, I am stuck on how to show details once a user selects a record. Currently, the record is highlighted, but I don't know how to present the additional details (which is a mini-cart). I have other button options too (Select...
no one has altered security. i have full access to the app.
I figured out that the field for dubs works when i am adding a record and I have the 'dubs' field now as unbound. is this ok? changes can't be made when the field is bound... but, when I insert the number of dubs and I have...
...error may be.
Private Sub editrec_Click()
Dim dbs As Database
Dim rs As DAO.Recordset
Dim sShow As String
Set dbs = CurrentDb()
sShow = "Select * from [tbl_request item] WHERE [fk request ID] = " & Form_frmTapeRequestItemsV2.[fk request ID] & _
" and [fk tape ID]= " &...
i checked all of the properties and nothing is locked.
this was formerly a 97 application which i had to resurrect and convert to 2000. i read that there may be some issues during conversion, which i am having.
I had to update an access 97 database to access 2000. i modified a few of the objects. however when I run the application for testing, I can not enter numeric values or select entries from the subform.
what could be some reasons behind this? allowEdits is set to yes, I have changed...
...problem is not writing the data to excel, but how to render the data in the format that my client seeks.
The data is currently output as:
select * from fullViewPrg, where the test fields are as follows: program, platformType, directRights, cleared, totalCosts
so, from the table view, the...
...problem is not writing the data to excel, but how to render the data in the format that my client seeks.
The data is currently output as:
select * from fullViewPrg, where the test fields are as follows: program, platformType, directRights, cleared, totalCosts
so, from the table view, the...
sorry, that doesn't help me.
my view is : VIEW: dsp_FULLStream
sample columns are program, validStream, charge
where 'program' may be listed a few times, but not the 'charge'.
Hi.
i need to show a set of records based on the programs in the system.
some of the programs are listed as duplicates, so i still need to show the actual program and the values for it;
I don't think using distinct will be the answer, since I still need to show all values.
ie:
PROGRAM...
...'open connection to the database
Dim conn As New SqlConnection(oCnt)
'open the recordset
rst.Open("SELECT * FROM ExploitationView2 where ProgramName LIKE 'ProgramName'", oCnt)
'add command parameters
objPara =...
...ID=simm; Password=$simeon$")
'Using connection As New SqlConnection("LiveCMSConnect")
connection.Open()
Dim selectPrograms As String = "select * from Exploitation_view where ID = @ID"
Dim adapter As SqlDataAdapter = New SqlDataAdapter
Dim selectCMD As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.