Recent content by erickroco9611

  1. erickroco9611

    Answered Generating a QR Barcode

    Should it works in OE10.01A? How should I prepare the propath?
  2. erickroco9611

    Changing the FORMAT of a field causes CRC Error?

    Thanks for your comments and corrections (about my English)... I´m doing the tests... 1) Changing the format in a Test DB.!!! 2) Testing the program... 3) It works without CRC Error!!! Well, we got success here! Thanks to all of you for the comentes.
  3. erickroco9611

    Changing the FORMAT of a field causes CRC Error?

    Jajaja!!!! So, there isn't more salt anymore! Here in Mexico is also very cold and we started to play with snow... We even didn't know it!!! Now we are suffering low temperatures... All es because of the Wheater Change of the World... (Excuse... I don´t know how to translate to English...
  4. erickroco9611

    Changing the FORMAT of a field causes CRC Error?

    Thanks Tom!!! I´ll do the test in order to confirm yoour answer.
  5. erickroco9611

    Changing the FORMAT of a field causes CRC Error?

    Hi... I got a doubt. Is there any CRC Error only if I change the FORMAT in a FIELD in the Database Schema? I would like to extent the length of some CHARACTER FORMAT, but I wouldn't like to shutdown my Database only to do this. Well... Maybe is a clumsy question, but maybe it can prevent a...
  6. erickroco9611

    OS-COMMAND with NO-WAIT and NO-CONSOLE used together

    Hi.. I did this sample.. And START ti RUN the .bat File... But if i set NO-CONSOLE it fails.. DAMN!!! I hate that BLACK SCREEN!!!
  7. erickroco9611

    OS-COMMAND with NO-WAIT and NO-CONSOLE used together

    ID: P99641 Title: "OS-COMMAND NO-WAIT does not execute the command specified" Created: 01/05/2005Last Modified: 03/24/2005Status: Unverified Symptoms: OS-COMMAND NO-WAIT does not execute the command specified Command executes fine without NO-WAIT option Facts: Windows NT 32 Intel/Windows...
  8. erickroco9611

    What does it mean "Dead Transaction"? How to avoid?

    Ok!!! I got it!!! So I think this kind of issue requires a deeper analysis. MAybe (as you said) of a specialist! Altough it was a Software developed by myself :D, but it was growing so huge that possibly I lost some point. I'll check the book that you recommend Larry!!! Thanks!
  9. erickroco9611

    What does it mean "Dead Transaction"? How to avoid?

    That´s what I'm doing!!! Thas is becouse I'm here!!! Surely there would be someone else with this doubt! And I hope somebody had a clue about this! But as I think: "Is more worthy do stupid questions (if you could think that) than be a stupid that no ask". Thanks anyway!!! I respect you so...
  10. erickroco9611

    What does it mean "Dead Transaction"? How to avoid?

    Hi again... I don´t know if this post would be better in DBA or Development, but I'm a developer so... I was looking for some issues in my database with PROMON and I found that some Transactions has a flag as "DEAD". The law (Progress) said: "When the "Tran State" is DEAD it signifies the...
  11. erickroco9611

    Using NO-PREFETCH improve performance?

    Is OpenEdge 10.01a. Thanks Tom!!! Im going to solve some Issues removing NO-PREFETCH.
  12. erickroco9611

    How is BEST PRACTICE in a FOR EACH sentence?

    Thanks TOM.. It was really helpfull!!! I had that dubt, but now I have the opinion of an expert!!!
  13. erickroco9611

    Using NO-PREFETCH improve performance?

    Well... I´ve developed some programs that works among them in diferent servers, even separated for a long distance (Diferent States). I use this only for transport (I know that there´re others ways like Plain File or XML)... anyway!! I use this for transport information across the Company´s...
  14. erickroco9611

    How is BEST PRACTICE in a FOR EACH sentence?

    Which is BEST PRACTICE...!!?? for each po where po.whs-code = "10" and po.cust-no >= 1000 and po.cust-no <= 9999 and po.dt-cancel = ? no-lock: .... [PROCESS]... end. OR for each po where po.whs-code = "10" and po.cust-no >= 1000 and po.cust-no <= 9999 no-lock...
  15. erickroco9611

    Index question

    Thank You very much Tom... The example was very "CLUMSY" as you can see... but you really solve that question... Now... You tell the Compiler Selects the best INDEX isn´t it? I have a question for you... Which is BEST PRACTICE...!!?? for each po where po.whs-code = "10" and...
Top