Skip to main content
1-Visitor
November 30, 2012
Question

Refresh generated text with ACL?

  • November 30, 2012
  • 3 replies
  • 936 views
Sometimes when I'm inserting elements using ACL, the gentext doesn't update until I manually click the Update GenText button. I didn't see an ACL command that does the same action as the button, but I'm sure there must be one.

Does anyone know how to do it?

Steve

    3 replies

    18-Opal
    November 30, 2012
    Hi Steve--



    ShowGentext should do the trick.



    --Clay





    Clay Helberg

    Senior Consultant

    TerraXML


    1-Visitor
    November 30, 2012
    Interesting Clay, I'll have to try that.

    We had some problems with refresh as well, so now I have a method that
    calls the following two:

    set gentextcurrent=off
    set gentext=on

    - keith


    1-Visitor
    November 30, 2012
    The following two may also "play" nice.

    Redisplay
    RevertStylesheet (an alias for the stylesheet_revert() function)