J.M., IF you change your screen resolution from 800x600 to 1024x786, THEN, you also need to adjust the values of Row and Column of Menu Position under the properties of Pop-up Menus. Basically, you can enter a value in Row box if you want to specify on which row to display the pop-up menu. Same logic applies when you enter a value in Column box if you want to specify on which column to display the pop-up menu, all based on the current resolution of your screen. IF you are always consistent with the Form Resolution Guidelines, such as 800x600, THEN, try the following example: SET RBGSIZE CENTER CENTER 800 600 CLS EDIT USING FormName WHERE ... CAPTION ' ' NOHEADER IF you are always consistent with the Form Resolution Guidelines, such as 1024x768, THEN, try the following example: SET RBGSIZE CENTER CENTER 1024 768 CLS EDIT USING FormName WHERE ... CAPTION ' ' NOHEADER Have Fun! Very Best Regards, Razzak. At 05:10 AM 7/4/2001 -0400, you wrote: > >Hi all, > >In the Pop Up Menu of Form designer, there are 2 fields named Row and >Column. >Initial values are 0. >Those 2 fields can be set to fix the position where popup is supposed to >display. > >I have 2 questions about thoses fields : > >1) If they are set to a non zero value , do they represent the coodinnates >of the upper left conner of the popup menu ? >What happen is the screen resolution is changed (800x600 to 1024x768) ? > >2) What is supposed to hapen if they stay to the default values (0) ? >I have a form with 2 columns one upon and other, same size, same popup with >similar titles on the same table, both with defaults values. >The fisrt popup display near the center of the form, the second display on >the rigth side of the form .... ===================================-============================ R:BASE Developers's Conference: http://www.rbase.com/conference Official R:BASE List Server: mailto:[EMAIL PROTECTED] RBTI Events/Training: http://www.rbase2000.com/events R:DCC Members: http://www.rbase2000.com/rdcc ================================================================ R:BASE, Oterro & R:Tango are registered trademarks of RBTI. ==================================-=============================
