| Thread | Last Post | Replies |
|
| random scrolling in word 2000 | 31 Dec 2007 16:28 GMT | 1 |
hi there.. using word 2000. accumulating large word files.. problem is: sometimes when i hit the page up (or down) button, the whole file starts scrolling madly and then everything freezes and the last 'save' i did is lost. any suggestions would be greatly appreciated..
|
| Failed to update Windows XP Home Edition 2002 Service Pack 2 | 31 Dec 2007 16:27 GMT | 1 |
Few days back I was advised by the HP support team to re-install Windows XP by using full PC Recovery loaded in HP Notebook against my complaint that the Internet connection to my system was getting lost frequently. They explained the problem as missing OS files.
|
| Path Command Q. | 31 Dec 2007 15:53 GMT | 1 |
How can you tell with a logical f/t if a path or folder exists? I use FILE() to tell if a file exisits. Is there something similar for a path? Happy New Year, Jonathan Morningstar
|
| M,I.5'Pers ecution , MI 5 are Afrai d to Admi t T heyre Behind th e Persecuti on | 31 Dec 2007 14:46 GMT | 1 |
MI5 are Afraid to Admit. They're Behind the Persecution MI5 have issued a formal denial of any involvement in my. life to the Security Service Tribunal, as you might expect them to;. but, more importantly, the persecutors have. never denied that theyre from the
|
| VFP 9 and Vista | 31 Dec 2007 12:11 GMT | 2 |
I had to buy a new computer with Vista on it not long ago and I upgraded to VFP 9.0 on that machine. I set beha to 8.0 on the Vista machine because of some problems. Anyway the rest of my machines are XP linked together with Linksys Router 10/100.
|
| Is there a way to simulate multi-threading? | 31 Dec 2007 11:06 GMT | 7 |
I wonder if a VFP application calls another VFP application to handle some processes, will that be a way to simulate multi-threading?
|
| VFP3 Insufficient Memory | 30 Dec 2007 18:15 GMT | 4 |
I just installed my old copy of VFP3 on another old computer, the original computer (Win98SE) was toasted. The install (from the original 1.44MB floppies) ran smoothly, but when I start VFP, the splash screen is instantly replaced with an error message, no error number, that ...
|
| Word Automation VISTA Problem | 30 Dec 2007 18:11 GMT | 2 |
I have been using the following to open a doc file in VFP 8: oWord = CREATEOBJECT("Word.Application") oDocument = oWord.Documents.OPEN(MYLOCATION+'\'+C_FILE_NUM+'.DOC') WITH oWord
|
| editbox + memofield | 30 Dec 2007 11:50 GMT | 2 |
On a form I have an editbox with a memofield as the ControlSource. Is there an EASY way to use Notepad as texteditor of that editbox? Some property like editbox.tedit = ??? Thanks
|
| handling fatal errors at run time | 30 Dec 2007 09:16 GMT | 5 |
So far, I have not gotten reports of FoxPro errors occurring in applications I've distributed. I've gotten plenty in development to be sure, but I haven't heard about those from users. Yet. When that happens, is there anything I can do to control the box that pops
|
| Administrator account problems | 29 Dec 2007 02:00 GMT | 1 |
I have a problem in windows XP Pro, when I try to delete/ad a program. The message that keeps comming up is: This action has been cancelled, due to restricted access. Contact administrator. My username is added under the administrator group.
|
| a simple bug | 28 Dec 2007 19:16 GMT | 16 |
x = "&&" gives "Command contains unrecognized phrase/keyword." x = "&" + "&" works ok.
|
| editbox interactivechange | 28 Dec 2007 00:17 GMT | 2 |
I have a simple form with two edit boxes. Both of their control sources are memo fields from the same cursor. Even without making any changes, just tabbing to the various controls on the form, Editbox2 fires interactivechange when it loses focus, but Editbox1
|
| FileToStr() & not enought memory... | 27 Dec 2007 21:25 GMT | 6 |
It seems that I've processed larger files than the one I'm testing this am -307947KB- but I'm consistently getting the not enough memory error. The task manager seem to show that there's plenty available... any tips?
|
| VFP BindEvent to an specific file operation? | 27 Dec 2007 14:57 GMT | 4 |
From my VFP application I need to detect when an specific file is being saved and closed. Does anybody knows how to do this? The file name could be C:\TEMP\MyFileName.txt Thanks!
|