I've been storing image files to a memo field in a table. Now, in VFP 9, we have the blob field type so my question is - is there an advantage to now storing image files in a blob field and, if so, what are the differences?
TIA,
Cliff - - -
Insert
I use Insert quite a bit as I have apps that read txt files into a table where each line of text is a single record. There is no way to create an index key for something like this ( that I know of) and, at times, I need to insert a record at the correct physical place in the table...
Have searched the net trying to find a copy of the book 'Fundamentals: Building Visual Studio Apps on a Visual FoxPro 6.0 Foundation' to no avail. There electonic forms available but I would like to have the book. Not fussy about condition as long as I can read it. WOuld pay via Paypal
TIA...
I think I've solved this problem. At least this procedure is working for me now. I can now erase the temp font file.
*************************************************************
* adds/removes temp fonts
* found basis of code ( I have modified) at:
*...
I tried the above suggestion but still returns .f. (or 0 in the procedure). I did find this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_1m3p.asp
But again I'm not savy enough on api's to understand - -
CGP - - -
Thank you for your help but it doesn't seem to work. Always returns .f.. Maybe I'm doing something wrong - I just pass the full font name such as =RemoveSystemFont("easygo.tff") - is this correct?
As far as using RemoveFontResource API I haven't a clue on how to do it but would like to learn...
I am using the PROCEDURE InstallSystemFont() posted by agoeddeke on 21 Oct 04. It does exactly what I needed (thank you very much). Now I need a procedure that will do just the reverse - remove the font from AddFontResource from within VFP. I allow a user to view non-installed fonts and give...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.