Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nikdiva
  • Content: Threads
  • Order by date
  1. nikdiva

    Problem with Custom .ASPX and Gridview in Sharepoint Designer 2007

    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...
  2. nikdiva

    Objectdatasource and Read Only ID

    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...
  3. nikdiva

    Menu Control - Issue with adding Textbox with StaticItemTemplate

    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...
  4. nikdiva

    Need Help with Javascript & ClientID issue

    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...
  5. nikdiva

    Problem with Submit Button

    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...
  6. nikdiva

    Problems passing query parameter from textbox

    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...
  7. nikdiva

    Problem with Setting Criteria in a Query from Form Textbox

    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...
  8. nikdiva

    Format Function in a Query

    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 &quot;000010&quot; etc. What is wrong with this...
  9. nikdiva

    Help with retrieving value from recordset

    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(&quot;MissingProv&quot;) rst.MoveFirst fld =...
  10. nikdiva

    Using &quot;Splashscreen&quot; Forms in Visual Foxpro

    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...

Part and Inventory Search

Back
Top