Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Ivanq

  1. Ivanq

    Difference between blob and memo?

    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 - - -
  2. Ivanq

    Fun VFP quiz

    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...
  3. Ivanq

    Want to buy a used hard copy of Fundamentals

    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...
  4. Ivanq

    Reverse of PROCEDURE InstallSystemFont() (by agoeddeke) ????

    agoeddeke, thanks for all your help Cliff - - -
  5. Ivanq

    Reverse of PROCEDURE InstallSystemFont() (by agoeddeke) ????

    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: *...
  6. Ivanq

    Reverse of PROCEDURE InstallSystemFont() (by agoeddeke) ????

    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 - - -
  7. Ivanq

    Reverse of PROCEDURE InstallSystemFont() (by agoeddeke) ????

    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...
  8. Ivanq

    Reverse of PROCEDURE InstallSystemFont() (by agoeddeke) ????

    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...

Part and Inventory Search

Back
Top