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 dencom 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: BillKuhn
  • Content: Threads
  • Order by date
  1. BillKuhn

    Access 2007 runtime doesn't prompt for parameter

    As I continue to try to salvage an ADP project in Access 2007 (and the light at the end of the tunnel has pretty much gone out due to Access 2007 bugs), my latest probable dead end is.. I have a parameterized function called "Walmart_by_completion_info_parameterized" defined as.. SELECT...
  2. BillKuhn

    ADP Table doesn't display all records

    I've inherited an Access 2003 MDB -> Access 2007 ADP conversion project. I'm a SQL, VFP, and .NET developer, not an Access developer. The main form on this project opens a table (not a filter/query/view - just a simple SQL table) which has 9751 records on the SQL server. The form toolbar at the...
  3. BillKuhn

    MaskedEditExtender DateTime mask

    I'm using VS2008 with the current crop of AjaxToolkit tools. On a textbox, I am attempting to use a MaskedEditExtender to show/get properly formatted datetime strings. I've set masktype to DateTime, mask to '99/99/9999 99:99', cultureName to en-US, and AcceptAMPM to True (full declaration...
  4. BillKuhn

    Subclass Page that has MasterPage

    (be kind - I'm still pretty new to .NET) I'm attempting to set up a useful base web page for a project. I've figured out how to subclass a page, but I'd like that subclassed page to have a masterpage assigned (and possibly some other properties as well). If I try to set the masterpage in the...
  5. BillKuhn

    How to programmatically set datagrid column readonly

    I've inherited a website that we are trying to build some security into w/o major rewrite. This is in ASP 2.0 with VB codebehind. We are using ASP.net forms based security and that is working well. We now need to add a user role that will have READONLY access to a bunch of the existing forms...

Part and Inventory Search

Back
Top