Search results

  1. 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...
  2. 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...
  3. 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