Search results

  1. E

    broker not spawn

    getting an err "could not spawn a broker (1890)" when trying to start an application. has been running untill now. progress82c and progress101b running on win2k3 server. old app is using 82c -- now throwing the err, on client and also when trying to run on server itself. new app using 101b --...
  2. E

    sort string

    anyone know a quick sort solution ? From a txt file i get a unsorted string (like ",d,e,f,a,z,g,y") The items will be used in a combobox. normally i would use ASSIGN c_somecb:list-items = vString. but then the list is unsorted. before assign i would like to sort the items. tks in...
  3. E

    display result is unexpected

    i've got a table with several fields, all char. all fields are filled with something. when i use following to dump all contents to a textfile OUTPUT TO VALUE(vFilename). FOR EACH ... DISPLAY <table>.<field1> <table>.<field2> <table>.<field3> VIEW-AS EDITOR SIZE 40 BY 1...
Back
Top