Forum Discussion
Animated GIF
Grumpy2305 Sometimes the answer to a question is "Sure, why not?" But a better question might be "WHY?"
Where would you put this GIF? In a form? That's the logical place I guess. See if the image control will support the animated GIF format. I know you can insert GIFs into the image control.
The reason I question the reason is that Access tends to be oriented more towards business/work and less towards the kind of thing that I'd expect to see animated GIFs in. But I am curious how this would enhance the relational database application.
- Grumpy2305May 10, 2020Copper Contributor
George HepworthWhy not! I use my database for a business use and have been trying to enhance the look whilst in lockdown. Why not have an animated hourglass or scroll bar whilst waiting for something to happen like all apps and programs?
- George HepworthMay 10, 2020Steel Contributor
Grumpy2305 In the 25 plus years I spent as a consultant designing and building relational database applications with MS Access and MS SQL Server, I can't recall a client ever asking to put animated GIFs on forms they use in their business.
That said, you've refined the requirement to be a GIF that mimics the functionality of a progress bar or the Hourglass or "whirling circle" that means "Please wait while I finish this". In that context, I guess it would be useful.
Since you can load a GIF into an image control, though, I suspect you can do it with one that is animated. The problem then would be to show it only when appropriate. That could done in the event that launches your long-running procedure.
- George HepworthMay 10, 2020Steel Contributor
George Hepworth Sorry. I misspoke, to make the animated GIF move, you'll need to insert it into a Web Browser control on the form. In the standard image control, it would be static.