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

    Calendar Control 9 Get the Day of Week?

    Hi All, Can anyone help me to get the day of week when a date is clicked on the calendar, I can get the Day , Month, Year but i want the Day of week (Monday). Thank You
  2. Lonx

    Recordset where date = ......

    Hey guys, I'm trying to pull information out of a database where the date is equal to (whateva). But i keep ending up with no records even when i know that the data exists. The field in the database is set to the date format "2005/05/17". and newdate in the code is the same format...
  3. Lonx

    Adding Target to Response.Redirect

    How do I add (Target = "_Self") To the line below Response.Redirect(session("URL")) Thank you
  4. Lonx

    Login to Page Dependent on a Database

    Hey All, Just wondering if anyone could be of assistance, I have a page on my site that is dependent on data out of a database, in other words a number has to be passed to it for the page to display properly, So if a user try's to open that page without logging in it brings up the login page...
  5. Lonx

    Browse window not appearing

    Hi wonder if you could help, My code is as follows: { With mdiMain.cdlMainDialog .DialogTitle = "Copy File" .InitDir = App.Path .Filename = Strip_FileNameFromPath(TempFilename) .Flags = cdlOFNHideReadOnly + cdlOFNOverwritePrompt + cdlOFNLongNames + cdlOFNPathMustExist...

Part and Inventory Search

Back
Top