O
OrbitalChairLeg
Guest
Currently, I am trying to create some software on Progress OpenEdge that sorts by customer's names or account codes. So essentially, a box will open up when the program runs, the user will select "Name" from the drop-down list, and the program will display all the names in the database from alphabetical order. Or, they will pick "Account" from the drop-down list, and it will display all the account codes in numeric order. I have attached a picture of the program here:
And this is currently the code I am using to print the results:
However, I'm not sure what I need to add for the others. Would I need IF statements, such as: OR IF [drop down list] = "Account" THEN or something like that?
Any help would be appreciated.
Continue reading...


Any help would be appreciated.
Continue reading...