Search results

  1. markluizdemauro27

    Error Radio-Set vertical attribute is not working

    I don't know why vertical attribute is not working and still displaying horizontal. Any ideas why?
  2. markluizdemauro27

    Error Radio-Set vertical attribute is not working

    I don't know why vertical attribute is not working and still displaying horizontal. Any ideas why?
  3. markluizdemauro27

    Error Search/Filter using calculated fields in browse maintenance is not properly working.

    I have created a calculated field (date) and supply its value with a function. Now, when I want to search using date range, it's not working and it only showed the last data within the date range. I've observed that search/filter using calculated fields is not properly working. Why and do you...
  4. markluizdemauro27

    Answered What is the proper usage of gpbrparm.i?

    I've followed the steps on how to use that include file/library but still doesn't pass parameter to the lookup. Is there something i'm missing?
  5. markluizdemauro27

    Question How to add new propath in qad?

    Thanks for the help.
  6. markluizdemauro27

    Question Procedure or Class?

    In terms of making reusable codes and functions that can be use for your future projects, which is better and why?
  7. markluizdemauro27

    Answered How to method chain in class?

    For example: Define variable classCar as class Car. define variable carName as character. carName = classCar:setName("mark"):getName().
  8. markluizdemauro27

    Question How can I use .cls file from different folder into my procedure?

    I created a .cls file from different folder, now my problem is how to use or include it into my procedure? TIA.
  9. markluizdemauro27

    Question Event Listener

    Can anyone help me or give me a sample syntax how to use the events of progress? TIA
  10. 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
  11. 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.
  12. 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.
Top