Normal Topic PopupSelectPosition() question (Read 305 times)
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
PopupSelectPosition() question
Dec 30th, 2007 at 6:54pm
Print Post Print Post  
Does PopupSelectPosition() work on @PromptForUserInput()

If yes, should it work when it is ran from a subform?


                             If   Prodid = "special" and  @isblank(product) Then

                             {
                             
                             PopupSelectPosition(3, 250, 150)
                             vSpecial = @PromptForUserInput("Enter Description for Special Item", "")      
                             vSpecialPrice = @PromptForUserInput("Enter Price for Special Item", "")      

It always pops up at same position no matter what numbers I use.

Thanks
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: PopupSelectPosition() question
Reply #1 - Dec 31st, 2007 at 4:03pm
Print Post Print Post  
Hello Robert,

PopupSelectPosition() only affects that following SBasic Commands

XUserSelect()
@XUserSelect()
XUserSelectR()
@XUserSelectR()
UserSelect()
@UserSelect()
@PopupMenu()
@PopupChoiceList()

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged