Search results

  1. markluizdemauro27

    Question How to Export csv to my desktop (Progress)

    Hi ForEachInvoiceDelete, Yeah your right, I'm using a remote version of progress. Ok I will try your idea. Thank you :)
  2. markluizdemauro27

    Question How to create a browse using Progress and put it on the menu and not by using Browse maintenance?

    I'm having a hard time looking for answers and sample codes for that. I hope you can help me. Thanks
  3. markluizdemauro27

    Question How to Export csv to my desktop (Progress)

    Hi Cringer, Even I changed the destination path into my desktop or any path, it wont generate a csv file into my local drive. But if i use this code OUTPUT TO "test.csv". The file was created into the server directory of QAD. How can I generate a csv file into my local drive?
  4. markluizdemauro27

    Question How to Export csv to my desktop (Progress)

    Hi to all, I just want to know how to export .csv file into my desktop. I use this code: OUTPUT TO VALUE ("C:\Users\Mark\Documents\test.csv"). but it seems like it doesn't work in a way that it did not generate a file.
  5. markluizdemauro27

    Distinct Record - Browse Maintenance

    It's alright. Your code is on point sir. Thanks for your help. :)
  6. markluizdemauro27

    Distinct Record - Browse Maintenance

    Sir Osborne I'm talking about browse maintenance in QAD. How can I do that in QAD Browse Maintenance?
  7. markluizdemauro27

    Distinct Record - Browse Maintenance

    Yes, there are many records with the same serial but there is no right field that i can use for filtering in order to display 1 record of it. How can I implement that codes in browse maintenance?
  8. markluizdemauro27

    Distinct Record - Browse Maintenance

    Hi to all, I just want to ask how to display distinct record or 1 record in a browse from browse maintenance. For example, in tr_hist table, 1 lot serial has many entries in tr_hist and i want to get and display only 1. Thanks.
  9. markluizdemauro27

    Distinct Record - Browse Maintenance

    Hi to all, I just want to ask how to display distinct record or 1 record in a browse from browse maintenance. For example, in tr_hist table, 1 lot serial has many entries in tr_hist and i want to get and display only 1. Thanks.
Back
Top