Recent content by Kremena Hagen

  1. K

    Progress Developer / MfgPro Specialist

    Kremena Hagen 605 Denoyer Trail Wheeling, IL 60090 (708) 362 1025 shagen21@comcast.net Objective Innovative, hardworking, and conscientious Applications Developer/Analyst is seeking an opportunity to demonstrate outstanding project leadership, systems analysis and design, documentation...
  2. K

    REPLICATION-CREATE Trigger

    Hello Everybody, First of all I have to admit that I am not a Progress DBA but I was assigned to do some updates on our db schema. We are running MFG/PRO and I am interested in creating a schema trigger. Basically, I want to create a record in a separate table for every new sales order...
  3. K

    'Mismatched number of parameters passed to procedure /optmp/p76465r.ped. (3234) '

    I deleted the .r files in my home directory. Is it possible that I have .r files somewhere else? Kremena
  4. K

    'Mismatched number of parameters passed to procedure /optmp/p76465r.ped. (3234) '

    Warren, Is it very common to be running a different program version than what you think? I am referring to the problem I had with the dates. I notice that some of my programs do this and it's really hard to fix a corrupt file like that. What should I do to avoid this problem? Thank...
  5. K

    'Mismatched number of parameters passed to procedure /optmp/p76465r.ped. (3234) '

    Thank you so much. I guess my file was corrupted or something. Thank you. Kremena
  6. K

    'Mismatched number of parameters passed to procedure /optmp/p76465r.ped. (3234) '

    Same thing no zero. |-------Message -------+| 2002099 Do you get the zero?
  7. K

    'Mismatched number of parameters passed to procedure /optmp/p76465r.ped. (3234) '

    You are right because the month comes out right but the day still doesn't have the zero infront. I am getting 2002099 for the code below. It has to be something with the system. define variable dt2 as character. run dtconv.p ( input 09/09/02, output dt2). display dt2. /*dtconv.p*/...
  8. K

    'Mismatched number of parameters passed to procedure /optmp/p76465r.ped. (3234) '

    Thank you Warren. I have another question. When I first run my program I was getting the date in the format I wanted it (20021203). I haven't made any changes to the program since that moment, but when I run it now I get "dt-day" string without the zero infront (2002123). Is this have...
  9. K

    'Mismatched number of parameters passed to procedure /optmp/p76465r.ped. (3234) '

    Hi All, I get the error: 'Mismatched number of parameters passed to procedure /optmp/p76465r.ped. (3234) ' For the following code: /*date.p */ define input parameter dt as date initial "02/11/22". define output parameter dt1 as character. run dtconv.p ( input dt...
  10. K

    Formatting Date

    Hi, Is there a date formatting function in Progress that converts a date with a format MM/DD/YY to YYYY/MM/DD. Thank you, Kremena
Top