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 wOOdy-Soft 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: greyone
  • Content: Threads
  • Order by date
  1. greyone

    Trigger to add to Goldmine History From HEAT

    I'm using Goldmine 5.7 and Heat 6.4 and am writing a trigger to write a History entry when a ticket is closed in HEAT. However when i save the ticket and close it it creates a duplicate entry in History and if i just close the ticket without saving it's fine i.e it creates only a single entry in...
  2. greyone

    Trigger in Goldmine

    Hi I would like to create a trigger before data for a new client is written to the database. We are using Goldmine and Heat as an integrated application and what we have found is that for client names with an apostrophe Goldmine creates an account number with an apostrophe which creates...
  3. greyone

    Remote Windows Service monitoring

    I was wondering if there is any way i can monitor a remote windows services. I'm currently using the followin and when i try to enter an IP address or a remopte machine name i get a permission error. Please help. Here is what i'm using...
  4. greyone

    Using Dbase Expressions in Lookup.ini

    I have a system field which i want to format it when a user enters anything. The format is as follws: xx-xxxxxx where if the user types in 1234 the lookup.ini updates the field to 00-001234. Is this possible. Please suggest
  5. greyone

    Steps to create a basic employee training registration application

    HI guys I wanted to develop a basic employee training registration aspx application usine Asp.net and probably SQL server. Here is what i was looking for: A drop down list of Employee Names A drop down list of time and date field There can only be 10 people in a group for training at one time...
  6. greyone

    pc bootup problem

    I have a pentium 3 667 MHZ with two hard disks and 512MB of RAM. Since the past few weeks i was having a problem where the computer would boot up automatically. I scanned through the hard drives for any virus etc but there were none. Then i opened my computer and made sure that all the cards and...
  7. greyone

    Boot up Problems

    I have Win2000 professional running on my computer with a 10 GB hardrive. Whenever i restart my computer it bombs out saying "Press any Key to reboot", However if i put in my windows 2000 professional install CD it boot up from the cd. How can i fix the problem so that it boot s from...
  8. greyone

    SSL Digital Certificate Verisign

    Hi guys I'm trying to locate the file on our production Red Had Linux box running Apache modssl whih would help me to renew the certificate. Currently thre is a certificate which would expire in August 2 2002 and i had ordered for a renewal from Verisign which was mailed to me. The problem is...
  9. greyone

    Align text in a text area

    Say I have the following data: Raj**SymingtonAvenue$$NiTin**Toronto$$MaHeSH**St Clarens Avenue$$GErry**Ajax I want to align these elements in a stright line in a text area like this: Raj SymingtonAvenue NiTin Toronto MaHeSH St Clarens GErry Ajax This I am not able to do. My...
  10. greyone

    developing a forum in ASP and SQL

    hi there I have to develop an online forum and a BBS system for an existing website using ASP and SQL Server 2000. Before i actually sit down to code i need to gather requirements about this. I was wondering if anybody could help me out in the kind of questions i should ask my client in order to...
  11. greyone

    Need Help

    I have decided to give my OCP PL/SQL 8i exam this weekend and i was just wondering if there is some info out there which lists the changes in the syntax and definations of commands from Oracle 8 to Oracle 8i with respect to PL/SQL. PLease Help Thanks Nitin
  12. greyone

    Confirm Method

    Hi I have this wiered problem with the confirm method i have a function with the same name as confirm but it takes 3 parameters as shown below. Now when i want to use the built in confirm method of jaascript it seems to be getting overloaded with the my own confirm function> Is there a way i...
  13. greyone

    FTP file from Unix to Windows

    Hi Guys i'm logged on to my unix machine thru telnet. I have created a korn shell script there and i want to ftp this to my windows directory on my local comp. Is there a way to do this. Please help
  14. greyone

    Problem with Associative Arrays in a korn shell script

    I have this script in which i ned to store employee codes in an array. So i do this using associative arrays as follows EmpArr["AD"]="Administration" EmpArr["MK"]="Marketing" EmpArr["AC"]="Accounting" the problem is when i try to...
  15. greyone

    Edit text on Image

    Hi I have a jpg which has some text on it and i want to change that text. I would like to know the steps to do this. Please help Thanks Nitin
  16. greyone

    create tree in one command

    Hi guys is it possible to create the following directory tree in one command ~ | | ________________________________|_______________________ | | |...
  17. greyone

    complex if condition

    hi guys i have this piece of code which has this complex if else condition which i could'nt understand. Please help <script> var _T = &quot;locked&quot;; var _F = &quot;unlocked&quot;; function lockIt(_P) { var _L = document.frmForm.lck.value; if (_L==_P) return...
  18. greyone

    New to Unix

    Hi Guys I'm new to the unix world and i'm taking up this course. well what i would like to know is that is there a site which lists some practice questions to get a good hang of the unix commands. Any hellp would be greatly appreciated
  19. greyone

    ?Value from TextBox created using InnerHTML property

    how do i extract values from the text boxes which i'm writing dynamically using the innerHTML property please help
  20. greyone

    Adding Text boxes dynamically

    Hi I'm writing text boxes to a page dynamically using the following function: <html> <head> <script language=&quot;javascript&quot;> function AddTextFields(num) { data = &quot;&quot;; data = &quot;<table border=1 width='80%' cellpadding='0' cellspacing='0'>&quot; + &quot;<tr><th...

Part and Inventory Search

Back
Top