How can I clear a MENU from the screen?

Nancy Palmquist nlp at vss3.com
Thu Nov 4 13:27:34 PST 2004


Robert wrote:

> I am having trouble clearing a menu from the screen if a show raw is the 
> action.
> If the action is a system or something then the menu clears but the show 
> raw keeps the remnants of the menu on the screen. control l clears it 
> but I need the program to clear it.
> Any suggestions?
> I am using a MENU so that the user can have a hot key to pop up the menu 
> and then key options to perform specific functions i.e. I want them to 
> be able to hit i1 to open a file (see below).
> The data in the show raw sends a message to Tiny Term emulator to run a 
> script function. The function executes and everything works except the 
> menu does not go away.
> Any help is appreciated.
> 
>   If:
>  Then: dim optmenu(3)
> ------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
>  If:
>  Then: optmenu("1")="Image Right Options";optmenu("2")="1:Open Current 
> File"
> ------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
>   If:
>  Then: menu optmenu opencur
> ------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
>   If:
>  Then: end
> ------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
> opencur If: 'open current file in IR
>  Then:
> ------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
>   If:
>  Then: show raw chr("27"){"&oFopen_file(\""{PolicyNumber{"\");"{chr("13")
> 10  -------   -
>    If:
>       Then: end
> 
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> 
> 

Try

cls("1","20");display screennumber

Does that work?

Or try

VIDEO SYNC

Nancy

-- 
Nancy Palmquist
Virtual Software Systems
PHONE: (412) 835-9417			Web site:  http://www.vss3.com



More information about the Filepro-list mailing list