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 SkipVought 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: Efa
  • Order by date
  1. Efa

    Adding .mpg movie to website

    Hi I'm having a problem with adding my .mpg movie to my website. All very new to this. Found these 2 sample codes and seems to work the first or second time I view it. However if I try to view it again I find the movie won't open and just get a quicktime icon and then a broken movie reel icon...
  2. Efa

    alert/dialog boxes

    Does anyone have any basic code on javascript alert boxes or dialog boxes within a servlet. I have a html form embedded in my servlet doGet method. If the user fails to fill in a textfields i want to alert them with an alert/dialog box "Some fields have been left blank". Etc...
  3. Efa

    how to load multiple pages on a servlet?

    Hi, Does anyone know how to load multiple pages on a servlet.I want to carry information on to the next page from the last but i'm not quite sure how to handle a new button so that it will display the next html page.I already have 2 html pages on this servlet and want to add the third efa
  4. Efa

    How do I load multiple HTML pages on a servlet?

    Hi, Does anyone know how to load multiple pages on a servlet.I want to carry information on to the next page from the last but i'm not quite sure how to handle a new button so that it will display the next html page.I already have 2 html pages on this servlet and want to add the third efa
  5. Efa

    insert where autonumber exists in table?????

    Can anyone help me with a basic query. I'm inserting details into a database from a java servlet. My table contains the following ID - autoNumber fisrt - string last - string My problem is my data won't insert when i use the auto number. Am i doing something wrong. If i don't use the...
  6. Efa

    insert where autonumber exists in table?????

    Can anyone help me with a basic query. I'm inserting details into a access database from a java servlet. My table contains the following ID - autoNumber fisrt - string last - string My problem is my data won't insert when i use the auto number. Am i doing something wrong. If i don't use the...
  7. Efa

    servlet email

    Hello Just womdering if anyone can help me with a college project. I have an html form that send info to a servlet. I have the servlet retrieving this info (including email address) and it is able to put this into my database. HOwever i have no idea of how to send an email response with this...
  8. Efa

    Runtime exec of .exe. Is it possible to not have the dos prompt come u

    Hey there Just wondering if it is possible to not have the command prompt come up to the when i run an exec() function that pings a pc. I have a schedule which runs constantly which bring the dos prompt to the screen for a mere millie second. The only thing is that because of the frequency i...
  9. Efa

    Implementing ping using ICMP and Java

    I need some help really badly on this.I'm doing a final year project in java on a network monitoring system.I got a java applet echoing port 7 but this doesn't work on NT. so i probably have to use ICMP.How do i do this? I don't even know where to start
  10. Efa

    sql mail

    Hi Having probs with setting up mail in SQL Server 2000. What i'm doing is: 1) Click SQL Server Properties 2) Server Settings Tab: SQL Mail Start mail session using profile: mail.mywork.com Then i get this error Error 18025: xp_test_mapi_profile : failed with mail error 0x80040106 Just...
  11. Efa

    scheduling indexes

    Hi all Just wondering if anyone can help. I'm trying to schedule a job and send notification to an email user telling the user if the job was done. I did so in the Job scheduling option in tools using the job wizard in Enterprise Manger. The job is created fine. I can see the info about it in...
  12. Efa

    tranfser issues

    Hi, Still having problems with transfering my data. What i'm really trying to do is copy my database. I don't want to send it to another db or computer or anything at the moment. What i really need is to copy all tables stored procedures, udf's etc. into a folder. Is this possible? I know...
  13. Efa

    Transfer Tables, Stored Procedures & UFS to a folder

    Sorry about that must have deleted /i by accident when i wrote it in my post. It was included in my osql execution. My ActiveCampaign file does contain sql statements. What i want to happen is for this sql file to be added to my stored procedures in my other database from the folder where i...
  14. Efa

    Transfer Tables, Stored Procedures & UFS to a folder

    I tried using the osql command line utility but had probs with it as i've never used it before. I wrote: C:\>osql /S Aoife /U sa /P myPassword e:/table/tables/dbo.ActiveCampaigns.TAB it returned this: 1> 2> 3> 1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 1> 2> 3>...
  15. Efa

    Transfer Tables, Stored Procedures & UFS to a folder

    I followed tlbroadbent's instruction by generating the scripts from the Enterprise Manager and put them in a folder. The only problem is taking them from the folder and putting them into my new database. I have at least 60 stored procedures, udfs and about 30 tables. Just wondering if there is...
  16. Efa

    Transfer Tables, Stored Procedures & UFS to a folder

    Hello Just wondering if anyone can help me with a problem. I have created my own database called EfaDB. I have my own stored procedures, tables and user defined functions etc in it. Basically i need to know is it possible to copy these tables, SPs, UDFs etc to a folder so i can pass on to a...
  17. Efa

    can i give a postion to a JLabel

    Just wondering about jLabels & ScrollPanes. Is it possible to give a position to a label. I have a few labels i want to postion. They just appear in my applet one after another. I want to put them on a new line. Is this possible? I also have a scrollPane in my applet. Can i give it a certain...
  18. Efa

    Traversing directories

    Does anyone know how to traverse through directories in java. I just need to use some type and loop to change from directory, execute a file or group of files and then change to the next directory or sub directory, check if a certain type of file exists and execute it and so on. Thanks very...

Part and Inventory Search

Back
Top