You can specify top and left:
CHOOSE vchoice  FROM #VALUES FOR Description FROM chart OPTION TOP 50 | LEFT 10




I haven't used this yet, but here's example code that I saved.  You can 
"pre-select" from a choose by either indicating the value itself or its numeric 
position:


CHOOSE vMenuPick  FROM #VALUES FOR MenuText  FROMAppMenuItems   OPTION  INITPOS 
2  (this is 0-baed) 

 CHOOSE vMenuPick  FROM #VALUES FOR MenuText  FROMAppMenuItems   OPTION  
INITVAL Customer




Karen



 

 

-----Original Message-----
From: Stuart Hellman <shell...@qmiusa.com>
To: rbase-l <rbase-l@googlegroups.com>
Sent: Fri, Aug 31, 2018 12:01 pm
Subject: [RBASE-L] - Positioning of popup menus



Greetings all,
 
When using a popup menu in RBase X, is there a way you can set the coordinates 
as to where the menu will display?  The list of choices is displaying right 
over the field I’m trying to populate. The popup menu shows up right in the 
middle of the form. I’ve tried an ‘ugly’ solution of moving the position of the 
form executing the popup off to the side, but there has got to be a better 
solution.
 
When doing a CHOOSE command, there is an option to set the TOP & LEFT 
coordinates. I was looking for a similar functionality for the popup menu.
 
 
Along the same line, is there a way to highlight an selection on the popup menu 
(again like the CHOOSE command)? This would be useful when setting default 
selections or when user goes back to edit a field, seeing what has been 
selected. 
 
 
Thank you in advance.
 
 
Stu Hellman


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to