Search results

  1. G

    Iops

    Was wondering if anyone has any data regarding IOPS (Input/Output Operations Per Second) for QAD? We are trying to spec out a server and it would really help to know if this data exists.
  2. G

    Hardware for QAD 2009SE

    We are in the planning stages of the upgrade and I'm wondering if anyone has a reflection on hardware. If you are running QAD 2009SE, what you are running it on now? Do you recommend it? What is the new standard for this version? Thanks! Any information would be helpful.
  3. G

    Creating Monthly/Weekly Buckets

    Hi All, I have the below code that is somewhat confusing to me - being new to the 4GL world. I'd like to get and explanation and also ideas of how to bucket this up from monthly to weekly. I rem'd some of the monthly code out and substituted weekly. I tried to cut it down to make it more...
  4. G

    Calling Program

    I have program abc.p and def.p. They both call ghi.p. How can I tell which program called ghi.p? I've tried execname with no luck.:blush:
  5. G

    Cache?

    Hi All! We have 2 databases all using the same custom code path. I changed some custom code and it works fine in one database - but not as expected in another. What was changed was a label and some math. I see both the label and math changes in one database but only see the label changes -...
  6. G

    Like or begins or matches

    I don't seem to be able to find the SQL equivalent to LIKE. What would be the Progress equivalent to the below? (abs_par_id LIKE 'sPL%') AND (abs_id LIKE 'isPL%') :biggrin:
  7. G

    {&soivrp10-p-tag38}

    Forgive me if this question is obvious - but I'm new. What does {&SOIVRP10-P-TAG38} mean?
  8. G

    for each nested each

    Please bare with me as I'm really new to Progress and I'm trying to make headway. What's wrong with this statement? It just hangs . . . Am I trying to complicate things again? :rolleyes: for each ck_mstr no-lock, each ap_mstr no-lock where ap_mstr.ap_ref = ck_mstr.ck_ref...
  9. G

    Padding field with zeros

    I've looked everywhere and I can't find this reference at all. How do you pad a variable length field with preceeding zeros? So . . . 000429 needs to be 9 character long, the output would be 000000429.:rolleyes: Plus, the recordset changes length - so maybe next its 00042. Thanks ever so...
  10. G

    Positive Pay

    Anyone heard of positive pay? It an anti-fraud method that banks implement. Basically you have to send them a file which they match up to their system. It tells them if a duplicate check has been processed. The format can be txt or csv but needs to be in specific lengths and formats. An example...
  11. G

    Printer UNC

    I'm fairly new to Progress - but have lot of programming experience in other languages. Some of our custom code references a printer unc path (to be utilized by BottomLine) on output. I can't find any reference to it in the code itself. I only see the unc path when I print to file. I'm...
Top