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 NewItron

  1. NewItron

    problem in converting from alphanumeric to numeric

    Hi shaily123, Declare the variable,number1, with JUST clause and after you move the data into number1.Use INSPECT on number1 and replace all spaces with zeros and then you move number1 to number2. 01 number1 pix x(10) JUST. 01 number2 pic 9(10). ==> insert INSPECT clause here. move...
  2. NewItron

    Packed number conversion

    Hi lbzh, I would like first like to bring in the point that 'V' in PIC V99999 represents a decimal point.I suggest what you do is split C in 2 sub levels as follows in addition to what TERMINATE has suggested :- 01 C. 05 C-decimal PIC X(01) VALUE '.'. 05 C-data pic X(07). Now...
  3. NewItron

    Help required from experienced people

    Hi, I thank johnherman and PDQBach for your early replies.I am located in India.I would appreciate if anybody can explain the process of going thru a lawyer r any other method to obtain copyrights. Thanks Newitron
  4. NewItron

    Help required from experienced people

    Hi, I am creating a certain software for which I need to acquire legal rights.Where and with should I begin with ? Any help will be appreciated. Thanks and Regards Newitron
  5. NewItron

    Calculation on 2 numeric fields of 18 digits

    Hi, I know there has been a similiar thread on this forum but I am not able to trace it. The problem is: How do we do calculations(add,subtract,multiply,divide) on 2 numbers of 18 digits each. Thanks and Regards Tushar
  6. NewItron

    Any forums for publishing information about new applications

    Hi BernardErtl, Thank you very much for the information and for your help. Regards NewItron
  7. NewItron

    Which software package?

    Hi, After going through the details you have provided,the company needs a a software that can gel well with the excel sheets that is being maintained by the company right now.I guess those excel sheets may be having some data manipulating functions. Well as you correctly pointed out,there...
  8. NewItron

    Any forums for publishing information about new applications

    Hi, I have made a remote information update/retrieval system using ms outlook which is very useful for business houses.Is there any website where I can publish some information about it. Thanks in advance. NewItron
  9. NewItron

    Simulate Send/Recieve in outlook

    Hi Paul, Thank you very much for the information.Paul,I was actually looking for doing the same using VBA.Any help in this regard will be very useful for me. Thanks in advance. NewItron
  10. NewItron

    Simulate Send/Recieve in outlook

    Hi, Can anybody tell me how to programmatically simulate Send/Recieve function through VBA.I need it because i need not press "Send/Recieve" button everytime to recieve and send mails.I want to run a piece of code that would check for new mails at regular intervals. Thanks NewItron
  11. NewItron

    Sender's email id

    Hi Gerry, Thanx for your reply.Gerry,the mail item is in one of my folders and I need to retrieve the sender's email id to reply them back using VBA. The problem for me is how to retrieve the sender's email id? Regards NewItron
  12. NewItron

    Sender's email id

    Hi, Can anybody tell me how to get the sender's email id of the recieved email in outlook using VBA ? Regards NewItron
  13. NewItron

    Graphs

    Hi VBAjedi, None of the links helped me out. Regards NewItron
  14. NewItron

    Graphs

    Hi, Can anybody pls tell me how to deploy "Data access" pages on the website? Regds Newitron
  15. NewItron

    Graphs

    Hi, I want to know is there any way we can display graphs from an ms access on the web page? Is it possible in "Data Access" pages ? Regards NewItron

Part and Inventory Search

Back
Top