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 Mike Lewis 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: faeton13
  • Order by date
  1. faeton13

    Authentication error when using javamail

    Hi. I'm new to this javamail thing, but I managed to send an email to my gmail account. However, when I tried to do this for my yahoo account, I got the following Exception: "javax.mail.AuthenticationFailedException" I checked both my username and password and they are allright. Do you have any...
  2. faeton13

    Exporting Excel files with images

    Hi. I'm developing a web application that uses Excel for printing the reports. So far everything has worked fine, at least for the created Excel files that do not have any images on them. Now I need to create an excel file with an image as the header. I tried adding the necessary code to...
  3. faeton13

    Error with HTML Excel

    Hi, I know that my problem might be way too specific and I don't know either if this is the correct place to post it, but I hope that somebody knows a way to solve my problem. Here's what I'm trying to do: I have a Table that has an image on the top, just a regular thing. Then I save the file...
  4. faeton13

    Images in Excel files as webpages

    Hi, I know that my problem might be way too specific but I hope that anybody knows a way to solve my problem. Here's what I'm trying to do: I have a Table that has an image on the top, just a regular thing. Then I save the file as a web page. As it was expected, when I do that, the image is...
  5. faeton13

    Automatic Submit

    Yes it did, thanks a lot. I'm sorry I hadn't thank you before, but when I did, the tektip server went down or something cuz' it didn't write the reply. Now I would like to know if there's a way to know the value of a textarea without sending the request. I already checked and there's no value...
  6. faeton13

    Automatic Submit

    Hi, I'm new to JavaScript and I urgently need a way to force the submit event. What I need is that whenever the value in a dropdown list changes, the page sumits itself, just like if the user had clicked the submit button. I already know how to capture the change event for the dropdown list, but...
  7. faeton13

    I'm not allowed to create an ODBC connection using the Data Sources Ut

    Ok, Thanks for the tip, that's all I needed to know, anyway, I managed to solve the problem. The problem was the pipe name that the system was using to reach the server, But I finally managed to fix it. Know I have another problem... The ODBC conection is created, but whenever I try to map the...
  8. faeton13

    I'm not allowed to create an ODBC connection using the Data Sources Ut

    Hi, I have Windows XP Home in my computer and I'm trying to connect to a SQL Server 7.0 database using the tool provided by the Administrative tools called "Data Sources (ODBC)" but whenever I type the server, the the username and password and click on next on the assistant, an error message...
  9. faeton13

    How to pass arguments to a program or function, from the console

    Basicaly what I need is to recieve arguments that are passed from another program. I have the code on C, but I don't have any idea of how to do this from FORTRAN For example, in java, you have something like this: public static void main(String args[]){ } that way, when you execute the...

Part and Inventory Search

Back
Top