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!

Recent content by AWEinCA

  1. AWEinCA

    PDF upload and view works for one pdf but not the other pdf

    Hi, I have two pdf that I was given to use for testing. They have are both pdf files however they show different icons on my desktop. They both open without problems while on my desktop. One of them doesn't work after I upload them and then try to view them via the application. The pdf on...
  2. AWEinCA

    Window Title for application\pdf ContentType

    I am sending a pdf to the client's browser. I am unable to change the title that shows in the browser window. It shows the URL of the PDF. I would like to change the title of the pdf window. Here is what I am doing: { Response.ClearContent(); Response.ClearHeaders(); Response.Buffer =...
  3. AWEinCA

    Closing window without IE 5.x error message

    Checkout this tread titled: "trying to close window w/o IE message" thread216-595783
  4. AWEinCA

    Hitting the enter key submits form

    Hi NickBulka, Why is 'return' in the onclick handler important? What does it do? Aaron
  5. AWEinCA

    VPN to a Workgroup?

    Thank you Matt!
  6. AWEinCA

    VPN to a Workgroup?

    Hi, New to VPN's... Can you connect to a Workgroup network via a VPN? I haven't found anything that says no, but I haven't found anything that says yes either. I want to connect to our small network at work which has been configured as a Workgroup and not a Domain. Thanks in advance, Aaron
  7. AWEinCA

    joining on text fields with different formats

    I have two (2) tables that I want to JOIN together: One (1) table has SSN formatted as "111223333" The other table has SSN formatted as "111-22-333" These are not technically equal. How do I JOIN these two (2) tables on SSN? I have tried but it doesn't work: SELECT ...
  8. AWEinCA

    join on text fields with different formats...

    I have two (2) tables that I want to JOIN together: One (1) table has SSN formatted as "111223333" The other table has SSN formatted as "111-22-333" These are not technically equal. How do I JOIN these two (2) tables on SSN? I have tried but it doesn't work: SELECT ...
  9. AWEinCA

    onclick to new page

    I want to use a button to redirect my browser to a new page. I can do this by opening the new page in a new window, but I don't want a new window. I would like the button to open the new page in the same window. Would someone know how to do this? Thanks in advance, Aaron
  10. AWEinCA

    I appologize if this isn't the appr

    Thanks for your reply. I have posted this question on two other sites and you have been the only one brave:) enough to reply. Maybe you wouldn't mind clearing up some confusion for me. Excuse my ignorance...What is an open license? How is it different from a "regular" license? How...
  11. AWEinCA

    I appologize if this isn't the appr

    I appologize if this isn't the appropriate place to post this question. We looking into purchasing an MSDN subscription. The sales rep at CDW was very help about saving us money. Instead of purchasing, what she called, the "boxed" product...
  12. AWEinCA

    Changing the Title Bar Color of an Application

    Checkout this site: http://www.codeguru.com/misc/graded_caption.shtml
  13. AWEinCA

    ADO <-> OLEDB difference

    Great question Guenter! What about performance? Does ADO slow things down? Aaron
  14. AWEinCA

    Keyword Search Tab Working?

    Oops...missed that. Thanks for the heads up. Maybe they should make it red like you did. That might make it easier to spot:)
  15. AWEinCA

    Keyword Search Tab Working?

    Is there a problem with the Search Engine on the Keyword Search Tab? Just making sure that it isn't me or that I am using it wrong.

Part and Inventory Search

Back
Top