Search results

  1. NeilM

    Guidance on licensing for a small application

    Good afternoon, I have little experience with licensing, however necessity requires it of me. I have been looking after a CHUI database/application running on a windows server with < 10 users, running progress 8.3 and I am now in a position to address the version of progress. I appreciate...
  2. NeilM

    Question Status Default In Windows Vs Tty

    Good morning, I have a problem on a 8.3 installation, where I wish to use the STATUS DEFAULT line, of the Windows session. So for instance:- STATUS DEFAULT "F1:Continue". The F1: Continue does not appear. If I do a:- UPDATE var HELP "Help text" Then the help message appears. 1. Does the...
  3. NeilM

    Question Echo %cd% Change In Behaviour?

    Good afternoon, I am currently developing in Progress V8.3B on windows 10 (winver 1703) Post the Windows 10 creators update. Until recently the following piece of code was working fine. def var a as char format "x(70)". input through "echo %cd%" no-echo. import unformatted a. input close...
  4. NeilM

    Question Querying the results of a dynamic query

    Good morning, Okay not even sure it's a good idea, however here goes. 1. If I have a dynamic query, referenced via a handle which when run returns a set of results, is it possible to query the results of that dynamic query? 2. Or would you get the dynamic query to write the results to a...
  5. NeilM

    Question Dynamic Browse with no-box

    Progress 10.1 I am currently using a dynamic browse :- Yet can't seem to switch the box off on the browse. CREATE BROWSE browse-hdl ASSIGN TITLE = "Dynamic Browse" FRAME = FRAME MyFrame:HANDLE QUERY = QUERY q1:HANDLE X = 2 Y = 2 WIDTH = 74...
Top