Recent content by Rob Case

  1. R

    Question Selectable Frame Selection Issue

    That did help. I ended up removing the repeat loop and moved the choose statement out of the for-each. Much better. Another issue came up since the repeat was removed. When the orders are listed and I scroll to the last entry, if I press the down arrow again, the program completes and ends...
  2. R

    Question Selectable Frame Selection Issue

    Thanks RealHeavyDude! I had a senior moment, yes that is the form the help attribute. This is CHUI.
  3. R

    Question Selectable Frame Selection Issue

    Hi all, I have a frame displaying data from a database query I performed. I have a statement that when I push F10 to display the order number. My issue is that I have to hit F10 2 times for the display statement to work (this is just for testing... i'll end up doing a separate task). I did...
  4. R

    Resolved Selectable Menu From Comma Delimited Value

    It's working now! Thank you Osborne.
  5. R

    Resolved Selectable Menu From Comma Delimited Value

    Got farther but now I'm getting this error: CREATE WINDOW in character-mode is not supported. (4139) Progress is hosted on a Linux server using terminal emulation to access.
  6. R

    Resolved Selectable Menu From Comma Delimited Value

    Thanks Osborne. I was able to get the "Printers" label to show up but not successful in getting the list of printers. I'm running Progress 10.2B08 and using Editor software.
  7. R

    Resolved Selectable Menu From Comma Delimited Value

    All, I'm sure there is an easier way but I'm drawing blanks. I have a database record for printer names that is comma delimiter. I want to display this as a menu where a user can select the printer to print too. <code> def var menu as char format 'x(30)'. def work-table wk_printlist field...
  8. R

    Use Variable As Table Name In Find First

    Hi all, I'm curious if you can use a variable in a table lookup. I have 6 tables (3 production and 3 history). I want to search for a value in the database but would like to keep the coding as short as possible. <code> def var wk_tablename as char extent 6 format 'x(10)'. def var...
Top