Re: [NF] HTML as Uppercase vs. Lowercase

2012-01-20 Thread Jeff Johnson
On 01/19/2012 12:37 PM, Ted Roche wrote: > On Thu, Jan 19, 2012 at 1:56 PM, Kevin Cully > wrote: >> I love learning stuff. >> > Well, you picked the right field! I've spent a LOT of my time in the > last two years keeping up with what's happening in HTML5 and CSS3. Web > design is getting so muc

RE: Data not updating

2012-01-20 Thread Kent Belan
Hello Frank, I turned off disk write cache on my hard drive and rebooted. My computer is much slower, but unfortunatly this did not help. I thought I had it fixed when I added code to move the record pointer to a different record. That does work for the most part, but still having some fields

Re: [NF] HTML as Uppercase vs. Lowercase (was Re: [NF] Wordpress / CSS Problem [SOLVED])

2012-01-20 Thread Kevin Cully
I don't know if the results of this article are true or not, but here's what I found when Googling: http://www.websiteoptimization.com/speed/tweak/lowercase/ On 01/19/2012 05:58 PM, MB Software Solutions, LLC wrote: > Aaah...now THAT makes sense! hahaha > > ___

Re: [OT] Economic Jihad

2012-01-20 Thread Stephen Russell
On Thu, Jan 19, 2012 at 7:25 PM, Pete Theisen wrote: > Hi Everybody, > > http://www.theblaze.com/stories/economic-terrorism-was-the-2008-collapse-intentional/comment-page-2/?corder=desc#comments > -- - A bunch of greedy bastards across the world stopped protecting their investment

Re: [NF] HTML as Uppercase vs. Lowercase (was Re: [NF] Wordpress / CSS Problem [SOLVED])

2012-01-20 Thread Ted Roche
On Fri, Jan 20, 2012 at 8:54 AM, Kevin Cully wrote: > I don't know if the results of this article are true or not, but here's > what I found when Googling: > http://www.websiteoptimization.com/speed/tweak/lowercase/ Single percentage point performance differences may not be all that noticeable.

Print when condition with remove line

2012-01-20 Thread James E Harvey
I have a number of fields in the summary band of a report that each holds a variable which is a grand total of a value of the field in the cursor created by a select statement. If I'm choosing to group the report, and sub totaling the groups, the summary band makes sense, as it gives a grand total

RE: Print when condition with remove line

2012-01-20 Thread Paul Newton
James The answer is: , or do I have to enter the same "Print when" condition in each field in the summary band? Yes Paul Newton -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of James E Harvey Sent: 20 January 2012 16:18 To:

RE: [NF] HTML as Uppercase vs. Lowercase (was Re: [NF] Wordpress/ CSS Problem [SOLVED])

2012-01-20 Thread Jarvis, Matthew
> I don't know if the results of this article are true or not, but here's > what I found when Googling: > http://www.websiteoptimization.com/speed/tweak/lowercase/ > I guess I just don't get it If I was consistent w/ my tags being uppercase, why wouldn't it be the same compression size as if

RE: Print when condition with remove line

2012-01-20 Thread James E Harvey
Darn. I was looking at the "On Entry" expression builder under the "Edit Bands" option thinking maybe the Summary Band had some kind of "visible" property that could be set to false under certain conditions. This is similar to another limitation in the report writer where it seems near impossible

Re: [NF] HTML as Uppercase vs. Lowercase (was Re: [NF] Wordpress/ CSS Problem [SOLVED])

2012-01-20 Thread Ted Roche
On Fri, Jan 20, 2012 at 11:45 AM, Jarvis, Matthew wrote: > I guess I just don't get it > > If I was consistent w/ my tags being uppercase, why wouldn't it be the > same compression size as if using all lowercase?? If it's found the > value, it's found the value and doesn't have to have anothe

Re: [NF] HTML as Uppercase vs. Lowercase (was Re: [NF] Wordpress/ CSS Problem [SOLVED])

2012-01-20 Thread Kevin Cully
I'd like to throw in another aspect to this discussion. Some may be thinking "2%! What's the big deal." However, if your web site is in an ultra competitive industry, now that Google ranks sites on how fast they load, a 2% decrease in web size may give you an edge over a competitor that isn't

Re: [NF] HTML as Uppercase vs. Lowercase (was Re: [NF] Wordpress/ CSS Problem [SOLVED])

2012-01-20 Thread Paul McNett
On 1/20/12 8:45 AM, Jarvis, Matthew wrote: > Or was Paul not joking like I thought he was when he mentioned the ASCII > values being higher/lower than the other? I was joking. However, since then I've looked at the bit settings of the ascii values, and at first glance there do appear to be more

SQL Syntax

2012-01-20 Thread Jean Haidar
can we use IIF in SQL syntax.    I am using  this simple Statement:  SELECTIIF (payment  > 10 , NULL,NULL)ASResult fromprovider   getting incorrect syntax near '>'.       but this  SQL statement works fine  Select   any ideas?  provid,'ProviderID'=casewhenprovID =space(1)THEN''ELSE'smething else'E

Re: SQL Syntax

