RE: [NF] Nice little encryption (open source of course)

2007-09-25 Thread Dave Crozier
Eugene, I've been using Truecrypt now for about 6 months and it is excellent. The only drawback I have found is that you can't dynamically change the size of an encrypted volume, so you have to get it right first time. Also don't have the physical volume set with compression ON as truecrypt

RE: Date and time control

2007-09-25 Thread Allen
I used the MS date time picker control but added some right click menus to allow easy picking of the hour and minute. There are some controls out there written in fox that almost mimic the ocx control. Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [NF] I need advice for an office color printer

2007-09-25 Thread Peter Hart
Hi, I sell and repair laser printers. My customers speak very highly of Konica Minolta and OKI and not quite so highly of Kyocera. I sell Kyocera were cost of consumables is the most important consideration. I stopped selling HP some time ago as their support services deteriorated and the cost

Re: [OT] Question for the economists

2007-09-25 Thread Charlie Coleman
Jumping in the middle here. At 04:05 PM 9/24/2007 -0500, Leland F. Jackson, CPA wrote: For income tax purposes a corporation is consider a person, much like you and I. Some corporations can elect to be tax under the IRS rules No, you have it backwards. Actually, what the Gov has done is

Date and Time Picker

2007-09-25 Thread David Boatright
Paul NewtonNo givers then g Oh well I've cobbled something together which is 12/24 aware and which optionally allows display/entry of seconds. You can TAB between H - M - (S) and AM/PM. H, M, S and AM/PM are all reasonably intelligent. It uses a spinner to change any/each of the four possible

Re: [OT] Question for the economists

2007-09-25 Thread Leland F. Jackson, CPA
Charlie Coleman wrote: Jumping in the middle here. At 04:05 PM 9/24/2007 -0500, Leland F. Jackson, CPA wrote: For income tax purposes a corporation is consider a person, much like you and I. Some corporations can elect to be tax under the IRS rules No, you have it backwards.

[OT] Question for the economists

2007-09-25 Thread richmondeagle
For income tax purposes a corporation is consider a person, much like you and I. As viewed by the government... etc. However, corps get their money from the products/services they sell. If their expenses go up, generally the prices do, moderated by supply and demand, so the consumer pays

Re: [NF] I need advice for an office color printer

2007-09-25 Thread Garry Bettle
On 9/25/07, Michael Madigan wrote: Does anyone have any suggestions (from personal experience) for a decent color printer, so they can print out flyers and Multiple Listing Service printouts? It doesn't have to be photo quality, but it should be able to print fairly quickly and have

Re: [OT] Question for the economists

2007-09-25 Thread Leland F. Jackson, CPA
The corporate tax rate schedule is applied to income before taxes, and as a percentage of net income before taxes. This kind of makes income tax expense a special kind of expense. Consider for example, if regular expenses go up in relation to sales, the reduce income would cause income taxes

How do I use a class defined in a .prg in a project

2007-09-25 Thread Joe Yoder
Classes and objects are new to me so forgive me for asking beginner questions. Feel free to point me to the appropriate point in the help system if that is what I need. One of the problems I have as a newbe is knowing the proper terms to use - this makes finding help more difficult. I have

re: Pinging from VFP suggestions?

2007-09-25 Thread Joe Yoder
Thanks for the link Garry. The only problem with using PingPlotter is that doing so takes away the need for me to master the VFP techniques to roll my own. Seriously - I will attempt the alignment with PingPlotter and continue my learning VFP as time permits. - Joe On Tuesday, September 25,

DBFs disappearing when PACKing

2007-09-25 Thread John J. Mihaljevic
Hi all, I'm using a DBF in VFP9 on a machine with Vista Business: USE parts ORDER 1 EXCL When I issue the PACK command, I get a window that reads: File f:\prices9\parts.dbf does not exist. And when I go to use the file again (or to simply browse for it in Windows), it's gone.

RE: DBFs disappearing when PACKing

2007-09-25 Thread Graham Brown \(CompSYS\)
Is there a tbk with the same name? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John J. Mihaljevic Sent: 25 September 2007 16:45 To: profox@leafe.com Subject: DBFs disappearing when PACKing Hi all, I'm using a DBF in VFP9 on a machine with Vista

