Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SHOW method ====== ==== Applies To ==== Special FX ==== Description ==== The SHOW method allows you to show a form along with a simple fading or sliding animation. This method takes a single parameter which specifies the type of animation to apply: ==== Usage ==== ==== Remarks ==== ^Effect Value^Description^ |-1 or null|Use the default effect value as set in the Form Designer| |0|No effect| |1|Fade effect (cannot be used with MDI Child forms)| |2|Slide Down| |3|Slide Up| |4|Slide Right| |5|Slide Left| |6|Slide Down and Right| |7|Slide Down and Left| |8|Slide Up and Right| |9|Slide Up and Left| ==== Example ==== <code> exec_Method( @window, "SHOW", 3 ); Slide open from bottom to top </code> guides/programming/programmers_reference_manual/show.txt Last modified: 2024/06/19 20:20by 127.0.0.1