Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Icons
Message
From
14/10/2005 12:15:48
 
 
To
14/10/2005 10:45:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Icons
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01059033
Message ID:
01059185
Views:
9
>>I have in the past always included icons and bitmaps required by my app in the project and hence in the exe file itself. Now I am thinking of putting all required icons and bitmaps into a standalone dbf file. The purpose would be that each record in this file could contain a different set of icons and I could then change the appearance of the app depending on which record I choose to get the icons and bitmaps from.
>>
>>Is there any downside to this? Would there be a performance hit for getting the icons from this file rather than having them in the exe file? Would this be worse when running over a network?

>
>Not really. If you use BLOB fields to keep the binaries, and icons (ico, gif, etc) tend to be small and light anyway, would work very nicely and would allow you easy packaging of all your icon files, and even some security if you wanted to avoid a bunch of icon files in a Windows folder where anybody can get to them.

Hi Alex. Thanks for the feedback. Just to confirm - you recommend blob fields as the preferred field type for this?
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform