Refreshing fgl_dialog_setkeylabel

Luis Carlos Díaz Otero <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
Hi all.

Look at this piece of code:
DISPLAY ARRAY firstarray TO formlines.*
  BEFORE DISPLAY

    CALL fgl_dialog_setkeylabel("F5","Assigned Menus")
  ON KEY (F5)
    CALL showmenus()

  more stuff
END DISPLAY


FUNCTION showmenus()
DISPLAY ARRAY secondarray TO otherformlines.*

  BEFORE DISPLAY
 
    CALL fgl_dialog_setkeylabel("F5","Assigned Modules")
  ON KEY (F5)
    CALL showprograms()

  more stuff
END DISPLAY

FUNCTION showprograms
...
...
END FUNCTION

The first assignment of a label to the F5 key is right, but into the FUNCTION showmenus() the F5 label is unchanged and it remains as "Assigned Menus" and not "Assigned Modules" as expected. I have been trying using  CALL aclfgl_flush_ui() , BEFORE and AFTER and the label does not change. How can i achieve that?

  

Cordial saludo: 

Luis Carlos Díaz Otero


________________________________

Hay 10 clases de personas en el mundo: las que saben de números binarios y las que no

________________________________

Asesoramos y acompañamos su presentación de tareas y trabajos de matemáticas:
http://www.facebook.com/pages/Asesorias-Matematicas/142808622433724?created

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.