I've got multiple company-wide VFP apps that are located on network shares. To install the apps on users' desktops - in XP, I've made a start menu folder with shortcuts to each app in it, and it gets updated at each login on each desktop. This works great. Now, as we roll out Win 7 PC's - we...
I need to be able to reliably count the number of pages in multi-page PDF and TIFF files. What seemed like a trivial task is turning into something much more difficult. I saw a thread from a couple years ago here - but I need something for handling very large PDF files that can run all day long...
I wrote a VFP9 app that we use to install software on our network by launching external installers on from the network(ex: f:\setup\setup.exe). Now that we're switching everyone from Windows PowerUsers to Standard users - it runs the installers, but the installers fail. What I am doing now to...
FAQ184-4912 works great for me. EXCEPT that (1) of my XP users can't get it to work. No error message, the print screen function just doesn't work for him. Nobody else is having the problem, and there are roughly (20) others.
I made sure he had the latest gdi32.dll, 12/28/05, v5.1.2600.2818...
I've got Windows 2000 servers hosting shared project folders. The problem is that, from time-to-time, people will inadvertantly drag a folder to the adjacent folder - moving it and all it's gigabytes. It was an odd-event at first, but its becoming common... surprising how easy it is to do...
I'm using VFP7 SP1, and setting up an editbox with a vertical scrollbar. It works great on my dev machine - both in the dev environment and the runtime exe. But the scrollbox disappears when the runtime EXE is run on other PC's.
I found this problem in the archived "thread1254-1063226"...
I've assigned hotkeys to command buttons by using the Keypress method of the form as follows:
LPARAMETERS nKeyCode, nShiftAltCtrl
DO case
case nKeyCode == 28 && F1
thisform.btnAdd.Click()
case nKeyCode == -1 && F2
thisform.btnDel.Click()
case nKeyCode == -8 && F9...
I've got a (5) Windows 2000 servers in my 'mynet.local' network - I'll refer to them by number. (1&2) are DC's and are both newer fast high-use file servers. (3) is dedicated to a specific dept and is maintained by consultants - so it can't be tinkered with. Finally, (4&5) are older slower...
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.