RE: DBFs disappearing when PACKing

2007-09-25 Thread John J. Mihaljevic
There is not. Just a DBF, CDX and BAK (as well as an SCT and SCX for a form). -Original Message- From: [EMAIL PROTECTED] [mailto:profoxtech- [EMAIL PROTECTED] On Behalf Of Graham Brown (CompSYS) Sent: Tuesday, September 25, 2007 1:14 PM To: [EMAIL PROTECTED] Subject: RE: DBFs

Re: How do I use a class defined in a .prg in a project

2007-09-25 Thread Vince Teachout
Joe Yoder wrote: I have a code example from News2News.com that allows me to ping from VFP. I need to include this code in a project where I use the graphical design tools. Do I need to convert the [class in a .prg] to a visual class and put it into a library? If so - how do I do that?

RE: How do I use a class defined in a .prg in a project

2007-09-25 Thread Dave Crozier
Joe, You can simply include your class in a .prg e.g Classes.prg and include it in the project (or not if you want to dynamically change it). To add the class definitions into the code which VFP searches for the definition do: set procedure to classes additive The additive clause ensures that

RE: DBFs disappearing when PACKing

2007-09-25 Thread Dave Crozier
John, Have you got set safety off? Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John J. Mihaljevic Sent: 25 September 2007 16:52 To: profox@leafe.com Subject: RE: DBFs disappearing when PACKing There is not. Just a DBF, CDX and BAK (as

Re: [OT] Question for the economists

2007-09-25 Thread Leland F. Jackson, CPA
Leland F. Jackson, CPA wrote: Charlie Coleman wrote: Jumping in the middle here. At 04:05 PM 9/24/2007 -0500, Leland F. Jackson, CPA wrote: For income tax purposes a corporation is consider a person, much like you and I. Some corporations can elect to be tax under the IRS

RE: DBFs disappearing when PACKing

2007-09-25 Thread Graham Brown \(CompSYS\)
it's gone. The CDX is still there, but the DBF is gone. Sorry didn't make clear, is there a parts.tbk instead of the dbf when it vanishes? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John J. Mihaljevic Sent: 25 September 2007 16:52 To:

RE: DBFs disappearing when PACKing

2007-09-25 Thread John Weller
A WAG - is the index corrupt? Does this happen with other DBFs or just Parts? John Weller 01380 723235 07976 393631 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John J. Mihaljevic Sent: 25 September 2007 16:45 To: [EMAIL PROTECTED] Subject: DBFs

Re: DBFs disappearing when PACKing

2007-09-25 Thread Mike yearwood
Hi John I've seen that before. I think it was back in VFP5. Only happened if I opened the file with UNC USE \\SERVER\PATH\file.dbf I reported it and it was fixed in the next version/sp of VFP 3. Message: 3 Date: Tue, 25 Sep 2007 11:44:42 -0400 From: John J. Mihaljevic [EMAIL PROTECTED]

Re: DBFs disappearing when PACKing

2007-09-25 Thread Paul McNett
John J. Mihaljevic wrote: Hi all, I'm using a DBF in VFP9 on a machine with Vista Business: USE parts ORDER 1 EXCL When I issue the PACK command, I get a window that reads: File f:\prices9\parts.dbf does not exist. And when I go to use the file again (or to simply

Re: DBFs disappearing when PACKing

2007-09-25 Thread Peter Cushing
John J. Mihaljevic wrote: Hi all, I'm using a DBF in VFP9 on a machine with Vista Business: USE parts ORDER 1 EXCL When I issue the PACK command, I get a window that reads: File f:\prices9\parts.dbf does not exist. And when I go to use the file again (or to simply browse for

Re: DBFs disappearing when PACKing

2007-09-25 Thread Vince Teachout
Date: Tue, 25 Sep 2007 11:44:42 -0400 From: John J. Mihaljevic [EMAIL PROTECTED] Subject: DBFs disappearing when PACKing I'm using a DBF in VFP9 on a machine with Vista Business: USE parts ORDER 1 EXCL When I issue the PACK command, I get a window that reads: File

[NF] How to Open CAB File

2007-09-25 Thread Charles Hart Enzer, M.D.
I want to install WinDiff from the Folder [c:\SWTOOLS] What are the steps/ Thank you. -- Charles Hart Enzer, M.D. -- Past President Child and Adolescent Psychiatry Council of Cincinnati and Dayton Mailto:[EMAIL PROTECTED] Website: http://capccd.org

RE: DBFs disappearing when PACKing

2007-09-25 Thread Graham Brown \(CompSYS\)
When a table is packed doesn't it copy to a temp name either a tbk or bak or something like delete then copy back the other way. I have a dim distant recollection that an IT guy I used to work with created this problem with a rights problem. Certainly running local should prove this. Also when I

RE: [NF] How to Open CAB File

2007-09-25 Thread Graham Brown \(CompSYS\)
Quick google search from annoyances.org! Using .CAB Files Intended For Windows 98 Windows 95 When using a complex operating system with hundreds of support files, like Windows, every once in a while you'll need to get one of the files off of the distribution diskettes. These files are often

RE: DBFs disappearing when PACKing

2007-09-25 Thread Rick Schummer
Virtualization (copied to another directory)? Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John J. Mihaljevic Sent: Tuesday, September 25, 2007 11:45 AM

RE: DBFs disappearing when PACKing

2007-09-25 Thread John Weller
The sequence is that a copy of the dbf is made with a temporary file name, probably without an extension, and possibly in memory if there is sufficient. The undeleted records are then copied across to the temporary file and the original deleted. The temporary file is then re-named to the

RIGHT JOIN syntax (kinda long)

2007-09-25 Thread Matthew Jarvis
Even though I'm doing all this in PostgreSQL I would think it applies to VFP as well. I'm not used to doing RIGHT JOIN's i.e. including everything in the right-side table regardless of matches in the left-side table. Basically I want to build a list of all my sales reps and tally up their

Re: Reading Data From Serial Port

2007-09-25 Thread GN
Hi Gianni As soon as I have some thing to share I will do. G.Nanda On 9/25/07, Gianni Turri [EMAIL PROTECTED] wrote: On Tue, 18 Sep 2007 18:37:28 +0530, GN [EMAIL PROTECTED] wrote: On 9/18/07, Dave Crozier [EMAIL PROTECTED] wrote: G, I've not forgotten and I'll email you direct or

RE: DBFs disappearing when PACKing

2007-09-25 Thread John J. Mihaljevic
Thanks for all the suggestions, everyone. I'm still looking into this and will check out everything everyone has said. I'll get back to you with a solution when (if) I find one. I'm also suspecting there's something wrong with our network configuration. We recently got Server 2003 installed,

Re: Date and time control

2007-09-25 Thread Paul Newton
Allen wrote: I used the MS date time picker control but added some right click menus to allow easy picking of the hour and minute. Would you care to share that, Allen ? Paul Newton There are some controls out there written in fox that almost mimic the ocx control. Allen -Original

Re: [NF] I need advice for an office color printer

2007-09-25 Thread Paul Newton
Michael My advice would be to get them, and everybody else over there, to standardize on A4 g Paul Michael Madigan wrote: I have a real estate office that wants to put in a new printer. They're currently using an old DeskJet 722 which is too slow now. Does anyone have any suggestions

Re: Date and Time Picker

2007-09-25 Thread Paul Newton
Thanks David AND .T. Paul Newton David Boatright wrote: Paul NewtonNo givers then g Oh well I've cobbled something together which is 12/24 aware and which optionally allows display/entry of seconds. You can TAB between H - M - (S) and AM/PM. H, M, S and AM/PM are all reasonably

[OT] Question for the economists

2007-09-25 Thread richmondeagle
The corporate tax rate schedule is applied to income before taxes, and as a percentage of net income before taxes. This kind of makes income tax expense a special kind of expense. Consider for example, if regular expenses go up in relation to sales, the reduce income would cause income taxes

RE: DBFs disappearing when PACKing

2007-09-25 Thread Allen
Check the hard drive for cache on and turn it off I think. Otherwise it’s a rights issue maybe. Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John J. Mihaljevic Sent: 25 September 2007 17:52 To: [EMAIL PROTECTED] Subject: RE: DBFs disappearing

Status bar control

2007-09-25 Thread Paul Newton
Hi all I have just been looking at Carlos Alloatti's ctl32_statusbar and the blurb says: This class provides a Status Bar control that can be used to replace the native VFP9 Status Bar. If you use a top level form as your program's main form, you can also use this status bar in your top level

RE: Problem with fll

2007-09-25 Thread Peter Hart
Hi All I am having a senior moment (I know only one?). I have been through the External function before but for the life of me can't remember how and where to use it. I have a form which creates an Excel file and then prints it to a PDF using PdfCreator. The code for reference is: pdfjob =

RE: DBFs disappearing when PACKing

2007-09-25 Thread Tracy Pearson
I recently had several clients running an anti-virus called BitDefender which caused this problem. I now pack the files manually with zap and append commands. XP, Vista, Local, or Network didn't matter. The common factor was BitDefender. Tracy -Original Message- From: John J. Mihaljevic

RE: Status bar control

2007-09-25 Thread Rick Schummer
The ctl32_StatusBar comes with samples on the VFP _screen, and one for forms (I think top level and regular). I am definitely using it on forms that are not top-level. Rick Strahl has a good status bar control, but it is not as nice as Carlos' control IMO. Rick White Light Computing, Inc.

Re: [NF] I need advice for an office color printer

2007-09-25 Thread kam
We have a Brother ink jet that has does a good job and has reasonably priced consumables (for an ink jet - stay away from cannon and epson). We have several Brother printers and faxes and multifunction machines. All are good. We think Brother is the best of all printers we have tried. We have

RE: Date and time control

2007-09-25 Thread Allen
First I have a container class with a time picker ocx or two on it. In the ocx mousedown I have the following *** ActiveX Control Event *** LPARAMETERS button, shift, x, y this.Parent.isright = (button = 2) this.Parent.mouseleft = x In the click event *** ActiveX Control Event *** IF

Re: [NF] How to Open CAB File

2007-09-25 Thread Dan Olsson
At 2007-09-25 18:29, you wrote: I want to install WinDiff from the Folder [c:\SWTOOLS] What are the steps/ Use Total Commander http://www.ghisler.com instead of Explorer (that makes you more productive anyway) Then you can enter CAB and other compressed files (zip, iso etc) just as if they were

Re: RIGHT JOIN syntax (kinda long)

2007-09-25 Thread Roger Bournival
Try this : SELECT r2.rep,o.salesrepid,o.orderid ; FROM orders as o RIGHT JOIN temp_replist as r2 ON o.salesrepid = r2.salesrepid ; WHERE (ALLTRIM(o.orderdate) = 09/25/2007 OR ISNULL(o.orderdate)) and (ALLTRIM(o.quote) = F OR ISNULL(o.quote)) and (ALLTRIM(o.custid) 2268 OR ISNULL(o.custid)) The

COPY TO ... DELIMITED WITH ; ???

2007-09-25 Thread Ailsom F. Heringer \(Osklen\)
Foxers, When I use COPY TO text.txt DELIMITED WITH ; The file created has a “;” between all fields, but not at the end of the line (after the last field). Is there a way to put a “;” at the end of the line using COPY TO ? -- Aílsom F. Heringer [EMAIL PROTECTED] Skype: ailsom.osklen

Easy way create cursor from object?

2007-09-25 Thread Michael J. Babcock, MCP
Is there an easy way to create a cursor from an object? I'm creating a report that does several calculations and I was storing the values into properties of the object (for easier testing/debugging). It'd be nice to create a free table or cursor from this object afterwards. The alternative is

Re: Easy way create cursor from object?

2007-09-25 Thread Paul McNett
Michael J. Babcock, MCP wrote: Is there an easy way to create a cursor from an object? I'm creating a report that does several calculations and I was storing the values into properties of the object (for easier testing/debugging). It'd be nice to create a free table or cursor from this

RE: COPY TO ... DELIMITED WITH ; ???

2007-09-25 Thread John Harvey
Since Fox sees ; as a line continuation, that might be a problem. Try using the pipe symbol instead - | JH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ailsom F. Heringer (Osklen) Sent: Tuesday, September 25, 2007 2:50 PM To: profox@leafe.com Subject:

Re: Easy way create cursor from object?

2007-09-25 Thread Michael J. Babcock, MCP
Paul McNett wrote: Michael J. Babcock, MCP wrote: Is there an easy way to create a cursor from an object? I'm creating a report that does several calculations and I was storing the values into properties of the object (for easier testing/debugging). It'd be nice to create a free table or

RE: COPY TO ... DELIMITED WITH ; ???

2007-09-25 Thread Tracy Pearson
You might try adding an additional field c(1) and leave it blank to the end. I think you can create a cursor with a field c(1), append blank, then with the FIELDS include that cursor. I've not tried it recently, Tracy -Original Message- From: Ailsom F. Heringer (Osklen) Sent: Tuesday,

Re: Status bar control

2007-09-25 Thread Paul Newton
Rick Thanks for the reply - I'll look more into ctl32 and your namesake's offering ! Paul Newton Rick Schummer wrote: The ctl32_StatusBar comes with samples on the VFP _screen, and one for forms (I think top level and regular). I am definitely using it on forms that are not top-level.

Re: Date and time control

2007-09-25 Thread Paul Newton
Thanks Allen Paul Allen wrote: First I have a container class with a time picker ocx or two on it. In the ocx mousedown I have the following *** ActiveX Control Event *** LPARAMETERS button, shift, x, y this.Parent.isright = (button = 2) this.Parent.mouseleft = x In the click event

Re: [NF] How to Open CAB File

2007-09-25 Thread Paul Newton
Dan Olsson wrote: At 2007-09-25 18:29, you wrote: I want to install WinDiff from the Folder [c:\SWTOOLS] What are the steps/ Use Total Commander http://www.ghisler.com instead of Explorer (that makes you more productive anyway) Then you can enter CAB and other compressed files

Getting Intellisense to recognize THIS in class design

2007-09-25 Thread Michael J. Babcock, MCP
VFP9SP1 I'm designing a class and I want Intellisense to recognize the custom properties I've assigned to this custom class. I thought I saw a cool trick at FoxForward on how to do that (Alan?) but I can't recall it now, and my FF notes are not available until this weekend. Any ideas? I had

RE: Status bar control

2007-09-25 Thread Max Chan
Hello, Rick but it is not as nice as Carlos' control IMO. have u try Carlos' control IMO, and does it work in non-top level form ? is it free ? Max -Original Message- From: Rick Schummer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 2:39 AM To: profox@leafe.com

RE: Getting Intellisense to recognize THIS in class design

2007-09-25 Thread Tracy Pearson
In a PRG based class, at the top of each Procedure you need a code similar to #IF .F. LOCAL THIS as classname OF WONTOP() #ENDIF Then compile the PRG once. Should work from that point on. Tracy -Original Message- From: Michael J. Babcock, MCP Sent: Tuesday,

OLE Array property error

2007-09-25 Thread Tracy Pearson
I'm working with IMAPI-v2 and having a problem with setting a property as an array. http://msdn2.microsoft.com/en-us/library/aa366454.aspx It's a Windows API for burning CD's and DVD's. Ships with Vista and is a KB (KB932716) download for XP. Anyone know how to keep VFP from changing the type,

Re: Easy way create cursor from object?

2007-09-25 Thread Paul McNett
Michael J. Babcock, MCP wrote: Paul McNett wrote: Michael J. Babcock, MCP wrote: Is there an easy way to create a cursor from an object? I'm creating a report that does several calculations and I was storing the values into properties of the object (for easier testing/debugging). It'd be

Re: [NF] How to Open CAB File

2007-09-25 Thread Dan Olsson
At 2007-09-25 23:56, Paul Newton wrote: Dan Olsson wrote: Use Total Commander http://www.ghisler.com instead of Explorer (that makes you more productive anyway) Then you can enter CAB and other compressed files (zip, iso etc) just as if they were directories. You could also look at

[OT] Instant Brit justice

2007-09-25 Thread Pete Theisen
Hi Everybody! http://ap.google.com/article/ALeqM5jtl6oDkBTFJEaZlwGPCrgNVUlRXw What is the British speed limit, anyway, 100 kmh or so? -- Regards, Pete http://www.pete-theisen.com/ ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: [OT] Instant Brit justice

2007-09-25 Thread Jean Laeremans
On 9/26/07, Pete Theisen [EMAIL PROTECTED] wrote: Hi Everybody! http://ap.google.com/article/ALeqM5jtl6oDkBTFJEaZlwGPCrgNVUlRXw What is the British speed limit, anyway, 100 kmh or so? 110 kmh as far as i know but i have to say i still have to see the 1st Brit sticking to it s A+ jml

Re: [OT] Instant Brit justice

2007-09-25 Thread Pete Theisen
On Tuesday 25 September 2007 18:13, Jean Laeremans wrote: On 9/26/07, Pete Theisen [EMAIL PROTECTED] wrote: Hi Everybody! http://ap.google.com/article/ALeqM5jtl6oDkBTFJEaZlwGPCrgNVUlRXw What is the British speed limit, anyway, 100 kmh or so? 110 kmh as far as i know but i have to say

Re: [NF] How to Open CAB File

2007-09-25 Thread Man-wai Chang
Charles Hart Enzer, M.D. wrote: I want to install WinDiff from the Folder [c:\SWTOOLS] What are the steps/ http://www.7-zip.org -- @~@http://changmw.homeip.net / v \ May the Force and Farce be with you! Linux 2.6.22.8 /( _ )\ (Xubuntu 7.04) 09:30:01 up 12:20 0 users ^ ^

Re: [NF] I need advice for an office color printer

2007-09-25 Thread Michael Madigan
A4 is for Communists! LOL --- Paul Newton [EMAIL PROTECTED] wrote: Michael My advice would be to get them, and everybody else over there, to standardize on A4 g Paul Michael Madigan wrote: I have a real estate office that wants to put in a new printer. They're currently using

Re: [NF] I need advice for an office color printer

2007-09-25 Thread Pete Theisen
On Tuesday 25 September 2007 21:55, Michael Madigan wrote: Hi Michael! Open Office defaults to A4, no power on earth can change it as far as I can see. Have to override the default for each page. Yes, they are indeed Communists. Let's send a virus over to hack them all to 8 1/2 x 11. A4 is

Re: [NF] I need advice for an office color printer

2007-09-25 Thread Paul McNett
Pete Theisen wrote: Open Office defaults to A4, no power on earth can change it as far as I can see. Have to override the default for each page. Are you using an ancient version or something? Current OpenOffice is 2.3, and none of my users have complained about the paper size being wrong,

RE: Status bar control

2007-09-25 Thread Rick Schummer
Yes I have tried it. I already mentioned it works, and there are examples in the *free* download from VFPX. http://www.codeplex.com/Wiki/View.aspx?ProjectName=VFPX Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com -Original Message-

Re: Easy way create cursor from object?

2007-09-25 Thread MB Software Solutions
Paul McNett wrote: I think either I misstated my question or you misunderstood...probably the former! gI know about SCATTER...I use it regularly. What I want is No, it was me being dense... something of the REVERSE where I take an object and create a cursor ON THE FLY with

Re: [NF] I need advice for an office color printer

2007-09-25 Thread Pete Theisen
On Tuesday 25 September 2007 22:15, Paul McNett wrote: Pete Theisen wrote: Open Office defaults to A4, no power on earth can change it as far as I can see. Have to override the default for each page. Are you using an ancient version or something? Current OpenOffice is 2.3, and none of my

RE: [OT] Instant Brit justice

2007-09-25 Thread Adam Buckland
On a motorway (Think I5 etc) the speed limit is 70MPH (yes miles per hour not KM - They invented the measure after all!). He was done on a dual carriageway which whilst having the same speed limit is a smaller road but with each side separated from one another. The police have to allow a 10%

Re: [OT] Instant Brit justice

2007-09-25 Thread Pete Theisen
On Wednesday 26 September 2007 00:16, Adam Buckland wrote: On a motorway (Think I5 etc) the speed limit is 70MPH (yes miles per hour not KM - They invented the measure after all!). snips The police have to allow a 10% leeway Standard fine is £60 3 points (which IIRC last 4 years on your