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 strongm 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: *

  1. ddrake

    .NET Date Picker Code question

    Thanks .... Figured it out for VB.Net in a FormView code is below: The Answer was Dimming & Adding FindControl =========================================================== <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title>Date Picker</title> <script...
  2. ddrake

    Problem with date picker

    Figured it out for VB.Net in a FormView code is below: The Answer was Dimming & Adding FindControl =========================================================== <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title>Date Picker</title> <script language="VB"...
  3. ddrake

    .NET Date Picker Code question

    Can anyone help me figure this out. I have date picker code that works famously inside a regular Web Form, but when I place it inside the FormView Tags inside the EditItemTemplate, when clicking the calendar by the textbox it will not pop up. Any Idea why the code below works great in a...
  4. ddrake

    Date conversion

    Hi all, Working in SQL 2K and I've got a column that stores values in a datetime format and look like this: 2006-05-11 11:11:11. I need to convert them or something so that only the date is shown and the time part is just 0s (00:00:00). Is there anyway to do that in SQL? Thanks!!
  5. ddrake

    Converting hexadecimal dates and times

    Hi all, I've got two fields in a database that I'm trying to report off of that have their data formatted as a numeric representation of a hexadecimal number. We'll call field 1 'DATE' and field 2 'TIME'. The date format is set to a varchar datatype that contains a numeric expression like this...
  6. ddrake

    Can't connect to a SQL 2K instance

    Thanks! Didn't know about that utility. Very cool! He's still having an issue connecting, but we're closer!! Here's a generic version of the string used to define the connection: MM_connMyConnection_STRING = "Provider=SQLOLEDB;Data Source=MyServer\InstanceName:2116;Initial...
  7. ddrake

    Can't connect to a SQL 2K instance

    I just recently created an instance on my SQL 2K db box to accomodate our webmaster who needs his data to be separate from the default instance. Now he cannot connect to that instance. We're using dreamweaver btw. In the connection documents, for the server name, used to have it as remedydev...
  8. ddrake

    Dual-Layer DVD issues

    Hi there, My company just recently bought a bunch of the Dell GX280 desktops and they come installed with the HL-DT-ST DVD-ROM GDR8082N DVD drives. These are apparently having issues with reading DVDs burned on dual-layer media. I remember reading something on Dell's website about having to...
  9. ddrake

    Formatting time calculations

    Hi all! I've got a couple of date/time fields in my report that I subtract one from the other. What I get is in seconds. I then convert the seconds to hours and report that value. Of course, it is shown like 204.5 hours. However, we'd like to convert/format that data to show in HH:MM:SS like...
  10. ddrake

    Active Directory connection with Crystal 9.0

    Perfect! Thank you very much! [medal]
  11. ddrake

    Active Directory connection with Crystal 9.0

    Good morning all, I'm pretty sure this has been discussed thoroughly many times, just need a pointer if you would be so kind. I have Crystal 9 and I'm trying to connect to our Active Directory (Win2K network). Can anybody please point me in a good direction? Thanks!
  12. ddrake

    Chart Tabs error

    Hi Rosemary, Apologies for the vague inputs [upsidedown] and thank you very much for the great troubleshooting tips. I'll let you know how it goes! [bigsmile]
  13. ddrake

    Chart Tabs error

    Hello all! Got an odd one that I'm hoping someone else may've seen before. I've got a CR 9 user that is having difficulty selecting the different tabs when she tries to update chart parameters. She clicks on the different tabs but they won't come up. We're running CR9, connecting to SQL2K...
  14. ddrake

    Yesterday data selection - only if business day

    Perfect! On both solutions. Thanks a lot!
  15. ddrake

    Yesterday data selection - only if business day

    Hi all, I know I've seen this topic in here before, just can't locate the post. I've got a report that chooses a variety of data with a 'Create Date' of yesterday. Of course, this works great Tuesday through Friday! What I need though is something that will select on if yesterday was a...
  16. ddrake

    Can not see AR System Server service after ARS Server installation

    Did you see a Remedy Server service? That's the way mine's listed on the Win2K Pro server I have it on...
  17. ddrake

    Remedy user tracking/reporting

    Wow Are you using the HPD application?
  18. ddrake

    How to Join Remedy tables using Crystal

    You cannot join Remedy tables together in Crystal and have it pull data. You'll need to create join forms in Remedy between the sources you need combined and run reports from those join forms.

Part and Inventory Search

Back
Top