Microsoft
Software
Hardware
Network
Question : How to install fonts in Windows 7, using VFP 9.0
I use the following code to copy a font, supplied with the application, to the users font folder.
IF !FILE(GETENV("SYSTEMROOT")
+"\FONTS" + '\USSBAR39.TTF')
COPY FILE USSBAR39.TTF TO GETENV("SYSTEMROOT")+"\FON
TS" + '\USSBAR39.TTF'
ENDIF
I have some users on Windows 7 who get an 1102 error, "Cannot create file". I believe this is due to Windows wanting confirmation before making changes to a system folder.
What, if any, is the way around this?
Thanks for any advice.
Michael
Answer : How to install fonts in Windows 7, using VFP 9.0
Sorry, typo when copying and pasting.
That should have been
For /F "tokens=1*" %a in ( 'FIND /i "L3= " C:\zzsticker.txt' ) do set L3=%b
Random Solutions
PHP.ini file 'display_errors' is set to Off but errors still appear on page?
DELL LATITUDE D610 80GIG STUCK IN BOOT LOOP
How to diagnose hard disk physical & logical errors ?
Win2000 Terminal Server and your terminal services client license will expire in x days
Submit a Form Without Refresh
ASP Connection String vs. Database Access DLL
SQL has slowed down after DPM agent install
populating select limited to one category and its subcategories
530 error bounced email when sending to any sbcglobal.net address from our sbs 2003 server. The ISP is sbcglobal DSL line.
No Networking Installed on Windows 2008 VM After Migrating From VMWARE Server to ESXi Server