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 Chriss Miller 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: vemate
  • Content: Threads
  • Order by date
  1. vemate

    2003 Terminal Server time out issue.

    I am on a windows 2003 Terminal and I have 5 clients attached through terminal services. What I want is to not let them time out. I want them to stay loggin in all day long. I have tried everything "BUT" after a while they get logged off. I went to Users and changed the Active Limit to never and...
  2. vemate

    Sending multiple emails

    <form method="post" enctype="text/plain" action="mailto:michael.dennis@forestproductsaccounting.com? cc=rob.dial@forestproductsaccounting.com? cc=vernon.biglane@forestproductsaccounting.com? subject=Notify Forest Products Accounting" onSubmit=""></a> what is wrong with this code? I am sending...
  3. vemate

    Format for multiple emails

    Is this syntax correct? <form method="post" enctype="text/plain" action="mailto:mdaas@bellsouth.net?rob_dial@bellsouth.net?cc=vemate@bellsouth.net&subject= Version 5.04.04 !!!" onSubmit="" "></a> It only notifies the first email person Thanks
  4. vemate

    Crystal Reports 8.0 will not print using Vista

    I am using Vista to produce Crystal 8.0 reports It builds the report file but no report. Is there a new crystl32.ocx available for use with Vista? I made all my .exe compatable with windows 2000 but no results yet. I would appreciate any help I can get. Thanks
  5. vemate

    Visa compatibility issue.

    I am trying to run a program on Vista in the compatibility mode and the tab for compatibility will not show when I right click on the program to see all the tabs. I am logged on as a administrator and still no tab. Supposedly you can run Windows 2000 and XP programs on Vista in this fashion. I...
  6. vemate

    Vista and Crystal 8.5 printing problems.

    Vista will not run Crystal Reports using 8.5. Crystal indicates you must have Verson 11 and a patch to be completed later on this year to run a report. Version 12 will be compatable with Vista. Does anyone have a solution other that waiting for Crystal to fix this problem?
  7. vemate

    Trying to send a form to multiple people.

    I am sending a form to multiple people an only the first and second person receives the message. Am I miss some kind seperator? Thanks for your help. <form method="post" enctype="text/plain" action="mailto:test1@bellsouth.net?cc=test2@bellsouth.net?cc=test3@bellsouth.net" onSubmit=""></a>
  8. vemate

    Place a picture in a title that is displaying information

    Here is my code: <a href="http://www.grc.com" target="_top" title="Look at the Ports on the Local Machine to see if the Ports are OPEN. This will look at your Machine and the Router. Click SHEILD, SheildsUP, Proceed, Look up Specific Port Information. Type the Port Number to see if it is...
  9. vemate

    Color my dot_small.gif when mouseover it.

    Please help me with code to make my gold button change colors to "red" when touched. I have a table of contents with a number of buttons. <tr><td><a href="index_table.htm"><img src="dot_small.gif" border="0" width="20" height="20" "border=0 alt="Click Here!><a href="index_table.htm"...
  10. vemate

    shell will not run problem

    vemate (Programmer) 7 Apr 05 15:12 I can go to Start Run and Paste %SystemRoot%\system32\fpa\aas2.exe and the program will execute. I try to use the shell I created and get this error. activex component can't create object "wscript.shell" <SCRIPT LANGUAGE="VBScript"> Dim wshShell Set...
  11. vemate

    wshell problem

    I can go to Start Run and Paste %SystemRoot%\system32\fpa\aas2.exe and the program will execute. I try to use the shell I created and get this error. activex component can't create object "wscript.shell" <SCRIPT LANGUAGE="VBScript"> Dim wshShell Set wshShell = CreateObject("WScript.Shell")...
  12. vemate

    Date will not display if a table.

    What is wrong with this javascript I want it to display the date in a nice box. But I get nothing to display. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Display Date</title> </head> <html> <head> <meta http-equiv="Content-Type"...
  13. vemate

    How do you set a path in HTML code ??

    How do you set the path to execute a program from a remote users workstation that is located on my Server <a href="http://fpaweb.tzo.com:3391/Kemma Software/bridgetrak50/ksbrdg50.exe When I try to execute it from the client a error is generated that indicates unable to find [program.dll] path...
  14. vemate

    HTML with VBSCRIPT will run on my server but not on the Client

    I am enclosing the HTML CODE. I can run the HTML on my Server but when I run the code on the Network I get a Page error with no clue what this is. Thanks <html> <!-- Creation date: 2/6/2003 --> <head> <body bgcolor=lightyellow><font size=6> <p align=center> <meta http-equiv="Content-Type"...
  15. vemate

    Vbscript/Shell will not execute get Error on page.

    Why will this vbscript/shell not execute code as follows: <html> <!-- Creation date: 2/6/2003 --> <head> <body bgcolor=lightyellow><font size=6> <p align=center> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>FPA DEMO</title> <MARQUEE WIDTH="160"...
  16. vemate

    VBscript code to let me point to a executable on my server

    <! This script executes Forest Products Accounting from the Intranet WEB> <Input language="VBScript" type="Button" value="Click FPA System" onclick="ExecHTA()"> <Script language="VBScript"> ' Public Object so i dont have to keep making them 'and they are separated by subs or functions...
  17. vemate

    Javascript Shell for calling a .HTA program

    I have a program I am trying to execute that is written with .HTA the method is running a program with html. this shell is suppose to call the program vbscript.hta <html> <SCRIPT LANGUAGE="vbScript"> dim shell set shell = createobject("WScript.Shell") shell.run("vbscript.hta") </script> </html>...
  18. vemate

    CGI script to download from a client to Web server

    MY CGI Perl is not working. I want to be able to download or upload to my Web Server. The client should be able to send or receive data files. I know this may not be acceptable but on my Web Server I will allow it. <form method="post" action="/cgi-bin/upload.pl" enctype="multipart/form-data"> is...
  19. vemate

    Execute a program on my Server from the WEBSITE

    I have A domain website with programs I want to execute from the Web a demo version of the programs. <a href="www.fpaweb.tzo.com/fpa/aas2.exe"> it copies the executable to my desktop and will not execute. Do you see any thing wrong with this code ??? I do not want to copy to my desktop I want...
  20. vemate

    Javascript to execute a program inside a html

    I have a Html I post on my Web Server that allows you to run a program locally. I want to run the program locally from a remote location thru my Website. I need some javascript to run example &quot;c:/fpa/aas2.exe&quot; and not try to load it to my desktop first. I just want to have a hyperlink...

Part and Inventory Search

Back
Top