Search results

  1. E

    broker not spawn

    RealHeavyDude is correct, admin server is not applicable for 82c. also, the two versions do not use same script. the log file shows error broker could not spawn a server (1157). where error on client shows err (1890) found more threads about broker , the hint about tcp i guess is helping out...
  2. 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 --...
  3. E

    sort string

    the SORT attribute turned out to be sufficient, and also the TEMP-TABLE approach was better then i expected. (even running it on a computer PII-233Mhz with WinNT4 ! a truly remarkable machine, still running, apart from one general power-failure is has been running for 11 years now ) tks for...
  4. E

    sort string

    ah, sort attribute might do the trick, never used it, will try. The temp-table solution could cause some performance problems. The example was very small, sometimes the string contains 200 items of 0 to 25 chars each.
  5. 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...
  6. E

    display result is unexpected

    EXPORT indeed is fine for comma-separated, but you need to adjust if you want to print it. With DISPLAY i try to format the output, then the text file can be printed without adjustment, and even EXCEL will understand import with fixed positions. The fields where VIEW-AS EDITOR is used contain...
  7. 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