2012-01-20 Thread Fred Taylor
If this is VFP SQL, your IIF would work, if it's some other SQL, like when using SQLEXEC, you have to use the backend's appropriate syntax. Fred On Fri, Jan 20, 2012 at 1:06 PM, Jean Haidar wrote: > can we use IIF in SQL syntax. > > I am using this simple Statement: > SELECTIIF (payment >

Re: SQL Syntax

2012-01-20 Thread Sytze de Boer
I don't know the answer specifically, but isn't there a bracket missing before the IIF On Sat, Jan 21, 2012 at 9:06 AM, Jean Haidar wrote: > can we use IIF in SQL syntax. > > I am using this simple Statement: > SELECTIIF (payment > 10 , NULL,NULL)ASResult fromprovider > > getting incorrect

Re: SQL Syntax

2012-01-20 Thread Jean Haidar
I guess you are right. I was hoping to use a simple expression instea of this long one:  Selectprovid,'ProviderID'=casewhenprovID =space(1)THEN'  'ELSE'smething else'ENDfromprovider   From: Fred Taylor To: ProFox Email List Sent: Friday, January 20, 2012 12:0

Re: SQL Syntax

2012-01-20 Thread Frank Cazabon
There are some spacing problems (maybe typos in the email, but just to be sure). The statement should be: SELECT IIF(payment > 10 , NULL,NULL) AS Result from provider However, assuming you are not really returning NULL from both sides of the IIF() I would suggest using a CAST around it to ensu

Re: Print when condition with remove line

2012-01-20 Thread Michael Madigan
You have to put that same condition in all the fields on that band.   From: James E Harvey To: 'ProFox Email List' Sent: Friday, January 20, 2012 11:17 AM Subject: Print when condition with remove line I have a number of fields in the summary band of a repor

VFP tables on a NAS Samba

2012-01-20 Thread Tracy Pearson
A customer has a LG-NAS Firmware Version 1.0.0_2657 Placed the VFP free tables on to it. One machine can access the data without a problem. Another fails stating there is not enough disk space pointing to the FPT file. I ran this code: USE DATA\PCUINFO FOR loop = 1 to 10 TRY

[OT] Left is against bear baiting if Baiters enjoy it

2012-01-20 Thread Pete Theisen
Hi Everybody, "Lord Macaulay said the Puritans "hated bear-baiting, not because it gave pain to the bear, but because it gave pleasure to the spectators."" http://www.humanismbyjoe.com/Puritans_dark_Side.htm So now: "Thanks environmental advocates like you, President Obama has rejected the or

[OT] I thought the Jews were in the bag for Bammer?

2012-01-20 Thread Pete Theisen
Hi Everybody, "The Secret Service said it is looking into a recent op-ed from an Atlanta publisher that floated the idea of green-lighting Israeli Mossad agents to assassinate President Obama in order to improve Israel's security against enemies like Iran. "The publisher and author, Andrew Adl

RE: VFP tables on a NAS Samba

2012-01-20 Thread john harvey
I would be glad to chime in. If Christof said that is the problem, you can bet on it John -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: Friday, January 20, 2012 5:16 PM To: profox@leafe.com Subject: VFP tables on a

Re: [OT] I thought the Jews were in the bag for Bammer?

2012-01-20 Thread Michael Madigan
The Secret Service never paid a visit to the author of this book.  I wonder why?  http://www.amazon.com/Checkpoint-Novel-Nicholson-Baker/dp/1400079853/ref=sr_1_1?ie=UTF8&qid=1327106865&sr=8-1  From: Pete Theisen To: ProFox Email List Sent: Friday, January 2

Re: [OT] I thought the Jews were in the bag for Bammer?

2012-01-20 Thread Pete Theisen
Michael Madigan wrote: > The Secret Service never paid a visit to the author of this book. I wonder > why? > > http://www.amazon.com/Checkpoint-Novel-Nicholson-Baker/dp/1400079853/ref=sr_1_1?ie=UTF8&qid=1327106865&sr=8-1 > Hi Michael, I wonder. Maybe if you are writing a book in 2004 about

[OT] How many States can he be out of and still get in?

2012-01-20 Thread Pete Theisen
Hi Everybody, More trouble for Bammer. May be disqualified in Georgia . . . http://www.wnd.com/2012/01/judge-rejects-obama-demand-to-quash-subpoena/ A Georgia judge has refused a demand from Barack Obama to quash a subpoena to appear at a series of administration hearings Jan. 26 at which resi

Re: VFP tables on a NAS Samba

2012-01-20 Thread Michael Madigan
We use a ReadyNAS as our prime VFP server.   You have to turn opportunistic locking off on the NAS http://www.google.com/#sclient=psy-ab&hl=en&site=&source=hp&q=readynas+foxpro+opportunistic+locking&psj=1&oq=readynas+foxpro+opportunistic+locking&aq=f&aqi=&aql=&gs_sm=e&gs_upl=1203l11946l0l12216l39

[OT] Oh my, Huck Goes There

2012-01-20 Thread Pete Theisen
Hi Everybody, http://www.humanevents.com/article.php?id=48938 Governor Mike Huckabee gave Mitt Romney some advice tonight on The O'Reilly Factor. The former Arkansas governor said Mitt should tell reporters that he will release his tax return right after Barack Obama releases his college trans

Re: VFP tables on a NAS Samba

2012-01-20 Thread Tracy Pearson
Michael Madigan wrote: >We use a ReadyNAS as our prime VFP server.   > >You have to turn opportunistic locking off on the NAS > >http://www.google.com/#sclient=psy-ab&hl=en&site=&source=hp&q=readynas+foxpro+opportunistic+locking&psj=1&oq=readynas+foxpro+opportunistic+locking&aq=f&aqi=&aql=&gs_sm=