Show Popup problem

GCC Consulting gccconsulting at comcast.net
Fri Mar 23 14:05:37 PDT 2007


 

> -----Original Message-----
> From: 
> filepro-list-bounces+gccconsulting=comcast.net at lists.celestial
> .com 
> [mailto:filepro-list-bounces+gccconsulting=comcast.net at lists.c
> elestial.com] On Behalf Of Scott Walker
> Sent: Friday, March 23, 2007 4:49 PM
> To: Filepro_List
> Subject: RE: Show Popup problem
> 
> John,
> 
> Video sync fixes the problem.  Thanks for your answer.
> 
> Why do you need the video sync after a "show popup" when you 
> don't need it with plain old "show".
> 
> A related question:
> 
> 	When would you use the msgbox command as opposed to 
> the show popup command.  I can't sort out in my head what 
> each is intended to do that the other does not do.
> 

Scott,

As John said in his answer to you, filePro may not have thought that the
screen needed to be refreshed after your show popup.

Show does not require a screen refresh to display.

As for msgbox, it displays a message and stops processing until a key is
pressed.  You might use a message box if incorrect data is entered in to
field such as msgbox "You have entered a Phone # in the address
field";SCREEN  ,5.  Msgbox may also accept key stokes in answer to the
message. Also, once the message box has been answered, it closes.  SHOW
popup will stay up until processing hits a CLEARS to take down the popup.

Richard Kreiss
GCC Consulting
 


> 
> 
> Scott
> 
> 
> Scott Walker
> RAM Systems Corp.
> ScottWalker at RAMSystemsCorp.com
> Ph: (704) 896-6549
> Fx: (704) 896-7458
> 
> 
> -----Original Message-----
> From: filepro-list-bounces+scottw1=alltel.net at lists.celestial.com
> [mailto:filepro-list-bounces+scottw1=alltel.net at lists.celestia
> l.com] On Behalf Of John Esak
> Sent: Friday, March 23, 2007 4:13 PM
> To: Filepro-List at Lists. Celestial. Com
> Subject: RE: Show Popup problem
> 
> You may need to do a "video sync" after the SHOW POPUP  
> depending on what happens next, filePro may think the 
> processing is over and it doesn't need to update the screen, 
> or something like that... :-)
> 
> JE
> 
> > -----Original Message-----
> > From: filepro-list-bounces+john=valar.com at lists.celestial.com
> > [mailto:filepro-list-bounces+john=valar.com at lists.celestial.com]On
> > Behalf Of Scott Walker
> > Sent: Friday, March 23, 2007 3:07 PM
> > To: Filepro_List
> > Subject: Show Popup problem
> >
> >
> > When I start a particular part of my posting routine, I hit 
> this line
> of
> > code:
> >
> > If:
> > Then:	show popup "Copying Attached Files From Quote 
> To Order...Stand
> > By"
> >
> >
> > It never is shown on screen!
> >
> > If I simply change it to use "show" instead of show popup, it is 
> > displayed at the bottom of the screen as expected.  Am I missing 
> > something simple about "show popup"?
> >
> > Regards
> >
> > Scott
> >
> > Scott Walker
> > RAM Systems Corp.
> > ScottWalker at RAMSystemsCorp.com
> > Ph: (704) 896-6549
> > Fx: (704) 896-7458
> >
> >
> >
> >
> > _______________________________________________
> > Filepro-list mailing list
> > Filepro-list at lists.celestial.com
> > http://mailman.celestial.com/mailman/listinfo/filepro-list
> 
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> 
> 
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> 




More information about the Filepro-list mailing list