|
SnazzyLB template |
Top Previous Next |
|
PrintWindow can work with SnazzyLB template, however the enhancements made to the listbox by the SnazzyLB template cannot be printed as they are not standard Clarion controls but API calls. That means that you can print the window using SnazzyLB template, but the printout will be equal to the window without the SnazzyLB template. Also, the SnazzyLB template is deactivated by PrintWindow. You should repaint the window right after calling PrintWindow, you may use the "Just after call PrintWindow" embed point, where you insert the call to the repaint procedure specified in the SnazzyLB template. |