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 IamaSherpa 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: *

  1. phxcoyotes097

    Network ICQ Bandwidth Resources

    We are just about to implement ICQ software on our Network, but the IT Director has ask how much bandwidth a single ICQ message will take up. Can anyone help? ICQ did not know the answer.
  2. phxcoyotes097

    Microsoft Security Patches

    Need help with this one. I keep hearing people say not to install all of Microsoft's patches. I can understand why you wouldn't update when you have completely customized your windows environment, but what if the computer has just basic Windows XP pro? I wouldn't think the patches would hurt...
  3. phxcoyotes097

    Email Attachments Read-only

    I have an excel document I want to send to someone throuhg email, but do not want them to edit/save it. How can I make that document a read-only document. We have tried to make the file read-only through windows explorer, but that does not work. We have used the option in excel to make...
  4. phxcoyotes097

    FTP Script

    Help! I'm somewhat familiar with FTP, but I need to do something I haven't done before. I have file in a directory. ex: c:\download\test.txt I would like to send that file out to my email address using the FTP process. Can this be done? How?
  5. phxcoyotes097

    Creating a Batch Script

    I need help with this one. I need help creating a batch script to do the following. 1. I have multiple flat files in one windows directory. They are "|" delimited. They all have unique names excpet for the .DAT at the end. 2. I need to create a "master" flat file with...
  6. phxcoyotes097

    Thanks, Olded

    Don't worry, I have other ways of getting ahold of you. Plus, I can always go to the "corner". Ken
  7. phxcoyotes097

    Thanks, Olded

    Ed, I appreciate your help with my informix code problems. You cut my completion time into a fraction and I was finally able to get the program done. I'm glad you didn't just hand the code over to me, you made me think about what I need to do. I did not have a problem with any of your code...
  8. phxcoyotes097

    Cursor Questions

    I'm having a problem with a "cursor". An sql is being set into a variable, then that is being set into a cursor. I want to be able to display the cursor with a "DISPLAY", but the program is given me errors when I try to do that. Do you know how to display a cursor? I have...
  9. phxcoyotes097

    Debugger Question

    Yea, I was hoping you could shine some new light on this problem. I'm currently debugging it separately right now. Thanks anyway, Ken
  10. phxcoyotes097

    Debugger Question

    How can I get the parms over to the 01.4gl program and still use debug??
  11. phxcoyotes097

    Debugger Question

    I have the following code and need to be able to "step into" the next program using debugger. Do anyone know how to do this? This is not a fuction within the current program. LET f_cmd = "" LET f_cmd = "nohup SFDlopro01.4ge \"&quot...
  12. phxcoyotes097

    Concatenate Problem

    I figured out the proble why m_rpt.prodclass_id wasn't getting filled in. Thanks, Ken
  13. phxcoyotes097

    Concatenate Problem

    olded.... Here's what I'm getting. This is the scratch variable SFDlopro00.4gl:input_form.scratch = "("TJ","ED") When I set m_rpt.prodclass_id = scratch I get the following SFDlopro00.4gl:m_rpt.prodclass_id = "("TJ","E" Ken
  14. phxcoyotes097

    Concatenate Problem

    What does the ## in front of ("12", "13", "14") mean? I want to use it with the result from the parse routine you gave me yesterday. The above would the the final result for my SQL "IN" statement. Ken
  15. phxcoyotes097

    Concatenate Problem

    I need help on concatenating some variables in a program. I knows it's probably simple, but can't find any documentation on it. Example: 12 13 14 Need: ("12", "13", "14") Thanks, Ken
  16. phxcoyotes097

    Pulling Characters from a string

    I need helping pulling characters from a prompt. The prompt: Enter Product Class Code: (#, #;#, [RETURN]=ALL, E=Exit) Then Entries: 1. The Operator can enter EN (Product Class). or 2. The Operator can enter EN;TJ;KI (Multiple Product Classes). I'm having problem with #2. I want to pull...

Part and Inventory Search

Back
Top