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

    Convert letter to number

    I was wondering if someone can help me with this problem? I am getting a value from a datareader. This value is a letter. What i need to do is take this letter and increment it up by 1 letter (i.e. if the letter is a A I need to increment it to a B). Is there anyway I can do this using C#...
  2. scottydd

    Select MAX value

    I was wondering if someone could help me with at query. I have 2 fields dwg_rev and dwg_rev_seq. dwg_rev is at single letter and dwg_rev_seq is a number or NULL. Can someone tell me how i could go about selecting the max letter and the corresponding max number? Thanks, Scott
  3. scottydd

    Error using C#

    I'm new to C#, and this will probably be a simple question. I am trying to do a simple IF statement, based on a DDL selection. if ( ddl_type.SelectedItem.Text = "COMMERCIAL" ) { Response.Write(BinNo); } When i do this I get the following error: CS0029: Cannot implicitly convert type...
  4. scottydd

    Hyperlink Datagrid

    I would like to know if the following is possible using C#: I am querying a access database for 4 fields. I then use the first 3 fields in a datagrid. What I would like to do is use the 4th field (which is the location of a Word Document on my server) as the hyperlink for field 1, and have...
  5. scottydd

    Date only from a Access Database

    I'm trying to figure out how to convert a DATE/TIME field in Access to just a Date using a select statement. Any help would be appreciated.
  6. scottydd

    open word document

    Is it possible to use a ONLOAD to auto open a word document when a page is loaded? If so could someone tell me how? Thanks, Scott
  7. scottydd

    Submit form and mailto

    Currently I have a form that is submitted to another page for printing. What I would like to do is to not only submit the form but also mail it to a person. Is this possible and if so how would I go about doing it?
  8. scottydd

    Submission of Dynamic Form

    I'm kinda new at asp/js and i was wondering if anyone could help me...I have created a form with 2 drop down list, the first one pulls from a sql database and that option populates the second which also pulls from the database. The problem i am having is to get this to work i submited the form...
  9. scottydd

    Adding users from trusted domain

    I'm having a problem with a trusted domain. I am running Win2k Server and I have a 2-way trust set up with a WinNT4 Server. The problem I have is when I try to add users from the NT domain to my 2k AD groups the NT domain does not show up. But, when I try to add users from the NT domain to...
  10. scottydd

    This may be a silly question, but d

    This may be a silly question, but do you need to have Microsoft Word installed on a IIS server to use COMs in PHP? If not how do you access COMs? I've tried: $word = new COM("word.application") or die("Unable to instanciate Word"); and I get: Warning: (null)(): Invalid...
  11. scottydd

    Getting data from a form

    How do you query data from a form using VBScript? What I am trying to do is I have a form on one page and after the data is submited it goes to another page. Once it gets to second page how do i query the data that was sent? I figured out how to do it in ASP, but I can't seem to do it in VBS...
  12. scottydd

    Contacts

    I am using Office 2000, and before I enabled "Use Microsoft Word to edit e-mail messages", I was able to click the "To" button on a new message and was able to add a new Contact from that window. But now with the option enabled, it tells me that I have to use the...
  13. scottydd

    Searching Word Documents

    I would like to be able to search particular Microsoft Word Documents for containing text, can i do this with VBScript or should i use something different? I know you can do containing text searches thru Windows Explorer, but the problem is that i only need to search about 12 documents out of...

Part and Inventory Search

Back
Top