I'm trying to use the ASP.NET gridview that is bound to a datasource that has a connection string to a Access 2007 database that I have stored in my Sharepoint server sites document library.
I tested the following connection string in Designer and then the query that I am using and it works...
Hi, I have a FormView bound to an ObjectDataSource that is bound to a BLL. The object has a Read-Only field called "OrganizationId". When I try to update the FormView, I get the following error message:
The 'OrganizationId' property on the type specified by the DataObjectTypeName property in...
I added a textbox and button control to my menu control that is being populated with item from my database. I can't figure out why there is extra space being added to the top of that part of the menu. Can anyone help with this one? I've attached a link to a screenshot of the menu.
Nikki...
I have a page that has a textbox with a image next to it. When the image is clicked it pops up a calendar that fills in the date in the textbox. This works fine when I open the page initially but when I open the same page with a querystring from another page it doesn't recognize the ClientID for...
Hi,
I am trying to create a series of pages that allow the user to filter data by passing selections to session variables. The first page has checkboxes that return codes. When I test the submit button it is not going to the next page...here is the code
</head>
<body>
<form...
Hi all,
I have been fussing around with this all afternoon. I am trying to filter a query from a form's textbox by entering the field name in the query's criteria as such:
Forms![Splashscreen]![DataMerge]![TextCritBuild]
It did work at some point but now I can't get it to work no matter what...
Hi All,
Here is the problem.
I am using 4 textboxes to set the criteria in an Append query.
I have set defaults for 2 of them, the other 2 can't have defaults
set for them because I need to return all values for them if the user
hasn't specified a certain value.
So the query is returning...
Hi All:
I am trying to figure out the problem with the following function used in a update query:
Format([RecID],'000000')
I think what the programmer was trying to do (wasn't me) is format the number as 6 digits so that it could be like "000010" etc.
What is wrong with this...
Hi all, I am trying to use the following code to return a value to a query:
Function CheckQ102(ProvString As String)
Dim db As Database
Dim rst As DAO.Recordset
Dim fld As String
Set db = CurrentDb
Set rst = CurrentDb.OpenRecordset("MissingProv")
rst.MoveFirst
fld =...
Hello Everyone,
I am currently attempting to refresh my knowledge of Visual Foxpro 6 after being away from programming in it for over a year (MS Access is my preferred RDBMS). I am trying to use a splashscreen where a user enters a search value and then selects what form it wants to go to using...
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.