partner.googleadservice.com has been freezing my computer for years and I have been UNABLE to find a way to prevent it. I even started a thread (http://www.tek-tips.com/viewthread.cfm?qid=1755445) for help, but nothing has changed since then.
Now I need to change some things in my profile on...
I have a strange problem that is driving me nuts.
The program has been working well for years and continues to work well. However, if I rebuild the APP, one of the screens called by the APP throws a "Position is off the screen." error EVEN IF NO CHANGES ARE MADE TO THE SCREEN.
When I compare...
How do I block or remove "partners.googleadservices.com" from webpages that I am viewing? Is it possible to block them from downloading anything onto my computer?
Any page that contains a link to that site FREEZES my computer forever with 100% CPU usage. I even tested it once. 48 hours later...
One of my tables which I have been successfully PACKing for over 10 years is now refusing to PACK. When I run the following code, either in the COMMAND window, or in a program, I get the error message, "File already exists."
CLOSE DATA
USE partinfo EXCLUSIVELY
PACK <<< I get the error on this...
I clicked the update button in my FF browser to update FF. A later version of FF started downloading.
Now, ONE WEEK later FF is STILL downloading!
I have tried to stop the download, but to no avail. There is no cancel button of any type that will stop the download. Closing the download...
I notice that this forum has been dead for almost a year.
Today I was thinking (yeah, I know, DANGEROUS) about a simple test that could be given to prospective coders to determine how well they can visualize and code on the fly. The following is what I think would separate real coders from the...
Recently while using FoxPro, my numeric keypad quit working. All keys on the main keyboard, including the number keys, continued working as normal while using FoxPro.
The thing that drove me crazy for two days is that the keypad would work normally in all programs EXCEPT FOXPRO. In FP, the...
First, I am new to CSS, so any links and/or explanations must be simple for simple-minded people like me. I have searched W3C, and although they do explain class selectors, they do not come close to answering my questions. So far, I have not found anyplace else that does.
In the code below...
I RECALLed the deleted records in table #1 in error. Now I want to DELETE those records and am at a loss at how to structure the DELETE.
Within table #1 there is no commonality distinguishing the valid records from the invalid records.
However, every invalid record in table #1 has a part...
I have searched the forum list and have not found the correct forum for the problem I am having. Are there any forums for PDF? Or Excel? I can't find any in the forum list.
I am getting about 5 PDF files per month containing tables with about 3500 rows that I need to port to Excel, but I have...
I recently networked two Macs together and can now access and change any file on either machine from either machine. But so far I have not found a way for FP to find the files on the other machine.
I believe I know that I must use a path form something like <target machine name><target machine...
For some reason Javascript is not working.
I have verified that Javascript is turned on in Tools > Options > Content.
Is there any other location in FF that controls whether JS is on or off? Or is this a Windows issue? If so, where do I look?
Until recently everything worked fine. I have...
[ ]
System: Microsoft Windows XP, Professional, Version 2002, Service Pack 3
I need to install Java on this machine. According to the Java site (Oracle now), Java requires IE in order to install Java. So, I installed IE8.
However, I am unable to connect to the internet with IE8 and...
I have been running Safari on Leopard for years without a problem.
Suddenly last night it started crashing. It crashes anywhere from 10 to 30 minutes after connecting to the internet. It does not matter which website I am on. It even crashes if I am on a blank page.
Mac OS and other...
[ ]
Friday we were using an Excel file on a G3 MAC OS 9.2 and everything was working fine just as it had worked for years.
Today, I double-clicked on the file to open it as I usually do and all that happened is that Excel loaded, but the file did not load. I spent an hour trying various...
[ ]
I have the following bit of cut & pasted code I am using. It works well. However to my way of thinking it is convoluted. Is there a better way of doing this?
IF ALLTRIM(m.tablename) $ z
ELSE
DELETE TAG ALL
z = z + ALLTRIM(m.tablename) + ','
ENDIF
I know that I could do...
[ ]
Yesterday I got a call from Andy (fake name to protect the poor dude) that went something like this. This is only part of the conversation that went on for about 15 minutes or so.
Me: Transmission Supply. How may I help you?
Andy: Can I speak with the owner or manager please?
Me: For...
[ ]
Can anyone tell me what is going wrong here?
SELECT mytable
SET FILTER TO myfilter
GO 2
z = 2
SELECT mytable
SET FILTER TO myfilter
GO z
Both of the above work fine.
NONE of the following work.
SELECT mytable
SET FILTER TO myfilter
GO TOP
SELECT mytable
SET FILTER TO...
[ ]
This returns "undefined" in FireFox and "Blah blah blah." in Netscape and Internet Explorer:
var closed = new Array(1);
closed[1] = "Blah blah blah.";
document.write(closed[1]);
This returns "Blah blah blah." in all three browsers:
var klosed = new Array(1);
klosed[1] = "Blah...
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.