Recent content by cekoiz

  1. C

    4GL - Combobox in Frame

    After trying your version Stefan, it seems to do what i want. I will try it out more and add more logic into my code. Btw you wrote that the update statement is kinda old.. what else could i take a look at to achieve the wanted behaviour? Any documentation i can read?
  2. C

    4GL - Combobox in Frame

    Its actually just a editor from the ERP. I do have the app builder but never really used it so far.
  3. C

    4GL - Combobox in Frame

    Okay, i see. I will add more handling after the user chose a value. I might be asking more tomorrow.. I am new to progress and just using it to generate reports from our ERP. I did not even know about window files. Not sure what that is but i will take a look at it.
  4. C

    4GL - Combobox in Frame

    Thanks for the reply! I am not sure if i understand how to go on from here. I added the trigger but still, i am not sure how i can now use the chosen value from the combobox. I want to use the chosen value as a parameter to query a database table. With the trigger i still have to press ESC and...
  5. C

    4GL - Combobox in Frame

    Hello, i am trying read the value from a combobox but somehow i cant seem to get it to work. Whenever i run this code and choose my status from the combobox, i cant proceed with the procedure. DEF VAR belegStat as CHAR VIEW-AS COMBO-BOX INNER-LINES 5 LIST-ITEMS "offen", "arch" LABEL...
Top