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

    Calendar Control 9 Get the Day of Week?

    Have it Sorted... Thanks Just set the date as (ddd)
  2. 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
  3. Lonx

    Recordset where date = ......

    newdate = (Calendar1.Month & "-" & Calendar1.Day & "-" & Calendar1.Year) But when i put a watch on newdate the format is "yyyy/mm/dd" Is there a way i can change the date format in vb, Thanks.
  4. Lonx

    Recordset where date = ......

    Access, but i just realised something, I changed the code so that it updates a record using "newdate" and when i looked at the value it changed, It changed it to "1900/01/22" I still can't find the link between the value of newdate (2005/05/17) and the value inputted (1900/01/22) Thanks
  5. 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...
  6. Lonx

    Adding Target to Response.Redirect

    My Problem is this.... My site is done in frames, but there are pages that are restricted, so if you are not logged in you get sent to the login page, If login is successful you get redirected to the page you where on your way to. The problem is that the redirected page must open within the...
  7. Lonx

    Adding Target to Response.Redirect

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

    Login to Page Dependent on a Database

    Works Great only 1 more problem and seems to be Minor, How do I get the Redirected page to open in its self cos the login page is in a frame and I want the successful login page to open in that frame as well, at the moment it opens in the parent frame and looses the menu on the left. Code is...
  9. Lonx

    Login to Page Dependent on a Database

    Sounds Like a plan, will keep you posted, Thanks
  10. 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...
  11. 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