Bob:  I haven't used animated gifs in forms yet, so I can't answer your 
question.

But I do use them in pause messages, so you could display that before the 
project and then do a cls.  If you haven't done those yet, here's the syntax:

PAUSE 2 USING 'Under Construction!' CAPTION .vCaption +
  OPTION MESSAGE_FONT_SIZE 11 | ICON_FILE dancing.gif


Karen
 
> I have not used animated gifs much in the past, but just placed one on a 
> form.
>  I have an EEP that  projects a temp table from an ODBC table that takes 
> 30-40
>  seconds to complete.  I wanted a visual queue to the user that processing 
> was indeed taking
>  place, so I displayed a text message and placed the animated gif beside it.
>   
>  Property Gif001 visible 'TRUE'
>  Property Gif001 refresh 'TRUE'
>   
>  Project temp Table  .......
>   
>  Displays the gif object but it does not move (animate) until the PROJECT 
> operation completes.
>  Then it moves quite nicely.
>   
>  What is the correct process to give the user  a moving visual notice while 
> the PROJECT is occuring?
>   
>  Thanks,
>  -Bob
> 
   

Reply via email to