Re: VFP9 SP2 Hotfix 3

2009-11-09 Thread kam
There are 3 hotfixes to SP2. We understand that you only need to install hotfix 
#3 as it includes anything in 1 or 2. At least that is what we did and it seems 
to be working fine for more than a month.

- Original Message - 
From: Rick Schummer 
To: profox@leafe.com 
Sent: Monday, November 09, 2009 7:27 AM
Subject: RE: SP2


Of course you need new runtimes if you want to take advantage of all the bug
fixes and features of SP2.

You should only use the Prolib runtimes if they include the third hotfix
from Microsoft to fix the reporting bug (inclusive of all the hotfixes made
to VFP 9 SP2.

Upgrading to SP2 is a case by case decision for developers. The waters are
nice in the SP2 pool if you apply the proper hotfix. Raw SP2 has a couple of
new bugs that are annoying.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/7173599187124bac9fda4d0c1cb89...@w2k3s02
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 - Valid

2009-10-11 Thread kam
In my valid() I do this:
if Thisform.ReleaseType = 1did they click the close box?
   return .T.
endif



- Original Message - 
From: Rafael Copquin 
To: profox@leafe.com 
Sent: Wednesday, October 07, 2009 6:37 AM
Subject: Re: VFP9 - Valid


 (Should I remove the valid clause and make it part of the OK command?)

No, what you can do is create a form property, ie lExit and code like this:

**text with valid condition (in the valid event)

if lastkey() = 27
   thisform.lExit = .t.
   return 1
endif

if thisform.lExit = .f.

** your validation
** if validation is ok, then return 1
** else, error message and return 0
endif

** in the keypress event of that button

lparameter nKeyCode,nShiftAltCtrl

if nKeyCode = 27
   release thisform
endif


** make the exit button a cancel button (the cancel property = .t., then it 
will issue a chr(27) -- escape)
** also make thisform.lExit = .t. in the click event of the exit button

Try something like this and you will obviate the error message when they go 
away

(you might have to play with thisform.lExit, setting it to .f. or .t. as 
needed)

Rafael Copquin



- Original Message - 
From: Sytze de Boer sytze.k...@gmail.com
To: profoxt...@leafe.com
Sent: Tuesday, October 06, 2009 8:54 PM
Subject: VFP9 - Valid


I have a form with a bunch of text boxes
 It has 2 command buttons, OK and CANCEL

 One of the TEXT boxes has a valid condition that says Sorry, Reference 
 may
 not be left blank
 My client says, Hang on, I just clicked the Cancel button, I don't want to
 enter a Reference
 But I can't find a way to do this.

 (Should I remove the valid clause and make it part of the OK command?)


 -- 
 Regards
 Sytze de Boer
 Kiss Systems
 Hamilton, NZ
 Ph: 64-7-8391670, Mob:021 937611,
 www.kiss.co.nz
***Email is a great medium for distributing
 misunderstandings...***


 --- StripMime Report -- processed MIME parts ---
 multipart/alternative
  text/plain (text body -- kept)
  text/html
 ---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/59bd1219c1e84223b72b16fbd9a95...@w2k3s02
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Never waste a crisis

2009-09-21 Thread kam
The best doctors know where to find information. No doctor can know everything.


- Original Message - 
From: John 
To: 'ProFox Email List' 
Sent: Monday, September 21, 2009 7:26 AM
Subject: RE: [OT] Never waste a crisis


The doc puts you in the waiting room, so you can wait while he goes to check
out WebMD.com. Then he comes back and practices on you. You know what
happens to their mistakes

John Harvey



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/31e728bcd5c44698846c91b1d8cf2...@w2k3s02
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 - Set relation

2009-09-03 Thread kam
We still have many clients on our old dos program. We recently figured out a 
way to configure Win7 to run it perfectly so it has at least another 5 years. 
We have one programmer who works almost exclusively on fpd 2.6a. For creating 
reports and statements it will run circles around VFP9. I'm not knocking VFP9, 
it is what I work on and I have no interest in working on fpd. Just to say fpd 
is live and well and it works great for some people. Recently someone was 
talking about a 'heads down' data entry program. FPD was made for that. Given 
10 data entry people and tons of data and FPD is a good tool for the job.


- Original Message - 
From: Rick Schummer 
To: profox@leafe.com 
Sent: Wednesday, September 02, 2009 9:51 PM
Subject: RE: VFP9 - Set relation


 on the subject of FP DOS, I saw a short contract today for FoxPro2 . hard
to
imagine anyone even KEEPING a DOS app now nevermind extending it!

I work on a FoxPro DOS app at least once a week. Great client who runs his
entire operation on it. In fact, have several clients (mostly intermittent
ones) who run huge operations on FoxPro for DOS. Oh yeah, we are extending
it, both with FPD and VFP. Killer combination until we get some spare time
to rewrite it. I know other developers who are doing this as well.

I would be happy to take a look at the FoxPro DOS opportunity if you have it
still. Please send it to me privately.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/3dce020e0ebd49bf86285a165df68...@w2k3s02
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Drizzle, a fork of MySQL

2008-07-24 Thread KAM
Untested, uncreative garbage with boring names. How appropriate. Vista - the 
ultimate garbage. On another newsgroup they were
trying to come up with ways to make Vista worse. Most difficult subject ever. 
Almost every suggestion would actually improve that
garbage. Good thing you can't smell software (if Vista is really software)


- Original Message - 
From: Ed Leafe [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Thursday, July 24, 2008 1:13 PM
Subject: Re: [NF] Drizzle, a fork of MySQL


On Jul 24, 2008, at 2:21 PM, MB Software Solutions General Account
wrote:

 I'm trying hard to think of a similarly fun name from M$.

 Excel
 Powerpoint
 Access

 ...they're more business sounding than the rest of the world.  g


They're boring names. 'Windows' - good grief.

-- Ed Leafe





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


A genuine VFP9 SP1 question - related to hot keys

2008-07-23 Thread KAM
I have an application over 20 years old. It has been maintained from fpd and 
now into vfp9 SP2. Recently we have had several
clients tell us that they are forced to use the alt key for button hot keys 
where in previous versions they did not need to use the
alt key. Also, they say some screens work with the regular enter key but not 
with the 10key pad enter key. I always use the alt key
for hot keys so I don't notice any difference.?? We have not made any changes 
that we know of. We upgraded to SP1 when it first
came out but no compiler changes since.

Does that make any sense to anyone?



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[NF] Need recommendation for web site code to allow clients to upload data

2008-07-11 Thread KAM
We sometimes need to get a copy of client data to research something. For some 
reason it seems that more people are not able to
attach a file to an email. What we would like is a button on one of our web 
site pages so they could press the button, then browse
to the file to upload and we would get the file. We use Apache2 on Windows for 
our web site. (specifically, the apache2triad setup)

Anyone have a recommendation?




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Need recommendation for web site code to allow clients toupload data

2008-07-11 Thread KAM
Can you post some sample code? everything inside form/form?


- Original Message - 
From: Ed Leafe [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Friday, July 11, 2008 7:03 AM
Subject: Re: [NF] Need recommendation for web site code to allow clients 
toupload data


On Jul 11, 2008, at 8:55 AM, KAM wrote:

 We sometimes need to get a copy of client data to research
 something. For some reason it seems that more people are not able to
 attach a file to an email.

Wow, what a concept! Following standards!

Email is for email. FTP is for files.

 What we would like is a button on one of our web site pages so they
 could press the button, then browse
 to the file to upload and we would get the file. We use Apache2 on
 Windows for our web site. (specifically, the apache2triad setup)

 Anyone have a recommendation?


What about a plain HTML form, using input type=file? Seems like a
pretty basic solution.

-- Ed Leafe





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Need recommendation for web site code to allowclients toupload data

2008-07-11 Thread KAM
What are you using to process the data that is entered? Do you have python code 
that creates that web page?


- Original Message - 
From: Vince Teachout [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Friday, July 11, 2008 11:34 AM
Subject: Re: [NF] Need recommendation for web site code to allowclients 
toupload data


Ed Leafe wrote:
 On Jul 11, 2008, at 12:22 PM, KAM wrote:


 Can you post some sample code? everything inside form/form?



 http://leafe.com/dls/upload

 View Source

 -- Ed Leafe

Snagged!


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: pdf in vfp

2008-07-08 Thread KAM
Here is how I do it:
Function ssiRun
   Lparameters lcProgramToRun, luWindow
   * this is a better way to run an external program than ! or RUN /N etc
   If Type(luWindow) = L
  luWindow = 1
   Endif
  Local loshell

   loshell = Createobject(WScript.Shell)
   loshell.Run(lcProgramToRun,luWindow,.T.)
Endfunc


- Original Message - 
From: Jim Harvey [EMAIL PROTECTED]
To: 'ProFox Email List' profox@leafe.com
Sent: Tuesday, July 08, 2008 10:52 AM
Subject: pdf in vfp


This doesn't work using a pdf (no error returned, just doesn't do anything),
but does with a jpg file, is it possible with a pdf?

***commandbutton.click

mcheck = alltrim(checks.pathname) + ALLTRIM(checks.filename) + .pdf

declare long ShellExecute in shell32.dll ;
long hwnd, ;
string lpszOp, ;
string lpszFile, ;
string lpszParams, ;
string lpszDir, ;
long nShowCmd
ShellExecute(0,'Open',(mcheck),'','',0)


James E Harvey
Hanover Shoe Farms, Inc.
M.I.S./Corresponding Officer
Off: 717-637-8931
fax: 717-637-6766
email: [EMAIL PROTECTED]



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] Looking for an automatic backup program.

2008-07-05 Thread KAM
In the past on this list someone suggested 'Handy Backup'. I have been using it 
for a couple of years with no problems. Now it
recently quit working. I sent the log and other information to their 'support'. 
That was last week. No response. Everyday I am now
using a batch file with XCOPY which works perfectly, however, I need to 
automate so it happens between midnight and early morning.
The task manager won't work with the batch file (as far as I know) because I 
want to keep at least 7 older backups at all times -
so the backup needs to be in a folder with the date in the name. The backup is 
on a one computer, but it backs up folders from 4
other computers on the network.

Anyone have ideas?



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[NF] Looking for an automatic backup program.

2008-07-05 Thread KAM
In the past on this list someone suggested 'Handy Backup'. I have been using it 
for a couple of years with no problems. Now it
 recently quit working. I sent the log and other information to their 
'support'. That was last week. No response. Everyday I am now
 using a batch file with XCOPY which works perfectly, however, I need to 
automate so it happens between midnight and early morning.
 The task manager won't work with the batch file (as far as I know) because I 
want to keep at least 7 older backups at all times -
 so the backup needs to be in a folder with the date in the name. The backup is 
on one computer: it backs up folders from 4
 other computers on the network.

Here is my batch file: (watch out for line wrap) the registry locations for 
XP02 SP2 - not sure about other os

@echo on
rem the directory must be something like: c:\-2007_07_05-\FolderName
rem REG  see what date format is in the registry
REG QUERY HKCU\Control Panel\International /v sShortDate
FOR /F TOKENS=2,3* %%A IN ('REG QUERY HKCU\Control Panel\International /v 
sShortDate') DO (FOR %%G IN (%%B) DO (SET
v_shortdate=%%G))
rem this is the shortdate %v_shortdate%
if %v_shortdate% == -MM-dd GOTO ymd
if %v_shortdate% == M/d/ GOTO mdy
rem unknown date format
pause
quit

:mdy
rem you have M/d/ this is the format on xp03 (and also the default US = 
001 - MDY)
rem get the date into yy mm dd
FOR /F TOKENS=2-4 DELIMS=/  %%a IN (%date%) DO SET mm=%%aSET dd=%%bSET 
yy=%%c
rem get the time into hh tt ss
FOR /F TOKENS=1-3 DELIMS=:. %%a IN (%time%) DO SET hh=%%aSET tt=%%bSET 
ss=%%c

rem Today's date is: %yy%_%mm%_%dd%
rem The time is: %hh%:%tt%:%ss%
pause
goto continue

:ymd
rem you have -MM-dd  this is the format on xp02  (this is the Canada format 
- YMD) Best for sorting
rem get the date into yy mm dd
FOR /F TOKENS=1-3 DELIMS=- %%a IN (%date%) DO SET yy=%%aSET mm=%%bSET 
dd=%%c
rem get the time into hh tt ss
FOR /F TOKENS=1-3 DELIMS=:. %%a IN (%time%) DO SET hh=%%aSET tt=%%bSET 
ss=%%c

rem Today's date is: %yy%_%mm%_%dd%
rem The time is: %hh%:%tt%:%ss%
pause
goto continue

:continue
rem Now the date is in a good sort format to be used in file/folder names

call F_DailyHandyBackup.bat %yy%_%mm%_%dd%

PAUSE



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: FW: [OT]High price of gas

2008-06-23 Thread kam
It is that simple - but not easy at all.

The problem is the incredibly powerful Ethanol and the 'big oil' lobby and the 
corrupt politicians that we all continue to elect 
year after year. Also the existing infrastructure that supports oil/coal/gas 
and all the things that everyone knows will end 
someday and are getting more expensive daily and will continue to get more 
expensive. Those things that move all the money from one 
large group of working people to another much smaller but far more powerful 
group of people.


- Original Message - 
From: MB Software Solutions General Account [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, June 23, 2008 1:00 PM
Subject: Re: FW: [OT]High price of gas


Leland F. Jackson, CPA wrote:
snipped
 The USA really need to remain committed to the idea of becoming energy
 independent via a new era of clean renewable energy, and get off a USA
 petrol based/dependent economy.


Ok, so other than the spent nuclear waste that doesn't break down for
hundreds of years, what's wrong with creating nuclear plants all over
the nation?  Or is that for a different energy problem?  If the nuke
plants can make all of this electricity and we use electric cars,
problem solved?  Surely notit couldn't be that simple...right?


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT]High price of gas

2008-06-23 Thread kam
The obvious answer is to take the profits away from the oil companies and 
distribute it to the poor.


- Original Message - 
From: Kenneth Kixmoeller/fh [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, June 23, 2008 3:42 PM
Subject: Re: [OT]High price of gas



On Jun 23, 2008, at 5:34 PM, MB Software Solutions General Account
wrote:


 Tell me again what you'd like to see (since it's not nuclear energy)?

Let me predict (hands to my head): Conservation! Now! In other
words, the whole society has to change the way it does things. Right
Now.

Well-proven in history: the only way to _profoundly_ change
Americans' habits it through the old pocketbook. Like right now.
Crying conserve! does next-to-nothing. Conservation has to happen,
but it won't happen in the short term and not without economic
disincentive.

Oh, yeah, those with no ideas but conservation (no nukes, no coal, no
NG, no new drilling, no no no) are the same ones who cry unfair
when oil prices go up.

Ken


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: FW: [OT]High price of gas

2008-06-23 Thread kam
What all the drilling people forget is that if the US drills and comes up with 
several million additional barrels of oil, the price 
will remain high because China, India and other emerging economies will compete 
for that oil. Besides, the experts say that if you 
begin drilling today, you won't have enough oil to matter for 5-7 years minimum 
and probably much longer. Drilling probably should 
be done because it will take many different things, but it is not the answer to 
the problem.

The only viable long term answer is all electric vehicles, high speed all 
electric trains, and other transportation, etc and 
renewable energy and probably nuclear. Wind, Solar, geothermal, etc will last a 
billion years or longer - why not go for it full 
speed like the US put a man on the moon.

We can still use the existing oil for plastic, medications, and all the other 
things that need oil.

What we need is a presidential candidate who will stand up to the Ethanol and 
Oil lobbiests. One thing is for sure, with Nancy in 
charge, there is not going to be any additional off shore drilling. That girl 
is set on forcing the issue. She is a San Francisco 
liberal and those people want a clean environment to live in.

 Tell me again what you'd like to see (since it's not nuclear energy)?


I would like to see clean, safe, renewable energy including solar, wind,
ocean, clean coal, which isn't renewable, but the USA has an abundance
of coal, biodiesel, other biofuels like ethanol, and petrol fuel to the
extent its from our own USA reserves.

Regards,

LelandJ



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: FW: [OT]High price of gas

2008-06-23 Thread kam
That is true except that there is no fusion. If we ever figure out how to do 
that, we will truely have answer to the energy problem 
forever with little or no waste. That is how the sun creates its heat. 
Livermore labs in California has been working on that for 
many years. As far as I know, they don't have anything close to being practical.


- Original Message - 
From: Leland F. Jackson, CPA [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, June 23, 2008 6:51 PM
Subject: Re: FW: [OT]High price of gas


kam wrote:
 What all the drilling people forget is that if the US drills and comes up 
 with several million additional barrels of oil, the 
 price
 will remain high because China, India and other emerging economies will 
 compete for that oil. Besides, the experts say that if 
 you
 begin drilling today, you won't have enough oil to matter for 5-7 years 
 minimum and probably much longer. Drilling probably 
 should
 be done because it will take many different things, but it is not the answer 
 to the problem.

 The only viable long term answer is all electric vehicles, high speed all 
 electric trains, and other transportation,
Electricity is used for alot of things beside transportation, like
running machinery in the production of good and services, residential
air conditioning, lighting, cooking, heating ,etc.  Currently a large
percentage of our electricity is being generated from natural gas and
coal.  Nuclear energy may not be the best solution to our energy needs.

Nuclear energy create electricity form the heat produced in nuclear
fission and nuclear fusion.  Water is heated into steam.  The steam is
used to drive turbines that generate electricity.  Once a nuclear
reaction is started, it is difficult to stop short of consuming all the
fuel with the current cycle.

The heat from the nuclear reactor must be comstantly controlled.  Water
is usually used to control the heat.  Should anything go wrong with the
cooling system, the nuclear reactor with overheat causing a meltdown of
materials surrounding the reactor, (eg the temperature will go so high
as to vaporize steel and concrete, etc).  This meltdown will likely
cause the release of nuclear particle into the atmosphere, which are
almost impossible to cleanup.


http://healthandenergy.com/nuclear_dangers.htm
http://www.anotherperspective.org/advoc488.html
http://en.wikipedia.org/wiki/Nuclear_power

Regards,

LelandJ
 etc and
 renewable energy and probably nuclear. Wind, Solar, geothermal, etc will last 
 a billion years or longer - why not go for it full
 speed like the US put a man on the moon.

 We can still use the existing oil for plastic, medications, and all the other 
 things that need oil.

 What we need is a presidential candidate who will stand up to the Ethanol and 
 Oil lobbiests. One thing is for sure, with Nancy in
 charge, there is not going to be any additional off shore drilling. That girl 
 is set on forcing the issue. She is a San Francisco
 liberal and those people want a clean environment to live in.


 Tell me again what you'd like to see (since it's not nuclear energy)?



 I would like to see clean, safe, renewable energy including solar, wind,
 ocean, clean coal, which isn't renewable, but the USA has an abundance
 of coal, biodiesel, other biofuels like ethanol, and petrol fuel to the
 extent its from our own USA reserves.

 Regards,

 LelandJ



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: FW: [OT]High price of gas

2008-06-23 Thread kam
Only one time. It is probably safer than coal and natural gas.


- Original Message - 
From: John Harvey [EMAIL PROTECTED]
To: 'ProFox Email List' profox@leafe.com
Sent: Monday, June 23, 2008 6:52 PM
Subject: RE: FW: [OT]High price of gas


And the last time we had a problem with a nuclear reactor was when?

John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Leland F. Jackson, CPA
Sent: Monday, June 23, 2008 8:52 PM
To: ProFox Email List
Subject: Re: FW: [OT]High price of gas

kam wrote:
 What all the drilling people forget is that if the US drills and comes up
with several million additional barrels of oil, the price
 will remain high because China, India and other emerging economies will
compete for that oil. Besides, the experts say that if you
 begin drilling today, you won't have enough oil to matter for 5-7 years
minimum and probably much longer. Drilling probably should
 be done because it will take many different things, but it is not the
answer to the problem.

 The only viable long term answer is all electric vehicles, high speed all
electric trains, and other transportation,
Electricity is used for alot of things beside transportation, like
running machinery in the production of good and services, residential
air conditioning, lighting, cooking, heating ,etc.  Currently a large
percentage of our electricity is being generated from natural gas and
coal.  Nuclear energy may not be the best solution to our energy needs.

Nuclear energy create electricity form the heat produced in nuclear
fission and nuclear fusion.  Water is heated into steam.  The steam is
used to drive turbines that generate electricity.  Once a nuclear
reaction is started, it is difficult to stop short of consuming all the
fuel with the current cycle.

The heat from the nuclear reactor must be comstantly controlled.  Water
is usually used to control the heat.  Should anything go wrong with the
cooling system, the nuclear reactor with overheat causing a meltdown of
materials surrounding the reactor, (eg the temperature will go so high
as to vaporize steel and concrete, etc).  This meltdown will likely
cause the release of nuclear particle into the atmosphere, which are
almost impossible to cleanup.


http://healthandenergy.com/nuclear_dangers.htm
http://www.anotherperspective.org/advoc488.html
http://en.wikipedia.org/wiki/Nuclear_power

Regards,

LelandJ
 etc and
 renewable energy and probably nuclear. Wind, Solar, geothermal, etc will
last a billion years or longer - why not go for it full
 speed like the US put a man on the moon.

 We can still use the existing oil for plastic, medications, and all the
other things that need oil.

 What we need is a presidential candidate who will stand up to the Ethanol
and Oil lobbiests. One thing is for sure, with Nancy in
 charge, there is not going to be any additional off shore drilling. That
girl is set on forcing the issue. She is a San Francisco
 liberal and those people want a clean environment to live in.


 Tell me again what you'd like to see (since it's not nuclear energy)?



 I would like to see clean, safe, renewable energy including solar, wind,
 ocean, clean coal, which isn't renewable, but the USA has an abundance
 of coal, biodiesel, other biofuels like ethanol, and petrol fuel to the
 extent its from our own USA reserves.

 Regards,

 LelandJ



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP Tips / Routines.

2008-06-16 Thread kam
Warning: Spybot caught that winnersoft.com link.


- Original Message - 
From: Pablo Rivera [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, June 16, 2008 11:08 AM
Subject: RE: VFP Tips / Routines.


Thanks Robbo. Great site.

Pablo H.


* -Original Message-
* [EMAIL PROTECTED] On Behalf Of Rob Anderson
* [Snip]
* Have just stumbled across this site and didn't know if anyone had seen
* it at all, but thought I'd pass it along anyway.
*
* http://www.winnersoft.coolfreepages.com/vfp/vfpfaq.htm
*



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Let's build a train system that nobody will ride

2008-06-09 Thread kam
There is a great, fun train ride from Williams AZ to the grand canyon. I took 
my kids on it 2 years ago. Everything about Arizona - 
grand canyon, meteor crater, petrified forest, cowboy stuff near phoenix and 
tombstone, etc. Flagstaff is in the mountains - 
forest, streams, etc, nothing like you think about Arizona.

You are correct about Yosemite. However, I live near San Francisco. There are 
many tours on very comfortable buses with plenty of 
leg room as long as you are under 250 lbs. The buses in San Francisco are 
terrible and crime ridden, but the cable cars are full of 
tourists and seem safe in the day time. You can take your kids and feel safe in 
all the communities South of San Francisco. Some 
parts of San Jose are pretty scary.

I used to live in the suburbs. Now I live downtown (small town, under 250,000) 
and have no intention of moving out of town.

- Original Message - 
From: Stephen Russell [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, June 09, 2008 9:45 AM
Subject: Re: [OT] Let's build a train system that nobody will ride


On Mon, Jun 9, 2008 at 8:35 AM, MB Software Solutions General Account 
[EMAIL PROTECTED] wrote:

 Stephen Russell wrote:
  Mass transit is great when your population saturation is high enough.
  You
  get a ride to the station, hop on a train and get off near work.  You
 then
  walk the 5,10, 20+ blocks to the workplace.
 
  Unfortunately the USA was designed around a cheap gas model where under
 1.00
  per gal has been the norm for decades.  That has lead to suburban sprawl
 and
  moms driving super big SUVs to take 2 or 3 kids to soccer practice.
 
  It is hard to give up the sprawl and go back to a more centralized
  environment where mass transit works.  Buses are now getting a higher
 rider
  share then they use to.  That is a good thing.  That bus will still be on
  the street, your vehicle doesn't need to be all the time.
 


 It'd be great if they offered some sort of incentives (end of year
 tax-wise perhaps) for those who used mass-transmit for most of the year.
  I never understood why/how Europe's rail system is allegedly great and
 in regular use over there, yet our rail system here in the U.S. is
 nothing of what it used to be, and some say that the government funding
 for AmTrak and the like is bullshit because the train companies don't
 make (much) profitallegedly.  I don't know who/what to believe on
 that one, and I regret to say I have no time to do deep research
 (other than googling some keywords) to find out.  Lazy, I guessor
 just dis-interested.  g

-

I -  fill in your favorite interstate # here

Back in early 2000s I did the train trip down to NOLA for a weekend with the
family.   It was great.  The seating was at least 200% roomier then First
Class on 747 or a DC-9 ??.  Been there and done the trips over to Asia as
well as Europe with the spouse as an employee of the airlines :)

I have done the Eurail passes numerous times and the trains were crowded,
ran fast and on time, except for Spain but who cares in Spain when or what
schedule they are running on.  ;-

I would like to do another rail trip across the USA to see the landscape and
not have to do the driving as well.  Trouble is that the trains tend to go
to the big cities and miss the scenic views that the USA is famous for.
There is no train to the Grand Canyon nor to Yosemite.  Add in there a list
of other great places up and down the west coast.


-- 
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN

901.246-0159


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Dabo 0.8.4 Released

2008-06-08 Thread kam
I assume you mean you are still using VFP but are starting to use PostgreSQL on 
Linux as a database instead of the VFP tables. That 
is exactly what I want to do - and then eventually start rewriting some of my 
utility programs into Python and then someday rewrite 
everything into Python. I think there are a lot of people on this list that are 
planning or thinking about doing that. Getting 
started is a real pain. If anyone runs across some sample programs that would 
help please post information on this list.


- Original Message - 
From: Gil Hale [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Sunday, June 08, 2008 10:52 AM
Subject: RE: [NF] Dabo 0.8.4 Released


Very cool.  Each month brings me closer to Going Dabo!  My various
implementations of my VFP apps that I have been cutting over to PostgreSQL
have been doing great (mostly utility apps, nothing End User related yet).
I am very pleased with the PostgreSQL performance and stability.  It has
been almost 5 months since I restarted the Suse Linux Server, and that was
only because of a hardware piece I wanted to add to the Server.  My Suse
Linux annual subscription expires in late August I think, by which time I
will have cut to Ubuntu Linux instead of Suse - just to save the annual
subscription fee.  This is a long process, cutting over to Linux 
PostgreSQL, but I think my timing is pretty good all-in-all.

Anyway, congrats to you and Paul on the new Dabo release.


Gil

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Ed Leafe
 Sent: Sunday, June 08, 2008 10:06 AM
 To: [EMAIL PROTECTED]
 Subject: [NF] Dabo 0.8.4 Released


 We are happy to announce the release of Dabo 0.8.4, the
 last release
 in the 0.8 line. Starting today, work will begin on the 0.9 code,
 which removes some deprecated functions, and changes the base
 requirements to run Dabo. A list of the changes in this release
 follows after my sig.

 You can download this release from the Download page
 (http://dabodev.com/download
 ), or directly via FTP:

 Mac/Linux: ftp://dabodev.com/dabo/dabo-0.8.4.tar.gz
 Windows: ftp://dabodev.com/dabo/dabo-0.8.4.zip

 With the 0.9 codebase, the minimum requirements will be:

 Python 2.4 (2.3 no longer supported)
 wxPython 2.8 (2.6 and earlier no longer supported)
 SQLite 3 and pysqlite2/sqlite3 (no change here)


 -- Ed Leafe


 Dabo 0.8.4 (2008-06-03) Revision 4111):
 
 Dabo:
 + Bugfix: grid can now search by non-string/non-numeric fields. Thanks
 Dennis Meulensteen
for pointing out the problem

 + Deprecated bad spelling: unBindEvent()

 + Web Update now works for ide and demo, as well as the base framework.

 + Fixed WordWrap in dGrid.

 + Fixed Windows dTextBox problem, which would change ReadOnly back to
 False when changing
the Alignment.

 + Added StrictNumericEntry property to dTextBox and dSpinner.

 + Linked the Find/Replace dialog to dGrid's findReplace() method,
 enabling finding in a dGrid.
(ticket #1126)

 + Replace All bugfixes.

 + Forms were always restoring their default size, even when explicit
 sizes were given. Fixed.

 + Fixes from Kevin Edwards to make sizing sub-panels perform better,
 and to propertly set the
background color of the dGrid bool renderer checkbox.

 + Fixed the getLastInsertID() for dbPostgreSQL, to work with non-
 serial PK's as well. Thanks
to John Fabiani, Adrian Klaver, and Lorenzo Alberton.

 + Added dabo.settings.dateFormat, dateTimeFormat, and timeFormat. If
 None (the default) the
formatting of these date types will be dependent on the user's
 settings in the operating
system. This lets the appdev specify the format desired for display
 and editing in text
controls and the grid. Prior to this, the only format was -MM-
 DD, which was satisfying
to nobody.

 + Added dabo.ui.getObjectAtPosition(x,y), which returns an object
 reference based on the
screen coordinates passed.

 + Removed unneeded, hackish code from datanav2, thanks to Pedro Vale
 de Gato.

 + John Fabiani fixed some issues with port in dbMSSQL.py.

 + Added dataToXML() to dBizobj.

 + Nate Lowrie added some niceties to dEditor, including better code
 folding.

 + Added code to allow biz.DefaultValues being set to None. If the
 field values are
still null when saving, the insert statement won't include them,
 allowing
database defaults to be used.

 + dCursorMixin no longer raises NoRecordsException from sort().. it
 merely returns.





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the 

Re: [NF] Vocabulary

2008-05-28 Thread kam
Somewhat related:

Does anyone know how to get the old Win2k, WinXP window to set the 
IP/gateway/dns server? They did a great job of moving it where 
it could not be found.

In fact, I would like to find a way to get Vista to look and work like XP 
without all that stupid garbage they did.



- Original Message - 
From: MB Software Solutions General Account [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, May 28, 2008 6:01 AM
Subject: Re: [NF] Vocabulary


Ed Leafe wrote:
 Retweeting @voidspace:

 Heard in the hallways at Redmond:
 VISTASTER. n. a giant cluster-fuck; a colossal mistake; DERIVATIVES:
 vistastrous. adj. visastrously. adv.



LOL!  I'm surprised you didn't have some political joke in there!


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] We better act fast!

2008-05-23 Thread kam
I see 3 orange and 2 white


- Original Message - 
From: Michael Madigan [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Friday, May 23, 2008 11:16 AM
Subject: Re: [OT] We better act fast!


You sent the wrong link.  That's actually a Picasso of a girl with 3 boobs.




Kwame Kilpatrick Gear!

http://www.cafepress.com/rightwingmike

Jack Kevorkian for Congress!

http://www.cafepress.com/rightwingmike

I Wish Hillary had married OJ

http://www.cafepress.com/rightwingmike/4236924


--- On Fri, 5/23/08, Bob Calco [EMAIL PROTECTED] wrote:

 From: Bob Calco [EMAIL PROTECTED]
 Subject: [OT] We better act fast!
 To: 'ProFox Email List' profox@leafe.com
 Date: Friday, May 23, 2008, 2:13 PM
 http://antwrp.gsfc.nasa.gov/apod/ap080523.html

 - - -
 The newest red spot is on the far left (west), along the
 same band of clouds
 as the Great Red Spot and is drifting toward it. If the
 motion continues,
 the new spot will encounter the much larger storm system in
 August.
 Jupiter's recent outbreak of red spots is likely
 related to large scale
 climate change as the gas giant planet is getting warmer
 near the equator.
 - - -

 Obviously, our government's environmental policies are
 having a negative
 gallactic, not just global, effect! What will the aliens
 think of us?

 Quick hand over your wallet to Obama and our sovereignty to
 the UN so we can
 stop it!

 /sarcasm

 - Bob



 ___
 Post Messages to: ProFox@leafe.com
 Subscription Maintenance:
 http://leafe.com/mailman/listinfo/profox
 OT-free version of this list:
 http://leafe.com/mailman/listinfo/profoxtech
 Searchable Archive: http://leafe.com/archives/search/profox
 This message:
 http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
 ** All postings, unless explicitly stated otherwise, are
 the opinions of the author, and do not constitute legal or
 medical advice. This statement is added to the messages for
 those lawyers who are too stupid to see the obvious.


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] Problem with AVG 8.0 free edition

2008-05-20 Thread kam
I installed this on my main programming system: Intel P4 1gb (yes I know, old 
but good) XPPro SP2. Matrox 4 display, ATI 2 display 
(6 total displays). Running fine for years until I installed AVG 8.0. After 
that, occasionally, it would reset (you know, like you 
have to reset Windows occasionally for some stupid reason??), it would come up 
and look normal, but the task bar and desktop icons 
would never appear. Sometimes I could CTRL-ALT-DEL (you know, like you have to 
reset Windows occasionally for some stupid reason??) 
and get the reset menu. To get it to run, I had to go to safe mode, restore 
from my Acronis backup or other waste of the day. 
Finally, I decided to uninstall any new programs and files. When I uninstalled 
AVG 8.0, the problem went away. Thanks to someone on 
this list, I installed AVAST and have not had a problem since. When the 
contract runs out on my AVG server version (not free), I am 
going to replace it with AVAST. From this time on, I am going to recommend 
AVAST. Also, I am happy to get rid of the stupid popups 
that AVG 8.0 forces you to look at. 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Headsets for desk phone

2008-05-20 Thread kam
Sure, $250+. I have a $30.00 Sony headset 2.5 mm headset that works just fine. 
Most of the newer desktop phones and all wireless 
phones have this plug. I am sure that the Plantronics may have beter this or 
that, but not for something that gets tossed around. 
Years ago, our company got a plantronics set for all the phones. The batteries 
were constantly having to be replaced almost weekly. 
Not worth the money for us. They are plastic just like all the other phones.


- Original Message - 
From: William Sanders / EFG [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Tuesday, May 20, 2008 3:17 PM
Subject: RE: [NF] Headsets for desk phone


Mr. B -

Get something with 'Plantronics' brand on it.
But - check yer telephone - check yer pbx - make sure it's compatible with
it.  The Good News?  Plantronics sells headsets FOR EVERY TYPE O PHONE
SYSTEM !!!   Just pick the one that's compatible with yers.

Mondo Regards [Bill]
-- 
William Sanders / efGroup



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] disappointed with AVG 8, looking for an alternative

2008-05-16 Thread kam
I have to agree with that statement

 Windows simply hasn't proven itself as a stable,
 reliable platform yet.



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] domain name registration scam

2008-05-09 Thread KAM
I got the following scam email for one of the domains I manage. This was sent 
to: [EMAIL PROTECTED] which you can only 
get by crawling the web site as it does not appear anywhere else.

I think there is a US law against someone trying to register your domain name 
when it is an obvious scam. Anyone else getting 
emails like this? I have the original header and all the information about the 
email. Is there a place to file a complaint?

***
From: michael [mailto:[EMAIL PROTECTED]
Sent: Friday, May 09, 2008 6:43 PM
To: sales
Subject: stratfordsoftware for domain name

Dear stratfordsoftware:

We are Shanghai ChuK Network Information Technology Co., Ltd, which is the 
domain name register center in China. I have something 
need to confirm with you.

We have received an application formally, one company named Rongda (China) 
Investment Co.,Ltd applies for the domain 
names(www.stratfordsoftware.cn,www.stratfordsoftware.com.cn,etc.) ,and the 
Internet keyword(stratfordsoftware)on the internet May 
09, 2008. We need to know the opinion of your company because the domain names 
and keyword may relate to the copyright of brand 
name on internet.

we would like to get the affirmation of your company, please contact us by 
telephone or email as soon as possible.
Kind Regards,

Michael Chen
Tel: +86-21-62416070
Fax: +86-21-62597835
Email: [EMAIL PROTECTED]
Shanghai ChuK Network Information Technology Co., Ltd
website: www.chuk.com.cn 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 SP2: substring extraction

2008-05-07 Thread kam
Seems like you could use the STREXTRACT( ) Function


- Original Message - 
From: Allen [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Wednesday, May 07, 2008 2:51 PM
Subject: RE: VFP9 SP2: substring extraction


Something like (bear in mind the wine has flowed :)

Local retval, lText
Retval = 
lText = strtran(lcIn,[,[+chr(13+chr(10)
lText = strtran(lText,],]+chr(13+chr(10)
For iicount = 1 to memlines(lText)
if left(mline(lText,iicount)  [
retval = retval + mline(lText,iicount)
endif
Next iicount
Return retval

Allen

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Alan Bourke
Sent: 07 May 2008 17:57
To: [EMAIL PROTECTED]
Subject: Re: VFP9 SP2: substring extraction

Well, shortest I can manage is:

lcIn = Apples [some text]; oranges [some more text]; bananas [more text]
lcOut = 

lnLines = ALines(laFruits, lcIn, 9, ;)

For lnLoop = 1 To lnLines

lcOut = lcOut + Left(laFruits[lnLoop], Atc( , laFruits[lnLoop])-1)
+ ;

Endfor

? lcOut



But I bet some Regular Expression maven can better it!
--
  Alan Bourke
  [EMAIL PROTECTED]



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] XP Service Pack 3 is out.

2008-05-06 Thread kam
Yes, the networking is great. I like the way that you can share the drive in XP 
and Vista, but the drive is not really shared. You 
are required to do 47 other undocumented steps. That is just one example of all 
the ways that the OS fights you every time you try 
to do anything.

Each OS update is just moving the furniture around and putting in things that 
make it more difficult to use. Sure, I can find a few 
things that are better, but all of those, without exception, could be in a 
simple update to Win2000. I see no reason why M$ feels 
the need to create a new OS. They own the market. Where else will people go? Of 
course, if they keep making it more difficult, more 
people will begin to look at Linux.


- Original Message - 
From: Alan Bourke [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Tuesday, May 06, 2008 7:48 AM
Subject: Re: [NF] XP Service Pack 3 is out.



On Tue, 06 May 2008 06:13:56 -0500, Charlie Coleman [EMAIL PROTECTED]
said:

 As for your other issues regarding multi-tasking, shaky network, and
 security you think these are good in Vista ROFL

They are, at the very least, way ahead of Windows 98.
-- 
  Alan Bourke
  [EMAIL PROTECTED]



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] XP Service Pack 3 is out.

2008-05-06 Thread kam
That does not work. Have you tried it?


- Original Message - 
From: Paul Hill [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Tuesday, May 06, 2008 9:41 AM
Subject: Re: [NF] XP Service Pack 3 is out.


On Tue, May 6, 2008 at 5:21 PM, kam [EMAIL PROTECTED] wrote:
 Yes, the networking is great. I like the way that you can share the drive in 
 XP and Vista, but the drive is not really shared. 
 You
  are required to do 47 other undocumented steps. That is just one example of 
 all the ways that the OS fights you every time you 
 try
  to do anything.

Right click, select 'Sharing', check 'share this folder' and give it a
name.  Pretty much the same as Windows 95 isn't it?

-- 
Paul


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] XP Service Pack 3 is out.

2008-05-06 Thread kam
So you are saying that doing the steps you say on computer A, you can go to a 
different workstation (Computer B) on the network and 
read and write files on Computer A? With XP and/or Vista? Does anyone else on 
this list have that experience?


- Original Message - 
From: Paul Hill [EMAIL PROTECTED]

  Right click, select 'Sharing', check 'share this folder' and give it a
  name.  Pretty much the same as Windows 95 isn't it?



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] XP Service Pack 3 is out.

2008-05-05 Thread kam
I don't agree with your comment about bud beers.


- Original Message - 
From: Allen [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, May 05, 2008 12:28 PM
Subject: RE: [NF] XP Service Pack 3 is out.


People are stupid. They eat McDonalds rubbish, drink bud beers and run
windows. Silly as it is its fact. Linux will not be ready for big time
unless they make programmers program for it and give people what they need.
Not just a cheap version of windows that runs not a lot.
Allen 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] XP Service Pack 3 is out.

2008-04-30 Thread kam
Win2000 was the last M$ OS that had less (fewer is for things you can count) 
bugs so that it is somewhat usable. That stupid 
account activation crap that probably cost M$ billions of dollars in calls to 
India destroyed XP and Vista along with all the other 
crap that doesn't work.


- Original Message - 
From: MB Software Solutions General Account [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, April 30, 2008 7:44 AM
Subject: Re: [NF] XP Service Pack 3 is out.


Alan Bourke wrote:
 On Wed, 30 Apr 2008 09:12:48 -0400, David Crooks [EMAIL PROTECTED]
 said:

 Why does my gut say to wait and see???

 Your gut might be right after all David ...

 http://www.theregister.co.uk/2008/04/30/xp_sp3_delayed/

 From the article:

Just last week Microsoft boss Steve Ballmer hinted that XP could be
reprieved from end-of-life if enough customers demand it.


Hmmm...how many is enough ???


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] XP Service Pack 3 is out.

2008-04-30 Thread kam
Point taken, however, note that one of the (many?) problems with SP3 was with 
one of M$ own programs. You would think they would at 
least check that. This is not a hardware issue. M$ should have have control 
over all their own programs.

I have an idea for M$ quality checking for the next update. (I am trying to 
be serious here). Send the update to all the 
different divisions that have software that is supposed to work with the update 
and have them see if it does work. If not, then 
don't send the update out to customers.

It makes you wonder if they checked anything.

- Original Message - 
From: Rick Schummer [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Wednesday, April 30, 2008 10:50 AM
Subject: RE: [NF] XP Service Pack 3 is out.


 Also, I'd kind of like to test the thing on one station before it gets 
 updated on all of 'em.

Is that not Microsoft's job. I thought that is why they have alpha and beta
testers to test the update so it does (not) mess up your machines, or is it M$
machine?

Hi Mike,

I know you are sort of a rookie in this business, so come talk to me about 
deployment when you have
installs going out to 10's of millions of machines with different hardware and 
software configured
(all of it out of your control). You certainly can write your own ticket 
anywhere when it goes
perfect on all of them. g

This is why the professionals take on the testing responsibilities in-house 
before they allow it to
roll out to their entire infrastructure.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] XP Service Pack 3 is out along with some rants

2008-04-30 Thread kam
If they would concentrate on quality and new inventive products like Apple, 
they would not need to be so paranoid and litigious. Of 
course, when you are a 90+% monopoly, it is natural to loose all the incentive 
to innovate. They are happy to hang on to their 
market share. I guess when you have that much money in the bank, it does tend 
to make you complacent. They could be advancing 
computing and helping the world to be more efficient. Some people are happy to 
rip everyone off and keep the status quo.

Note the difference between that kind of thinking and T Boone Pickens. He was 
70 before he made his first billion. He is 80 and is 
starting a 10 billion dollar windmill farm to generate 4000 megawatts. T Boone 
will accomplish what all the politicians refuse to 
do. Bill Gates could do something usefull like that with his money. What could 
he possibly do that would be better for the world 
than to find a way to generate all the power we need with renewable sources?


- Original Message - 
From: MB Software Solutions General Account [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, April 30, 2008 11:28 AM
Subject: Re: [NF] XP Service Pack 3 is out.


kam wrote:
 Win2000 was the last M$ OS that had less (fewer is for things you can count) 
 bugs so that it is somewhat usable. That stupid
 account activation crap that probably cost M$ billions of dollars in calls to 
 India destroyed XP and Vista along with all the 
 other
 crap that doesn't work.

I'd certainly love to know it they did in fact lose billions...but then
again, how much was offset by new purchases (instead of pirated copies)?


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] XP Service Pack 3 is out along with some rants

2008-04-30 Thread kam
What in insensitive thing to say!

- Original Message - 
From: Michael Madigan [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, April 30, 2008 7:39 PM
Subject: Re: [OT] XP Service Pack 3 is out along with some rants


He'd rather sink it down a rat hole by providing aid to Africa.  

 Bill Gates could do something usefull like that with
 his money. What could he possibly do that would be better
 for the world 
 than to find a way to generate all the power we need with
 renewable sources?



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


XP02 SP2 - AVG Free 8.0

2008-04-27 Thread kam
I downloaded AVG free 8.0 here:
http://free.grisoft.com/ww.download?prd=afe

It installed ok and seems to work ok, but my computer has already locked up two 
times in the first hour. This computer has not been 
locking up more than 1 time per week - and that may be a record for a M$ 
product considering that I have 6 displays and run many 
different programs.

Has anyone else installed this?

Note that I have spybot installed and both times the little 'loading' spybot 
screen was visible when the lockup occurred. This 
seems to indicate that there is an incompatibility between the 2 programs. I 
ran spybot with the AVG free 7.5 version for a year 
with no particular problem - other than the resident shield would not load 
beginning a few months ago - if you google that you will 
get thousands of hits - none of the suggestions worked for me (or anyone else) 
so I did not worry about it.


. 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Installing software as regular user

2008-04-25 Thread kam
Yes, and putting spaces in folder names is such a great idea. 

- Original Message - 
From: Paul McNett [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Friday, April 25, 2008 10:26 AM
Subject: Re: [NF] Installing software as regular user


The silly My thing, I'm convinced, came about simply to show that yes, 
Windows can now do spaces in filenames, and filenames longer than 8 
characters. The rest of the computer world was like, wow, finally! But 
Microsoft's idea was to put spaces and long directory names everywhere, 
because now they could. This exemplifies the lack of vision I mentioned 
in a different thread yesterday.




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Goring the sacred cow LOL.

2008-04-25 Thread kam
My alternative would be to mandate all electric automobiles by a certain date 
so all manufactures would begin development now.

The production and transmission of the electricity would be by various means - 
gradually moving away from anything that burns. 
There are many good ways to make electricity that are not being promoted. Get 
the pollution off the roads and into isolated places 
so it could eventually be replaced by better, cleaner methods.



- Original Message - 
From: Stephen Russell [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Friday, April 25, 2008 7:06 AM
Subject: Re: [OT] Goring the sacred cow LOL.


On Thu, Apr 24, 2008 at 8:05 PM, kam [EMAIL PROTECTED] wrote:

 Yes, burning corn in automobiles is a really smart thing to do. In fact, I
 think we should burn all our food in automobiles. Too
 bad we can burn all the clean water we have in automobiles. Got to keep
 those automobiles going no matter what. When I was a kid we
 used to go for a 'Sunday drive' after church. In Los Angeles, gas was
 cheap. You could not see more than 50 feet in front of the
 car, but it was great to go out for a drive.



Do you have an alternative for the fuel situation?  Or just the ability to
re-identify the obvious stupidity of the past market , it's lobbyists, and
the fools in power who swayed in the breeze?



-- 
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN

901.246-0159


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Anyone know where outlook hides its export file?

2008-04-24 Thread kam
Yes, another brilliant (stupid) decision by M$. What idiot thought up the 
stupid idea to put everything 42 folders deep in 
'Documents and Settings'? Those guys are not only stupid, they are obnoxious. 
Did they ever try to find anything in that maze? M$ 
is obviously not happy having 90+% of the market. They are going to throw it 
away by making their unusable, bug infested operating 
system even more unusable and more bug infested. I expect the next version to 
require a 2 hour phone call to India to get a 200 
character code of some kind to do the installation. Then if you change your 
monitor you will have to call the Indians again for 
another 1 hour phone call. Eventually M$ will spend so much money paying the 
Indians to give out those stupid codes that they will 
not have any profit left. (We can only hope)


- Original Message - 
From: Vince Teachout [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Thursday, April 24, 2008 2:06 PM
Subject: Re: [NF] Anyone know where outlook hides its export file?


Nicholas Geti wrote:
 WAB files can be found by opening Outlook Express. Then Tools, Options,
 Maintenance Tab. Then Store Folder.

 PST files cannot be found using the Search function. Normal location is
 C:\Documents and Settings\x\Local Settings\Application
 Data\Microsoft\Outlook  where x is the user name.


Excellent!  Thank you.


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Bush's plan for cutting your gasoline bills

2008-04-24 Thread kam
20+ years from now the Ethanol cruel joke will go down in history as the single 
worst decision ever made by a president. I am 
convinced that it was the most idiodic decision ever made by anyone with a 3rd 
grade education, other than the M$ decision to make 
WinXP and then Vista. I know all the reasons why it was a complete disaster, so 
I tried to come up with at least 1 reason why it 
made sense. All I can think of is: (1) it keeps the money in the US instead of 
sending it to the terriorists who are dying to kill 
Americans. (2) It does burn cleaner than gasoline (even though it is a net 
carbon negative). As far as making ethanol from 'switch 
grass' ha ha. That's a good one. I wonder what corn grower with a US gov 
subsidy came up with that as a way to sell corn as a first 
step to the technology. Funny there may be a 3rd good thing about ethanol. Can 
you belive that some of the cocaine growers in 
Afganistan are starting to grow corn because it sells for more!!!


- Original Message - 
From: Pete Theisen [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, April 23, 2008 1:40 PM
Subject: Re: [OT] Bush's plan for cutting your gasoline bills


On Wednesday 23 April 2008 14:24, Ed Leafe wrote:
 http://www.harborfreight.com/cpi/ctaf/Displayitem.taf?itemnumber=3878

 -- Ed Leafe

Hi Ed!

A new low in cheap shots even for you!
-- 
Regards,

Pete
http://www.pete-theisen.com/


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Goring the sacred cow LOL.

2008-04-24 Thread kam
Yes, burning corn in automobiles is a really smart thing to do. In fact, I 
think we should burn all our food in automobiles. Too 
bad we can burn all the clean water we have in automobiles. Got to keep those 
automobiles going no matter what. When I was a kid we 
used to go for a 'Sunday drive' after church. In Los Angeles, gas was cheap. 
You could not see more than 50 feet in front of the 
car, but it was great to go out for a drive.



- Original Message - 
From: Michael Madigan [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Thursday, April 24, 2008 7:34 AM
Subject: Re: [OT] Goring the sacred cow LOL.


Make Ethanol - Starve People!

--- On Thu, 4/24/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 From: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Subject: Re: [OT] Goring the sacred cow LOL.
 To: profox@leafe.com
 Date: Thursday, April 24, 2008, 10:19 AM
 Could we call it Algoring the sacred cow?

 http://en.wikipedia.org/wiki/The_Great_Global_Warming_Swindle

 How dare the third world want economic progress when
 the environment is in
 danger is perhaps the highlight of it all.
 Particularly the Greenpeace
 founder guy on this topic.

 The programme describes the idea of restricting the
 world's poorest people to alternative energy sources as
 the most morally repugnant aspect of the Global
 Warming campaign. 

 Preach it brother!  Where are all the defenders of the
 downtrodden?  Out hugging trees I suppose.

 --
 Larry Miller

 --- StripMime Report -- processed MIME parts ---
 multipart/mixed
   multipart/alternative
 text/plain (text body -- kept)
 text/html
   message/rfc822
 ---

 ___
 Post Messages to: ProFox@leafe.com
 Subscription Maintenance:
 http://leafe.com/mailman/listinfo/profox
 OT-free version of this list:
 http://leafe.com/mailman/listinfo/profoxtech
 Searchable Archive: http://leafe.com/archives/search/profox
 This message:
 http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
 ** All postings, unless explicitly stated otherwise, are
 the opinions of the author, and do not constitute legal or
 medical advice. This statement is added to the messages for
 those lawyers who are too stupid to see the obvious.


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Porting VFP apps to other languages - how big a deal? (was RE: VFPmarketing)

2008-04-20 Thread kam
Hey Malcolm,

There are many people on this list (including me) that plan to do the same 
thing you are doing.

It would be nice if there was a translator. I probably would not use it for 
production code because translators are always (my 
experience) sloppy code, but I would like to see the Python code that does a 
function similar to vfp.

I think a re-write is important, painful, but important. When I re-wrote all my 
old fpd code into vfp, it was painful and took a 
year, but now I have a much cleaner program. I think the same will happen when 
moving to Python. That was 10 years ago - time for a 
new re-write.

Like you, I think almost everything could be done in python instead of using 
dll/ocx components with the stupid requirement to 
'register' them. I wonder what idiot at Microsoft thought up that nonsense?


- Original Message - 
From: Malcolm Greene [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Sunday, April 20, 2008 9:32 AM
Subject: Porting VFP apps to other languages - how big a deal? (was RE: 
VFPmarketing)


Hi Bill,

Like you, I sell a suite of proprietary products built on a huge code
base of FPD, FPW, and VFP code.

At the moment I'm aggressively studying Python as an alternative to VFP.
While I haven't started to port any of my code yet, I'm beginning to
think that porting my code base may not be the huge effort I originally
feared. Why? Because what makes my products unique is their design and
algorithms, not the actual plumbing. And I don't need to re-invent my
design or algorithms - just the plumbing.

One of the things I noticed when I moved my FPD/FPW applications to VFP
was how much my code base began to shrink. Partially because I was
cleaning up (refactoring) poorly designed code and partially because VFP
simplified a lot of functionality that I had previously built by hand.
I'm confident that I'm going to see the same type of reduction if I port
to Python - especially in the fringe areas of my application that took
me outside VFP's 'comfort zone', eg. web interfaces, regular
expressions, os interfaces, etc.

After studying Python and then reviewing my VFP code with a fresh
perspective, I'm surprised about how much VFP 'cruft' is buried in my
code. Cruft that is directly tied to the VFP language or workarounds for
the VFP language vs. code fundamental to my application's logic.

Bottom line: At this point, without having gotten my hands dirty yetg,
I'm a lot more optimistic about the feasibility of porting apps from VFP
to Python than I was several months ago.



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Feedback on Brother laser printers? (thanks!)

2008-04-14 Thread kam
We have 2 brother laser multi function printers and they are easily the best 
lasers we have owned. The fax, scan, copies all work 
great. The included ScanSoft software is not that good, but it does work.

1. We had an OKI which was huge and broke after about 600 pages. We returned it.
2. We have 2 Canon D761 which work ok, but the ADF broke on one in less than a 
month and the cartridges cost nearly $200.
3. We have an Epson which prints CD/DVDs and it works ok. If Brother made a 
CD/DVD printer, we would buy it.

We suggest you check Costco.com for pricing before buying anywhere else. Think 
about how you would return it (if there is a 
problem) before you buy. Best Buy was terrible a few years back, not sure if 
they are better now.

Check Meritline.com for laser cartridges and ink jet. They have great pricing 
and we have never had a problem.



- Original Message - 
From: Malcolm Greene [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, April 14, 2008 9:55 AM
Subject: Re: [NF] Feedback on Brother laser printers? (thanks!)


Michael, Jean, John:

Thanks for the feedback!

For anyone else following this thread, I did some quick research, and
BestBuy is offering this printer for $99
http://www.bestbuy.com/site/olspage.jsp?skuId=8661806type=productid=1196470157571ref=09loc=01srccode=cii_5766179cpncode=18-5795711-2

Malcolm


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: SQL Passthrough and ODBC

2008-04-04 Thread kam
Can you show me the code to browse a specific table (or select * from MyTable)

OConn is an object with properties so the code below seems to work. In this dbc 
there is a table named m6nmpt.dbf and a view to 
look at all the data named vnmpt  (the view has the same data you would get 
from select * from m6nmpt). Even better, is there a 
reference for working with oledb in vfp9 sp2?  the Microsoft site has a lot of 
information, but it is very superficial and never 
(at least I can't find it) shows the code for accessing/updating data.


 OConn = CREATEOBJECT(ADODB.Connection)
   OConn.ConnectionString = provider=vfpoledb.1;data 
source=U:\ssi\304901\Share\ptshare.dbc
   OConn.Open




- Original Message - 
From: Stephen Russell [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Friday, April 04, 2008 6:49 AM
Subject: Re: SQL Passthrough and ODBC


On Thu, Apr 3, 2008 at 4:49 PM, Jeff Johnson [EMAIL PROTECTED] wrote:

 I just received a question from a dba and I think I know the answer, but
 I really need to make sure.  I am accessing MSSQL Server tables using
 SQL passthrough in VFP.  I use SQLSTRINGCONNECT() and then send a select
 statement with SQLEXEC.  They are moving from SQL2000 to SQL2005 and
 wanted to know if I used any ODBC drivers.  I don't think so, but I
 wanted to check with the experts to make sure.

-

www.connectionstrings.com  is the best reference for how to use just about
EVERY data source known.



-- 
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN

901.246-0159


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


OLE DB and recordsets access to DBC/DBF - was Re: SQL Passthrough and ODBC

2008-04-04 Thread kam
I am in the process of converting to PostgreSQL. I would like to do everything 
I need using my existing DBC/DBF files first to be 
sure I have all the data access separated from the user interface and also get 
some experience. This is a very old application 
dating back to 1977 using Basic Plus on DEC computers, converted to Fox dos 
then VFP with more than 1 million lines of code so it 
will take some time. Mainly I am just playing around trying to decide how I 
want to do it.

My code is using ole db and recordsets. I should have put more code: (think I 
figured out how to browse using some code on 
foxite.com) vfp has really incredible resources available. I hope python is 
that good when I finally get everything converted in 
about 4 - 6 years. I hope there are other people on this list going through a 
similar conversion. Foxite has more examples than you 
have time to review.

* my code below. This does work and is a good start for accessing anything in 
the dbc
loCN = Createobject(ADODB.Connection)
loRS = Createobject([ADODB.RecordSet])

loCN.ConnectionString = provider=vfpoledb.1;data 
source=U:\ssi\304901\Share\ptshare.dbc
loCN.Open

If loCN.State = 1 If Connection is fine, create RecordSet
   loRS.ActiveConnection = loCN
   loRS.CursorType = 1  adOpenKeySet
   loRS.LockType   = 3  adLockOptimistic
   loRS.Open(Select * From m6nmpt)

   ?loRS.RecordCountDisplay Number of Records
   loRS.MoveFirst Start At the Top of the File

   Do While Not loRS.Eof
  ?  new record
  For lnI = 1 To loRS.Fields.Count
 If lnI = 1
? loRS.Fields(lnI-1).Value
 Else
? loRS.Fields(lnI-1).Value
 Endif
  Endfor
  loRS.MoveNext()
   Enddo
Endif

- Original Message - 
From: Stephen Russell [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Friday, April 04, 2008 12:55 PM
Subject: Re: SQL Passthrough and ODBC


On Fri, Apr 4, 2008 at 2:48 PM, kam [EMAIL PROTECTED] wrote:

 Can you show me the code to browse a specific table (or select * from
 MyTable)

 OConn is an object with properties so the code below seems to work. In
 this dbc there is a table named m6nmpt.dbf and a view to
 look at all the data named vnmpt  (the view has the same data you would
 get from select * from m6nmpt). Even better, is there a
 reference for working with oledb in vfp9 sp2?  the Microsoft site has a
 lot of information, but it is very superficial and never
 (at least I can't find it) shows the code for accessing/updating data.


  OConn = CREATEOBJECT(ADODB.Connection)
   OConn.ConnectionString = provider=vfpoledb.1;data
 source=U:\ssi\304901\Share\ptshare.dbc
   OConn.Open




Are you in VFP and using ODBC for a dbf?  Why?

Why not open database U:\ssi\304901\Share\ptshare.dbc
Then do the Select from there?

No if your in VB, Delphi etc then you need that oldeb functionality.





-- 
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN

901.246-0159


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Cordless multi-handset phones

2008-04-02 Thread kam
We use Panasonic also and we are generally happy with the quality. We have one 
major complaint that affect us in a very negative 
way. If you have 8 phones in an office, you probably don't want all of them to 
ring. So you program one or two to ring. 
Unfortunately, Panasonic does not display Caller ID info on any phones that do 
not ring. How stupid is that? Do they think that a 
phone that does not ring is not being used? It is really a major problem for us.

We have a Siemen system that works correctly, so I would recommend it.


- Original Message - 
From: Richard Mertl [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Tuesday, April 01, 2008 11:46 AM
Subject: RE: [NF] Cordless multi-handset phones


We are using the Panasonic KX-TG6502 which supports up to 8 handsets.
We use only four. They work great.
The unit supports two lines.
My only complaint is that no one puts back the handsets where they are
supposed to be.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Madigan
Sent: Tuesday, April 01, 2008 2:36 PM
To: [EMAIL PROTECTED]
Subject: [NF] Cordless multi-handset phones

We want to replace our phone system with a phone in
every room.  We really only need a one-line phone.  We
were looking at a 4 phone system.

Does anyone have a brand or model that they really
love or really hate so I can avoid it?





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Gmail problems?

2008-04-02 Thread kam
This is what we do. The link is very complex and not something that anyone 
could guess. We encrypt to a self extracting exe.
The passphrase is given by voice over the phone, fax or some unrelated method. 
The file is removed from the web server as soon as 
we get confirmation that the client has it. This is very clean and it gives you 
total control. There is no limitation on the type 
or size of attachment. Also, you don't clog up your email backup with large 
attachments.


- Original Message - 
From: MB Software Solutions General Account [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Tuesday, April 01, 2008 2:54 PM
Subject: Re: [NF] Gmail problems?


Vince Teachout wrote:
 FWIW, I generally dump the file to my web site, and include a link to
 the file as a backup option.


I do that too.it gets to the client quicker without the bulk of the
attachment (which may be a deal-breaker in some instances).



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: How do I hide one page on a pageframe?

2008-03-31 Thread kam
That is what I use:
page.enabled = .F.

This will not let the user select the tab, it 'greys' it out so it is obvious 
that tab is not a valid selection. You don't lose any 
pages and/or code so you could even enable the page if they purchase that 
module.

- Original Message - 
From: John Weller [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, March 31, 2008 10:49 AM
Subject: RE: How do I hide one page on a pageframe?


Perhaps you could disable the pages relevant to the modules that have not
been purchased?  Reducing the page count will always drop off the last page
or pages.

John Weller
01380 723235
07976 393631

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Vince Teachout
 Sent: 31 March 2008 18:41
 To: [EMAIL PROTECTED]
 Subject: Re: How do I hide one page on a pageframe?


 John Weller wrote:
  I assume you are using a pageframe without tabs as a wizard
 with Next/Back
  buttons.  If so the Next button will increment the ActivePage
 by 1.  If they
  have not bought a particular module then increase the
 ActivePage by 2.  A
  garbled explanation but if you need more detail let me know.
 
  HTH
 No, it's a tabbed form, with 1 page for setups for each module.  Thanks,
 though.




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Expelled for questioning Darwin

2008-03-31 Thread kam
It is unfortunate that the Garden of Eden was in the the US. Here, neither Adam 
or Eve would be at fault. Here there is no concept 
of personal responsibility. Since God is obviously a 'deep pocket' there would 
be a long line of sleezy lawyers (I know, I know, 
redundant) to file suit against God. Adam and Eve would not end up with any 
money after fees and costs, but at least no one would 
blame them.


- Original Message - 
From: Charlie Coleman [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, March 31, 2008 12:02 PM
Subject: Re: [OT] Expelled for questioning Darwin


At 09:42 AM 3/11/2008 -0400, Ed Leafe wrote:
On Mar 11, 2008, at 10:39 AM, Charlie Coleman wrote:

  It sounds like the hang up you have is that God may actually allow His
  created to make a wrong choice. I suppose I'm trying to say that when He
  gave us free will it seems He limited Himself in that He would not
  intervene if we did make a wrong choice.

 You continue to ignore the main issue: the fact that we are stupid/
unwise/impulsive enough to make wrong choices. That's a design
decision the Mr. Omnipotent made before anything else. He made us
weak; he made us stupid; he gave us impulses and a limited ability to
control them.

Actually, I believe the first and only choice was the regarding the Tree of
Knowledge of Good and Evil in the Garden of Eden. Don't eat from it seems
to be a pretty simple instruction. But God did give Adam and Eve free will
and they ended up choosing wrongly. Was that God's fault? I don't think so
- it wasn't like they didn't understand the one thing they weren't supposed
to do. But they allowed themselves to be deceived (free will makes it
possible to be deceived). After that first fall, everything else in the
world was corrupted - at least our perception of things in regards to how
God originally created them. So God didn't design us stupid - we did that
to ourselves.

To you it may seem more logical to just have wiped out humankind altogether
at that point, and the billions/trillions of people since the fall just
simply would never have existed. But apparently God didn't choose that path.

The good news is that God did provide a way for us to get back to Him. It
was foretold that many still won't accept it - maybe because of pride - but
there will be billions that do. It is an exercise in our free will to
determine which way we go.

-Charlie



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Expelled for questioning Darwin

2008-03-31 Thread kam
What if a person believes in the Flying Spaghetti Monster but does not believe 
in adam and eve? I can actually see spaghetti so I 
know that it exists. To believe in adam and eve I would (I think) have to 
ignore all the bones and evidence of prior life forms. I 
suggest watching the history channel and the 'Universe' series of programs. Our 
knowledge of the beginning of the Earth, life 
forms, continents, oceans, temperature changes, etc has come a long ways in the 
past 50 years.



- Original Message - 
From: Ed Leafe [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, March 31, 2008 1:00 PM
Subject: Re: [OT] Expelled for questioning Darwin


On Mar 31, 2008, at 3:00 PM, Charlie Coleman wrote:

 Do you have a list of resources you have used to research and prove to
 yourself that Adam and Eve and the Ark did not exist?


You do not have to prove that an outrageous claim is False; the
burden is on the one making the claim to prove it true. If you don't
agree that this is fair, then I would ask you first to prove that the
Flying Spaghetti Monster does not exist.

-- Ed Leafe





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Expelled for questioning Darwin

2008-03-31 Thread kam
I did not write that. you mixed up the emails.

- Original Message - 
From: Ricardo Araoz [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, March 31, 2008 4:02 PM
Subject: Re: [OT] Expelled for questioning Darwin


kam wrote:

 Actually, I believe the first and only choice was the regarding the Tree of
 Knowledge of Good and Evil in the Garden of Eden. Don't eat from it seems
 to be a pretty simple instruction. But God did give Adam and Eve free will
 and they ended up choosing wrongly. Was that God's fault? I don't think so
 - it wasn't like they didn't understand the one thing they weren't supposed
 to do. But they allowed themselves to be deceived (free will makes it
 possible to be deceived). After that first fall, everything else in the
 world was corrupted - at least our perception of things in regards to how
 God originally created them. So God didn't design us stupid - we did that
 to ourselves.


Faulty logic. The most simple definition of being stupid is to make
wrong choices. So if Adam and Eve where intelligent enough they would
have seen their best interest and not eaten. OTOH if they were deceived
then it follows they were not intelligent enough, god knew this, he is
omni-sapient and he designed the stupid robots, and yet he gave them
free will. So obviously there are only a few choices: God is a sadist,
God is stupid himself, there is no free will, there is no original sin
and the whole story is a stupid scam. Pick your choice.


 The good news is that God did provide a way for us to get back to Him. It
 was foretold that many still won't accept it

True, it was foretold that many would not accept Ricardo as their true
god. And guess what. The prediction has been fulfilled!!! That alone
proves I am the true and only god.

Now I'm going to bed. Arguing with stupid mortals tires me.



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Question for you longtime FoxPro guys

2008-03-27 Thread kam
Others on this list are better at sql than I am.

Select * from MyTable where cCode = MyTag

If empty(cCode)
   MESSAGEBOX('That key not found')
endif

I don't know the field you are searching on, but that is the idea. With a small 
change you could put this record into a view/file, 
etc. You could copy it to a new dbf and a lot of things like that.


- Original Message - 
From: John Weller [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Thursday, March 27, 2008 10:29 AM
Subject: RE: Question for you longtime FoxPro guys


OK - I want to position the record pointer in a table on a particular record
based on a primary key if it exists, if not I want an error message.  I
would use the code:

IF SEEK(Thisval, 'MyTable','MyTag')
** Do something
ELSE
MESSAGEBOX('That key not found')
ENDIF

What is the SQL I should use instead?

John Weller
01380 723235
07976 393631

 Using seek locks you into VFP. If you are starting to design a
 program now, you should consider using SQL for data access. You
 would be developing code that would work in other languages and
 databases with fewer changes.




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Question for you longtime FoxPro guys

2008-03-27 Thread kam
In a different email someone pointed out the advantage of separating the user 
interface code from the data. I know what you are 
doing. I did that for 10 years with fox-dos and I was very happy with it. I 
could 'feel' the data and I liked having the control 
(like knowing where the record pointer is). I really did not like moving to VFP 
with objects, views, and all that nonsense. But I 
went to the meetings and forced myself to write some code and make sure I was 
not stuck in the past. That was about 9 years ago and 
I would never go back. Now I don't care about the record pointer. I don't even 
remember why I ever cared. I am not as far along as 
others on this list. I feel I am ready to begin moving to Python and PostgreSQL 
in the near future. I don't want to start any 
flaming on this list, but I think it is possible that most people on this list 
will be using something other than VFP ten years 
from now. Time passes faster the older you get. Also it gets more difficult to 
learn new things.


- Original Message - 
From: John Weller [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Thursday, March 27, 2008 10:45 AM
Subject: RE: Question for you longtime FoxPro guys


But that won't position the record pointer - which is what I wanted.
Personally I prefer to use a SEEK instead of SET RELATION TO to position the
record pointer for whatever I need.  I accept your point that SQL is more
general but I can't see anyone ever wanting to move code to another
language, there are too many differences so it would be a re-write job
anyway.

John Weller
01380 723235
07976 393631


 Others on this list are better at sql than I am.

 Select * from MyTable where cCode = MyTag

 If empty(cCode)
MESSAGEBOX('That key not found')
 endif

 I don't know the field you are searching on, but that is the
 idea. With a small change you could put this record into a view/file,
 etc. You could copy it to a new dbf and a lot of things like that.





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread kam
I just tried to install the 8.3.1 version on Windows. The setup.bat has some 
examples which do not work. I am new to Postgresql and 
would like to be able to do a silent install. Has anyone done that? If so what 
is your command line?

I used this and it does not work:
msiexec /i postgresql-8.3-int.msi /qr INTERNALLAUNCH=1 ADDLOCAL=server,psql 
SERVICEDOMAIN=%COMPUTERNAME% 
SERVICEPASSWORD=SecretWindowsPassword123 SUPERPASSWORD=VerySecret 
BASEDIR=C:\PostgreSQL /log install.log



- Original Message - 
From: MB Software Solutions General Account [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, March 24, 2008 9:09 AM
Subject: Re: VFP and PostgreSQL used to process FTC DoNotCall updates


Gil Hale wrote:
 snipped One of my little tricks I use for
 SQL-SELECT processing with fairly large VFP tables (3 million records, 78Mg
 table) about came in handy when pulling records with my VFP parameterized
 view when the PostgreSQL records came over real slow.  I issued a
RECCOUNT()
 (after performing a REQUERY() with the new Parameter value) against the
 Parameterized View, and POW!  The records flew over pronto!  Works great
for
 the 78Mg table following a SQL-SELECT, works just a well for the much
larger
 PostgreSQL table result set!


I've heard this tip before.  Wonder why it is the way it is?  Why does
something so innocent/simple like that really add the POW! to the
equation I wonder?





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread kam
Thanks,

I need the silent install so I can get it on a user's computer. I have very few 
users who could answer the questions for a regular 
install. Also, I want to set the default passwords and other things so I can 
use them in my program to automate everything for 
those users who can't handle it.



- Original Message - 
From: Gil Hale [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, March 24, 2008 11:43 AM
Subject: [NF] RE: VFP and PostgreSQL used to process FTC DoNotCall updates


Greetings Kam!

I think I did some Screen Shots of when I did my Windows PostgreSQL
installation the other year.  I had to do some config file changes so it
could be seen on the network by other PCs, and some other things.  I did not
do a Silent Install, but there are some other things you ought to be aware
of in the setups that I found of value.  Perhaps my ScreenShots would be of
help in that regard.

Also, I scored an EXCELLENT book named PostgreSQL For Windows, written by
Richard Blum.  I purchased an advance copy and had to wait 6 months to get
it.  It was very much worth the wait.  Anyway, all of the other PostgreSQL
books I picked up were written with a UNIX/Linux user in mind, with perhaps
a slight mention of how to do a Windows installation, kind of...  This book
nails the Windows aspect of it very nicely.  The VFP connectivity is
something you will have to dig through.  Be sure to get pcAdminIII (free) to
help manage the PostgreSQL database.

Now that I have a few Linux Servers cooking (Suse Enterprise Server v-10 and
Ubuntu 7.10), both with PostgreSQL Server running on them, I am planning to
migrate to that OS soon.  That said, performance on my Windows Server 2003
machine has been excellent (Dell sc430 Server, P4 dual core 2.8 Ghz, 1Gb
RAM, 7200 173Gb UltraWide SCSI).  I am likely going to start using the
Compaq Linux Server (Ubuntu v-7.10, P4 Dual Core 2.8Ghz, 1.5Gb RAM, 7,200
SATA HDD), just to get a feel for what that is all about.

Anyway, I see your personal eMail is [EMAIL PROTECTED]  I will send the
ScreenShots as an attachment to that target address.  If you prefer I send
it elsewhere just let me know ([EMAIL PROTECTED]).


Gil


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of kam
 Sent: Monday, March 24, 2008 2:26 PM
 To: [EMAIL PROTECTED]
 Subject: Re: VFP and PostgreSQL used to process FTC DoNotCall updates


 I just tried to install the 8.3.1 version on Windows. The
 setup.bat has some examples which do not work. I am new to Postgresql and
 would like to be able to do a silent install. Has anyone done
 that? If so what is your command line?

 I used this and it does not work:
 msiexec /i postgresql-8.3-int.msi /qr INTERNALLAUNCH=1
 ADDLOCAL=server,psql SERVICEDOMAIN=%COMPUTERNAME%
 SERVICEPASSWORD=SecretWindowsPassword123
 SUPERPASSWORD=VerySecret BASEDIR=C:\PostgreSQL /log install.log



 - Original Message -
 From: MB Software Solutions General Account
 [EMAIL PROTECTED]
 To: ProFox Email List profox@leafe.com
 Sent: Monday, March 24, 2008 9:09 AM
 Subject: Re: VFP and PostgreSQL used to process FTC DoNotCall updates


 Gil Hale wrote:
  snipped One of my little tricks I use for
  SQL-SELECT processing with fairly large VFP tables (3 million
 records, 78Mg
  table) about came in handy when pulling records with my VFP
 parameterized
  view when the PostgreSQL records came over real slow.  I issued a
 RECCOUNT()
  (after performing a REQUERY() with the new Parameter value) against the
  Parameterized View, and POW!  The records flew over pronto!  Works great
 for
  the 78Mg table following a SQL-SELECT, works just a well for the much
 larger
  PostgreSQL table result set!
 

 I've heard this tip before.  Wonder why it is the way it is?  Why does
 something so innocent/simple like that really add the POW! to the
 equation I wonder?





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 SP1 and Vista - Possibly Solved

2008-03-19 Thread kam
Pretty amazing that a computer with Vista would run long enough to have a 
problem like that.


- Original Message - 
From: Kent Belan [EMAIL PROTECTED]
To: 'ProFox Email List' profox@leafe.com
Sent: Wednesday, March 19, 2008 7:20 AM
Subject: RE: VFP9 SP1 and Vista - Possibly Solved


Just for your info,
Luis Navas posted on VFPx forum there is a microsoft fix for this Vista
problem
http://support.microsoft.com/kb/932406



 Hello,
 I think I may have solved the Vista freak out problem.
 I posted the problem in the VFPx forum and Doug Hennig
 answered that he had experienced the problem and also heard
 from another person that had the same problem.

 The problem is caused by updating the main forms caption with
 a timer. I use a timer to display the data and time in the
 main forms caption. Apparently Vista freaks out when the
 caption is update to much. Thanks Vista.

 I disabled the timer and the program is working good now.

 I would have never guessed that was going to be a problem.

 Doug said that Vista SP1 may have fixed the problem (hope so)...

 Hope this helps,
 Kent





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 SP1 and Vista

2008-03-14 Thread kam
I just got a new Acer 17 laptop. My VFP SP1 application runs normally. The 
display is a little 'washed out' but that is true with 
all the Vista computers I have seen. Does anyone know how to get a win2k or 
WinXP display from Vista? In fact, I would like to 
replace all that Vista junk with the more familar Win2k or WinXP desktop. I 
don't get the reason for rearranging everything. Seems 
stupid to me. I guess it is a marketing thing to make people think it is 
something diffrerent.



- Original Message - 
From: Kent Belan [EMAIL PROTECTED]
To: 'ProFox Email List' profox@leafe.com
Sent: Friday, March 14, 2008 12:39 PM
Subject: RE: VFP9 SP1 and Vista


I have been testing on my Laptop with Vista Windows Aero and transparancy
turned off.
I leave the VFP9 SP1 EXE running on minimized and not too long the windows
command bar
starts to become corrupted. The time disappears, the icon shortcuts
disappear and the running applications that are on the task bar all move the
the left where the icon shorcuts were. I can not run any other programs.

The only way to recover is to ctrl-alt-del and logoff and log back on or
reboot.

Has anyone else seen this behaviour with Vista?
The VFP9 SP1 EXE works fine on XP.

Thanks,
Kent



 That sounds like a driver issue with the video card, or the
 video card is heating up and dying.
 I run VFP 9 SP 1 all day on my Areo enabled Vista. With a few
 tweaks in the code, most of the video problems are gone.
 Dockable windows is the only thing I've not found a
 correction for. I don't think I will either.

 Tracy

 -Original Message-
 From: Kent Belan
 Sent: Friday, March 14, 2008 11:46 AM

 Hello,
 I have a VFP9 SP1 program when running on Vista, with Windows
 Aero Appearance selected will lock up the computer after
 running for a while.

 I tried to change the appearance to Windows Vista Basic, but
 that made the desktop screen freak out after a while and turn
 black and move the task bar.
 The only way to recover is to reboot or logoff.

 I have switched to Windows Standard appearance and the
 program seems to work fine, but all the Vista stuff is now gone ...

 I am not going to be able to tell people they have to change
 to Windows Standard appearance if they want to run my program.

 Has anyone seen this behaviour and know a solution?
 Thanks,
 Kent




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] M$ expanding the target for revenue?

2008-03-12 Thread kam
I saw a commercial advertising a Ford model car with M$ software standard.



- Original Message - 
From: Stephen Russell [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, March 12, 2008 11:30 AM
Subject: [NF] M$ expanding the target for revenue?


And you thought that you hated M$ before.  Just think of what a traffic
light will look like with the BSOD.


http://www.news.com/8301-11128_3-9892252-54.html?part=rsssubj=newstag=2547-1_3-0-20



-- 
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN

901.246-0159


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] M$ expanding the target for revenue?

2008-03-12 Thread kam
Reminds me of a recent serial show on TV - the Sara Connor chronicles or 
something like that. A follow on to the Terminator movies, 
where a software program takes over the world and starts killing humans.



- Original Message - 
From: Paul Hill [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, March 12, 2008 12:34 PM
Subject: Re: [NF] M$ expanding the target for revenue?


On Wed, Mar 12, 2008 at 7:12 PM, Paul M¢Nett [EMAIL PROTECTED] wrote:
 Stephen Russell wrote:
   And you thought that you hated M$ before.  Just think of what a traffic
   light will look like with the BSOD.

  OMG. I'm already annoyed at the new ATM my bank put in, a Diebold
  machine that has no many mis-features it is laughable, and my average
  transaction time has probably gone up threefold. I can just tell that it
  is Windows underneath.

The train information screens around here are Windows based.  I've
seen numerous blue screens, Windows desktops and Windows IP conflict
errors.  In the past I think they were dumb terminal teletext type
systems.  Far more reliable I'd have thought.

-- 
Paul


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] Google gmail - time on emails

2008-03-12 Thread kam
My gmail is one hour behind - 1000 when it should be 1100. Did they not get the 
memo about DST coming early this year? 


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] smart car going electric

2008-02-27 Thread kam
Or geothermal (popular here in N. California)

Supposedly N. Dakota could easily generate enough Wind power for the entire USA 
and Canada for at least 100 years at the present 
rate of growth. They just need the money to build the turbines and an efficient 
way to deliver the power.

- Original Message - 
From: Michael Madigan [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, February 27, 2008 12:00 PM
Subject: Re: [OT] smart car going electric


It's also polution free for solar, wind and hydro.

It isn't pollution free for coal, but I believe it is
cleaner since many coal facilies have been cleaned up.



--- [EMAIL PROTECTED] wrote:

 As proven in laboratory tests at Daimler, the
 high-temperature battery that is located under the
 floor of the vehicle has a lifetime of at least
 1,000
 charging cycles, which is equivalent to a calendar
 lifetime of around ten years.

 How do they figure that's 10 years?  IF you charge
 it
 every day, isn't it 3 years?

 And it's not polution free... the electricity has to
 be generated somehow... unless it's nuclear.

 --
 Larry Miller

 --- StripMime Report -- processed MIME parts ---
 multipart/mixed
   multipart/alternative
 text/plain (text body -- kept)
 text/html
   message/rfc822
 ---

 ___
 Post Messages to: ProFox@leafe.com
 Subscription Maintenance:
 http://leafe.com/mailman/listinfo/profox
 OT-free version of this list:
 http://leafe.com/mailman/listinfo/profoxtech
 Searchable Archive:
 http://leafe.com/archives/search/profox
 This message:

http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
 ** All postings, unless explicitly stated otherwise,
 are the opinions of the author, and do not
 constitute legal or medical advice. This statement
 is added to the messages for those lawyers who are
 too stupid to see the obvious.




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] American Express card -- worth it?

2008-02-26 Thread kam
I got mine from Costco. No fee, has the corporate breakdown if you want. Also 
you get a 'reward' check each month with your bill.


- Original Message - 
From: MB Software Solutions [EMAIL PROTECTED]
To: Profox profox@leafe.com
Sent: Tuesday, February 26, 2008 8:07 AM
Subject: [OT] American Express card -- worth it?


I've got an offer from AMEX to sign up for a company/corporate card.

Is any card worth paying an annual fee?  Theirs is $45/yr, iirc.

Seems to me like a waste of money?

Comments welcomed...tia!

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
Work smarter, not harder, with MBSS custom software solutions!



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Rackspace in the news - exchange server

2008-02-06 Thread kam
My company is looking for a replacement exchange server host. Rackspace hosts 
for Mailtrust and CDC. Does anyone know anything 
about these or have a suggestion?

Mailtrust won't publish their prices - scary
CDC is obsessed with something called AppRiver. I told them we used Google for 
hosting our email and we like them and do not intend 
to change. They don't want to host exchange unless they also host the email. 
Also, I asked if they charge for the admin user since 
it is counted as a user in their control panel and they never answered. We are 
not going to get any email on the admin account (of 
course) so why would we be charged? I never heard of that before.

The host we have been using for the last 2 years is getting flaky - they are in 
Los Angeles. They still work most of the time, but 
email, etc sharing is so critical for us that we are going to get a backup.


- Original Message - 
From: Ed Leafe [EMAIL PROTECTED]
To: ProFox Mailing List profox@leafe.com
Sent: Wednesday, February 06, 2008 1:29 PM
Subject: [OT] Rackspace in the news


http://blogs.zdnet.com/green/?p=768

-- Ed Leafe





Confidentiality Notice: This e-mail message (including any attached or
embedded documents) is intended for the exclusive and confidential use of the
individual or entity to which this message is addressed, and unless otherwise
expressly indicated, is confidential and privileged information of Rackspace.
Any dissemination, distribution or copying of the enclosed material is 
prohibited.
If you receive this transmission in error, please notify us immediately by 
e-mail
at [EMAIL PROTECTED], and delete the original message.
Your cooperation is appreciated.



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Vista SP1 released to manufacturing.

2008-02-04 Thread kam
No it could not be fixed. They did not know where to start. Nothing worked at 
all.


- Original Message - 
From: Michael Madigan [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, February 04, 2008 2:32 PM
Subject: Re: [NF] Vista SP1 released to manufacturing.


Did they even release a service pack for ME?



--- Paul McNett [EMAIL PROTECTED] wrote:

 Michael Madigan wrote:

  What it really shows is that you should never,
 never,
  never buy a Microsoft OS before at least SP1.

 I can't think of a MS product where this hasn't been
 the case:

 Windows 95, 98, NT, 2K, and XP needed at least 2 or
 3 post-releases
 before the OS was usable.

 XBox sucked at first.

 VFP 3, while breaking new ground, wasn't usable.

 on and on...

 Paul

 -- 
 http://paulmcnett.com


 ___
 Post Messages to: ProFox@leafe.com
 Subscription Maintenance:
 http://leafe.com/mailman/listinfo/profox
 OT-free version of this list:
 http://leafe.com/mailman/listinfo/profoxtech
 Searchable Archive:
 http://leafe.com/archives/search/profox
 This message:

http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
 ** All postings, unless explicitly stated otherwise,
 are the opinions of the author, and do not
 constitute legal or medical advice. This statement
 is added to the messages for those lawyers who are
 too stupid to see the obvious.




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Vista SP1 released to manufacturing.

2008-02-04 Thread kam
(my opinion:) When Gates was making all the decisions, it was a great company, 
I remember supporting it. Ever since that lawyer 
Balmer took over, all they care about is money and destroying competition. He 
does not know anything about technology, software and 
could care less about the products. He has lawyers and sales people doing the 
programming. ME, Bob, XP, Vista is what you get.

I remember when IBM owned the market back in the 60's, 70's and 80's. Then they 
were famous for backing up the semi with copy 
machines and suing the competition. They lost their way and almost lost the 
company. I wonder if we are seeing the beginning of the 
end of M$? They have a 90+% monopoly so it will take a long time, but I'll bet 
Balmer and the lawyers can do it. Sad. I remember 
when they had some of the best programmers in the world. I guess they are all 
gone now, at least there is no evidence they still 
exist.



- Original Message - 
From: Kenneth Kixmoeller/fh [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, February 04, 2008 3:24 PM
Subject: Re: [NF] Vista SP1 released to manufacturing.



On Feb 4, 2008, at 5:07 PM, Vince Teachout wrote:

 Almost.  Bar none, the absolute suckiest beyond all sucking was
 Microsoft Bob.

Gee, I forgot about that one. It is amazing to think about this. Has M
$ *ever* really internally pulled off a significant innovation after
BASIC? This isn't an anti-M$ rant: they have made a buck or two
marketing the innovations of companies that they have acquired.

Seriously: is there *any* significantly innovative piece of software
that they created internally? Hardware? Service product?

Ken


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Coulter: I'll campaign for Hillary of McCain is the nominee

2008-02-01 Thread kam
I was married to a bitch like her. Great blow job because she thought that gave 
her control. Well, no problem as far as I was 
concerned. After the BJ, she was still nothing more or less than a bitch. As 
long as you know where you are and who you are with, 
then, no problem. My advise: if you are with a bitch and she wants to give you 
a BJ and she does not bite, then take the BJ and 
then go back to what you were doing. Win/Win situation. This assumes there is 
no hidden cameras. This assumes you don't do 
something stupid like think the bitch has your best interest in mind - because 
she does not. A bitch is a bitch. You know, walks 
like a bitch, looks like a bitch, etc. etc. Bitches come in all forms, young, 
cute, old, ugly. Just remember, bitches are bitches. 
Arms length is safe, 100 meters is safer (although maybe not as much fun), you 
get the idea. If she starts using teeth or complains 
about the smell, then start looking around. Maybe I share too much?

- Original Message - 
From: Pete Theisen [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Friday, February 01, 2008 9:58 PM
Subject: Re: [OT] Coulter: I'll campaign for Hillary of McCain is the nominee


On Friday 01 February 2008 21:27, Vince Teachout wrote:
 Pete Theisen wrote:
  On Friday 01 February 2008 16:28, David Crooks wrote:
  http://www.youtube.com/watch?v=HuTqgqhxVMc
 
  Hi David!
 
  She is blond, she is youngish and she is cute. So she is for H-bitch,
  most women are. I'd still date her.

 Oh, Pete, Pete, Pete.  Normally I forbear shooting fish in a barrel, but
 come ON If you're going to stick a Kick Me! sign on your back,
 SOMEONE is bound to kick you.
 I'll just say, Yes, I'm sure you would., and stop.

Hi Vince!

You know me, just always tossing out ideas.
-- 
Regards,

Pete
http://www.pete-theisen.com/


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Coulter: I'll campaign for Hillary of McCain is the nominee

2008-02-01 Thread kam
No. like Ann.

Don't get me wrong, I like Ann. I find her very attractive. I like tall skinny 
women. My dad used to say closer to the bone, the 
sweeter the meant. Nice. I was married to one 14 years. 6 more years than I 
could stand. Ear plugs help. I believe I could get 
along with Ann over dinner, no problem. The problem is when you have to face 
the 'real' person. God help you. But if the BJ is 
good, then 'man up' and live with it.

Looking back, it was better than short and fat. At least I am not embarrassed 
when people ask. Some old guys even seem to be 
jealous and don't understand what was the problem. I encourage them to give it 
a shot.


- Original Message - 
From: Pete Theisen [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Friday, February 01, 2008 10:39 PM
Subject: Re: [OT] Coulter: I'll campaign for Hillary of McCain is the nominee


On Saturday 02 February 2008 01:21, kam wrote:
 I was married to a bitch like her. Great

Hi Kam!

Thanks for sharing. You mean a bitch like Hillary?
-- 
Regards,

Pete
http://www.pete-theisen.com/


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Problems with ZoneAlarmPro (ZAP) and Thunderbird (TB)

2007-12-26 Thread kam
I second that. Worst software and company to deal with.  Yes, even worse than M$



- Original Message - 
From: Michael Madigan [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, December 26, 2007 12:51 PM
Subject: Re: [NF] Problems with ZoneAlarmPro (ZAP) and Thunderbird (TB)


Just say, NO to Norton! LOL


--- Mike Wohlrab [EMAIL PROTECTED] wrote:

 you could use norton internet security 2007/ 2008
 for 69.99 (or 62.99 if you
 use the 10 % off code) which includes a 3-user
 license for 3 machines. it
 includes firewall, av, spyware, malware,
 auto-protect, etc.

 Mike

 On Dec 26, 2007 2:13 PM, MB Software Solutions 
 [EMAIL PROTECTED] wrote:

 
  All of the sudden (within the past week), my TB
 in/out -bound email is
  being blocked by ZAP.  I look into the Program
 Control inside ZAP's UI
  and notice that I've got all green checkmarks for
 Mozilla Thunderbird as
  well as the most Trusted level associated with it.
  However, TB still
  gets blocked now.  Turning off ZAP fixes the
 problem, but I'd rather
  have the software firewall turned on.  In the
 past, ZAP has been great
  for me; however, this is causing issues, and
 perhaps it's time for me to
  change software firewalls on this laptop.
 
  Suggestions?
 
  tia!
  --Michael
 
  --
  Michael J. Babcock, MCP
  MB Software Solutions, LLC
  http://mbsoftwaresolutions.com
  http://fabmate.com
  Work smarter, not harder, with MBSS custom
 software solutions!
 
 
 
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Problems with ZoneAlarmPro (ZAP) and Thunderbird (TB)

2007-12-26 Thread kam
I have their spyware and server anti-virus (not free). I am happy with both.

AVG does not rip you off with activation crap like Norton (at least M$ has a 
phone number you can call to get the stupid thing 
working - surely there is a lawfirm that would like to file a class action 
lawsuit against Symantec - turning off your software 
with no way to get it working must be illegal)



- Original Message - 
From: Lou Syracuse [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Wednesday, December 26, 2007 2:09 PM
Subject: RE: [NF] Problems with ZoneAlarmPro (ZAP) and Thunderbird (TB)


Ever tried any of AVG's other offerings?

I've been happy with the AV + Firewall, and now that my subscription is
about to expire and wondered if anyone tried their Internet Security suite.

Lou


-Original Message-
From: MB Software Solutions [mailto:[EMAIL PROTECTED]

Norton kinda rubbed me the wrong way awhile backcan't remember the
specifics, but went to AVG for anti-virus, ZAP for firewall, AdAware for
anti-spyware and never looked back.


This e-mail and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom 
they are addressed.
If you have received this e-mail in error please notify the originator of the 
message. This footer also confirms that this e-mail 
message has been scanned for the presence of computer viruses.
Any views expressed in this message are those of the individual sender, except 
where the sender specifies and with authority, 
states them to be the views of Merle Norman Cosmetics or The Nethercutt 
Collection.


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] For / Against Norton

2007-12-26 Thread kam
Exactly. I never have bought a computer so it would run an anti-virus program. 
But then, as long as I have to run Windows (I do 
because 99% of my clients do), I am forced to have an anti-virus program. Funny 
how I had a Linux server running an Apache web site 
for years with no anti-virus program. Seems strange that an open source (free) 
program can do it and one of the richest companies 
in the world needs anti-virus, anti-spyware, etc. etc. etc.



- Original Message - 
From: Ed Leafe [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, December 26, 2007 4:37 PM
Subject: Re: [NF] For / Against Norton


On Dec 26, 2007, at 6:54 PM, Mike Wohlrab wrote:

 heres something you can do. on a clients maching that you took
 norton off of
 and install visual studio 2005 and see how well the system works.
 my bet is
 that it will be just as slow. but according to M$ you need a 600
 mhz cpu,
 and 192 meg of ram. and we all know that it is not the speed of hte
 processor that makes it fast. norton has gotten a lot better at
 using less
 resources.

Visual Studio is an *application*: it's a reason why you buy a
computer in the first place. Anti-virus programs are a necessary evil
when running a porous OS, but they aren't the reason for the
computer. Apps *should* place burdens on the machine, while
supplementary utilities should not.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Need tip on TRANSFORM (solved with UDF)

2007-12-24 Thread kam
This is not an answer to your question (you already got some answers). I never 
use alltrim() in a cursor because it will set the 
length of that column to the first record/field that is set. In other words, if 
you have a number 10 in the 1st record, that field 
will be 2 characters. Then, in the next record, you have a number 1000, it will 
only have 2 characters in which to be stored.




- Original Message - 
From: MB Software Solutions [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, December 24, 2007 9:36 AM
Subject: Re: Need tip on TRANSFORM (solved with UDF)


MB Software Solutions wrote:
 inserts values into the numeric field, and the character fields
 DEFAULT
 value settings transform the numbers into their character equivalents.
 I had been using something like this:

 CREATE CURSOR curReport(nValue n(10,2), cValue c(10) DEFAULT
 ALLTRIM(STR(nValue,10,liDecimals)))

 ...where liDecimals is a value set at run time depending on the amount
 of decimal places I need for that record insert.  In my testing I know
 that TRANSFORM would be great like this:

 TRANSFORM(nValue,'999,999.99')

 ...but sometimes I don't want the character representation to have the
 same number of decimal positions.  My plan B is to create some rigged
 UDF whereby I pass the value and the number of decimals places I want
 and it parses/builds it for me, but that seems kludgey.  Is there a
 way
 to get the transform to behave variably like I had in my initial
 DEFAULT
 value with ALLTRIM(STR(..)) without a UDF  ??


This was what I came up with

(method:  FormatNumber)
LPARAMETERS tnValue, tiDecimals
LOCAL lcValue as String, lcExpr as String

lcExpr = '999,999'
if tiDecimals  0 then
lcExpr = lcExpr + '.' + REPLICATE('9',tiDecimals)
endif

lcValue = ALLTRIM(TRANSFORM(tnValue,lcExpr))
return lcValue



-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
Work smarter, not harder, with MBSS custom software solutions!



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: vfp9 report question - blank lines in the ASCII text file

2007-12-24 Thread kam
Are you using vfp9?

- Original Message - 
From: Rob Anderson [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, December 24, 2007 12:22 AM
Subject: RE: vfp9 report question - blank lines in the ASCII text file


This works for me Kam :-

CREATE CURSOR rob (detail C(80))

INSERT INTO rob VALUES (Line 1)
INSERT INTO rob VALUES (Line 2)
INSERT INTO rob VALUES (Line 3)

CREATE REPORT rep FROM rob

_ASCIIROWS = 66
_ASCIICOLS = 131

REPORT FORM rep TO FILE rep.txt ASCII

MODIFY FILE rep.txt

HTH,

Robbo.

Rob Anderson | Software Engineer | Pegasus, an Infor company | Tel: +44
(0)1536 49 5006 | Fax: +44 (0)1536 495214 | Mobile: +44 (0)7917 615401
Orion House, Orion Way | Kettering | Northants | NN15 6PE | UK
www.pegasus.co.uk



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of kam
Sent: 22 December 2007 23:47
To: ProFox Email List
Subject: vfp9 report question - blank lines in the ASCII text file

I want to get a plain ASCII file from the report writer. The manual says
use this code. this is an account's transaction listing

Set REPORTBEHAVIOR 80  necessary to get an ASCII text file
*_Asciirows = 66 I tried this, but it did not make any difference
*_Asciicols = 131I tried this, but it did not make any difference
Report Form (lcFrxTmpfname) To File (lctmpfile) Ascii
Set REPORTBEHAVIOR 90

This works, however, there is a blank line between every 2 transactions?
The report preview looks perfect? Anyone know how to stop
the extra blank lines?



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


vfp9 report question - blank lines in the ASCII text file

2007-12-22 Thread kam
I want to get a plain ASCII file from the report writer. The manual says use 
this code. this is an account's transaction listing

Set REPORTBEHAVIOR 80  necessary to get an ASCII text file
*_Asciirows = 66 I tried this, but it did not make any difference
*_Asciicols = 131I tried this, but it did not make any difference
Report Form (lcFrxTmpfname) To File (lctmpfile) Ascii
Set REPORTBEHAVIOR 90

This works, however, there is a blank line between every 2 transactions? The 
report preview looks perfect? Anyone know how to stop 
the extra blank lines? 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] ? about one

2007-12-10 Thread kam
at the risk of starting a stupid thread, I don't understand this one?

If you tied buttered toast to the back of a cat and dropped it from a
height, what would happen?




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Error: database object is being used by someone else

2007-10-17 Thread kam
vfp9  (see the subject)

The file server and terminal servers are all Win2003. The workstations on the 
local network are Win2000 SP4 or WinXP SP2.

We have not been able to determine a single process when the error occurs. It 
seems to be random. It may not occur for a week or 
two so it is difficult to debug.

I notice another email response from Mike Yearwood that (I believe) recommends 
having a separate dbc for the views for each user. 
We already do this for many views as it allows us to easily change a complex 
view in a prg.

I think that the solution will be to have all view definitions in a prg - open 
a temp dbc for the user, then run the view 
definition in the prg as it is needed. That will be required one time. After 
that, the user specific temp dbc will have the view 
definition which we can use. We can delete the temp dbc with each update to 
ensure that the view definitions are always up to date. 
gendbc will automatically create the prg that is needed to create the view and 
it allows most of the views to be kept in the dbc 
with the tables. This is of value as we have 3 dbcs with hundreds of tables and 
at least 2 'standard' views for each table - one 
for a single record update and one for lookup purposes in grids. Hope that is 
clear. I appreciate any other suggestions.



- Original Message - 
From: Dave Crozier [EMAIL PROTECTED]
To: 'ProFox Email List' profox@leafe.com
Sent: Tuesday, October 16, 2007 11:52 PM
Subject: RE: VFP9 Error: database object is being used by someone else


Kam,
Need to know more info please.

VFP Version?

Under what circumstances are error messages generated - what is VFP doing?

Server Configuration - 2K, 3k?

Client configuration Win98, XP Vista ?

Dave Crozier


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of kam
Sent: 16 October 2007 23:00
To: ProFox Email List
Subject: VFP9 Error: database object is being used by someone else

This is multi-user software with thousands of installations. All seem to
work fine with no problems related to having multiple
simultaneous users except:

We have one client that gets that error message often. They have about 40
users. The files are on a dedicated file server. Many
users access through two dedicated terminal servers. About 6 users are
connected locally on the network.

When they get the error, there really are at least two users in the program
so it seems like it is a valid message. Any of the
users can get the message.



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Error: database object is being used by someone else

2007-10-17 Thread kam
We have made the change so that all views will be created in a temp dbc for 
each workstation. It was simple to do since our update 
program runs gendbc to create a snapshot of all the tables and views that gets 
backed up with the other code.

Thanks for the link


- Original Message - 
From: Mike yearwood [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Wednesday, October 17, 2007 5:29 AM
Subject: Re: VFP9 Error: database object is being used by someone else


Sorry - didn't edit the subject.

 Message: 1
 Date: Tue, 16 Oct 2007 14:59:47 -0700
 From: kam [EMAIL PROTECTED]
 Subject: VFP9 Error: database object is being used by someone else
 To: [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 This is multi-user software with thousands of installations. All seem to work 
 fine with no problems related to having multiple
 simultaneous users except:

 We have one client that gets that error message often. They have about 40 
 users. The files are on a dedicated file server. Many
 users access through two dedicated terminal servers. About 6 users are 
 connected locally on the network.

 When they get the error, there really are at least two users in the program 
 so it seems like it is a valid message. Any of the
 users can get the message.


Hi Kam

No offense, but I thought this was already well known. I'm always
surprised by the lack of standardization on best practices in IT. It
doesn't matter how many years you have in the industry or how many
users run your system or how many copies of it have been sold. You
have a problem now and you have to fix it.

Error 1709 is caused by multiple users attempting to run a view.

http://fox.wikis.com/wc.dll?Wiki~CreatingDBCforViews~VFP

There are three solutions:

1 - create a DBC specifically for views and copy it to the local
machine - along with the exe - which is also a best practice or

2 - stop using views and switch to an n-tier model with data objects
housing the queries which are then embedded in the exe and again copy
it to the local pcs

3 - do the least amount of work you can - a bandage - have your error
handler - assuming you have one - trap for error 1709 and retry. It
may go through. Does not solve the problem, only masks it.

Mike


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Error: database object is being used by someone else

2007-10-17 Thread kam

- Original Message - 
From: Mike yearwood [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Wednesday, October 17, 2007 5:29 AM
Subject: Re: VFP9 Error: database object is being used by someone else


Sorry - didn't edit the subject.

 Message: 1
 Date: Tue, 16 Oct 2007 14:59:47 -0700
 From: kam [EMAIL PROTECTED]
 Subject: VFP9 Error: database object is being used by someone else
 To: [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 This is multi-user software with thousands of installations. All seem to work 
 fine with no problems related to having multiple
 simultaneous users except:

 We have one client that gets that error message often. They have about 40 
 users. The files are on a dedicated file server. Many
 users access through two dedicated terminal servers. About 6 users are 
 connected locally on the network.

 When they get the error, there really are at least two users in the program 
 so it seems like it is a valid message. Any of the
 users can get the message.


Hi Kam

No offense, but I thought this was already well known. I'm always
surprised by the lack of standardization on best practices in IT. It
doesn't matter how many years you have in the industry or how many
users run your system or how many copies of it have been sold. You
have a problem now and you have to fix it.

Error 1709 is caused by multiple users attempting to run a view.

http://fox.wikis.com/wc.dll?Wiki~CreatingDBCforViews~VFP

There are three solutions:

1 - create a DBC specifically for views and copy it to the local
machine - along with the exe - which is also a best practice or

2 - stop using views and switch to an n-tier model with data objects
housing the queries which are then embedded in the exe and again copy
it to the local pcs

3 - do the least amount of work you can - a bandage - have your error
handler - assuming you have one - trap for error 1709 and retry. It
may go through. Does not solve the problem, only masks it.

Mike


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


VFP9 Error: database object is being used by someone else

2007-10-16 Thread kam
This is multi-user software with thousands of installations. All seem to work 
fine with no problems related to having multiple 
simultaneous users except:

We have one client that gets that error message often. They have about 40 
users. The files are on a dedicated file server. Many 
users access through two dedicated terminal servers. About 6 users are 
connected locally on the network.

When they get the error, there really are at least two users in the program so 
it seems like it is a valid message. Any of the 
users can get the message. 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Recommendation for disk image software (Acronis, Norton Ghost, other)

2007-10-13 Thread kam
We use Acronis v10.

The only complaint we have is that it often says the backup is corrupt. Several 
times, we used the Acronis boot CD to check the 
backup, but it always said the backup was ok. Every time we tried to restore a 
file from the backup, it worked. Our conclusion is 
that the hard drive installed version of Acronis had some kind of bug. We tried 
reinstalling at least 2 times and we still often 
get the bogus message that the backup is corrupt. We reported it to Acronis, 
but we always got some kind of response that we should 
do this or that, obviously they do not acknowledge there is a problem. They 
have a version 11 now, but we are not going to get it 
until we first determine they have fixed the 'corrupt' bug message.


- Original Message - 
From: Rene Brioul [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Saturday, October 13, 2007 1:28 AM
Subject: RE: [NF] Recommendation for disk image software (Acronis, Norton 
Ghost,other)


Hi Malcolm,

Go for the Acronis stuff.
No doubt about it, it's the most reliable stuff (in my experience with all
of the other tools)

Rob.

Subject: [NF] Recommendation for disk image software (Acronis, Norton Ghost,
other)

Looking for recommendations on a software package to image a few
desktops and servers.

Acronis (www.acronis.com) has a variety of imaging applications that
look good. There's also Norton Ghost which I used years ago ... but I've
heard mixed reviews regarding recent versions of this product. And I
have not had good customer service experiences with Symantec products.

Suggestions?

Thanks!
Malcolm




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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 a Konica-Minolta color laser that we don't use much. The print quality 
is good. It it good for printing checks and 
envelopes - nice front feed. It programs easily/automatically. For example if 
you print the bottom check (of a sheet of 3) with 
Quickbooks, it automatically asks you if you have the tear off strip at the 
bottom so it will print correctly. Very nice to work 
with a printer that helps you like that. The OKI and some others were 'stupid' 
and required the user to know and do everything.

We had a terrible experience with OKI color laser. It broke after about 600 
copies. They wanted us to pay the shipping to them to 
fix it.The thing weighed a ton. Luckily we bought at Costco so we just took it 
back and got a refund. We thought the old dot matrix 
OKI printers were great, but we would never buy OKI ever again.



- Original Message - 
From: Paul Newton [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Tuesday, September 25, 2007 11:32 AM
Subject: Re: [NF] I need advice for an office color printer


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 (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
 moderate-priced consumeables.

 Would you suggest a color laser or a ink jet?

 The need the ability to switch from legal to letter
 also.  That could mean pulling out the paper and
 replacing it with other size paper, or a printer with
 two paper bins.




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Shopping for a new monitor

2007-08-13 Thread kam
I always used Viewsonic also. I have several monitors on my programming system 
connected using a Matrox video card.

There is something else to consider: Recently I got some monitor stands that 
allow me to have my monitors about 2 inches higher so 
that I would have more desk space and have things neater. The Viewsonic 
monitors have a large rounded frame so that you can't put 3 
monitors side-by-side easily. I changed to Sceptre 22 monitors (259 at Costco) 
because they have a thin frame and they are perfect 
rectangles. Now my setup is very clean - like you see at some of the stock 
market places on TV. When you browse a table with many 
fields, it is great to be able to stretch the table across 3 or 4 monitors.

Another thing to consider that someone else started is that the TV, movies and 
computers are converging. All monitors will be 1080P 
soon. The Sceptre 22 monitors from Costco have VGA, DVI and HDMI connectors. I 
recently got a new AMD processor, ABIT motherboard 
with Nvidia graphics and a HDMI connector. I will eventually convert all my 
equipment to this. Soon you will be able to get a PCI 
Express X16 graphics board with 4 or more HDMI connectors.




- Original Message - 
From: Whil Hentzen (Pro*) [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, August 13, 2007 10:09 AM
Subject: [NF] Shopping for a new monitor


Hi gang,

I've been using a pair of ViewSonic 19 flat panels with built-in
speakers on my desk for several years. They're great. One is my Windows
box; first W2K and now XP. The other is for my Linux box; first SuSE 9
and 10, and now Fedora 6. They've both run flawlessly since day one.

Both are set at 12x10.

It's now time to hand these monitors down to other folks and set myself
up with some new toys. I was just going to get new versions of these
guys, but then it struck me, hey, why not get greedy? What about 21
monitors? Or even bigger? They're so inexpensive now...

But as I scan newegg, the rage seems to be widescreen monitors. Here are
a couple of examples:

ViewSonic 28 3ms(GTG) HDMI W/ HDCP Widescreen LCD Monitor
1920 x 1200, 800:1, D-Sub HDMI

ViewSonic 24 8ms(GTG) HDMI W/ HDCP Widescreen LCD Monitor
1920 x 1200, 1000:1, D-Sub DVI HDMI

ViewSonic 19 2ms Widescreen,
1440x900, 700:1 (typ), 2000:1 (DCR), D-Sub DVI

Questions:

I don't seen any point to Widescreen. I'm not much of a 'watch movies on
my comptuer' kind of guy. Anybody have another reason why a widescreen
would be a good choice?

800:1 vs 1000:1 vs 700:1? Do I care?

D-Sub DVI vs D-Sub DVI HDMI? Again, do I care? Dammit, Jim, I'm a
programmer, not an artist.

Whil


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant Steaks

2007-08-06 Thread kam
You need an adverb there. I suggest 'surely' instead of 'sure'


- Original Message - 
From: Jean Laeremans [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, August 06, 2007 2:54 PM
Subject: Re: [OT] Eggplant Steaks


On 8/7/07, Pete Theisen [EMAIL PROTECTED] wrote:
You sure are a fountain of wisdom...

A+
jml


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant Steaks

2007-08-06 Thread kam
I think nothing would be preferable to 'sure'. I like your revised statement: 
And, of course, I AM a fountain of wisdom :-) as 
Jean pointed out. Sorry to pressure you on this but I used to grade papers for 
my mother - a teacher for almost 40 years. She 
would not be happy if I let this go by unchallenged. I am sure that you realize 
how important this is.



- Original Message - 
From: Pete Theisen [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Monday, August 06, 2007 8:23 PM
Subject: Re: [OT] Eggplant Steaks


On Monday 06 August 2007 20:34, kam wrote:
 You need an adverb there. I suggest 'surely' instead of 'sure'

Hi Kam!

Well, technically . . .  But you sure . . .  is a colloquialism so the rule
is only loosely applied, or perhaps not applied at all.

And, of course, I AM a fountain of wisdom :-) as Jean pointed out.

 On 8/7/07, Pete Theisen [EMAIL PROTECTED] wrote:
 You sure are a fountain of wisdom...

-- 
Regards,

Pete
http://www.pete-theisen.com/


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Anyone have OOMA?

2007-07-19 Thread kam
This is a way to have free phone calls anywhere in the US.

http://blog.tmcnet.com/blog/tom-keating/

http://www.voipmonitor.net/2007/07/19/Ooma+To+Offer+Free+Domestic+Phone+Calls.aspx




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Suggestions for high school kid wanting to get intoprogramming

2007-07-09 Thread kam
Someone gave this link: http://www.w3schools.com/html/html_examples.asp

I just went through the first few sections and I think it is great. I have been 
making web sites for nearly 10 years and it was a 
good review for me. My 13 y/o is starting to work with it today.

Any links for a similar site for python?





- Original Message - 
From: Ted Roche [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, July 09, 2007 9:01 AM
Subject: Re: [NF] Suggestions for high school kid wanting to get intoprogramming


On 7/8/07, MB Software Solutions [EMAIL PROTECTED] wrote:

 My nephew saw a project I'm working on (in VFP9 of course!) and really
 got excited about what I do.  He wants to learn programming.  I'm
 looking for recommendations on where he might go to get a good
 fundamental basis for programming (via websites or books).

You don't necessarily need or want to start someone off by loading
them down with heavy computer science theory, or a whole bunch of
complex and intimidating tools. It's boring. While it's intended for
much younger kids, StarLogo [1] can be a great way to establish some
of the basic ideas of logic, logic flow, analysis and architecture.
After that, a simple, interactive language that can be used from the
command-line is the way a lot of us learned, and has it's advantages.
PRINT Hello, World! gives immediate feedback, the satisfaction of
getting the machine to work. Python, Pascal and FoxPro all will do a
bit of this.

[1] http://education.mit.edu/starlogo/
-- 
Ted Roche
Ted Roche  Associates, LLC
http://www.tedroche.com


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] web site feedback forms

2007-07-09 Thread kam
On a website (Win2000 + Apache2), I have a feedback forrm written with 
Frontpage with this:
form name=Order form method=post action=mailto:[EMAIL PROTECTED] 
ENCTYPE=text/plain

it works if the client has outlook, but does not work for gmail and AOL, etc


In the past I used Linux + Apache2:
form METHOD=POST ACTION=cgiemail/trial.txt
and it always worked - but does not work with the Win2000 web site.

Anyone have a solution (other than going back to Linux)



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Suggestions for high school kid wanting to get intoprogramming

2007-07-08 Thread kam
Sounds great to me.

Now if we had a converter that would convert a significant percentage of VFP 
code to python, you would probably see a lot of people 
with a better future. I can assure you that the next time we rewrite code, it 
will not be in a language that is tied to a single 
operating system and/or vendor.



- Original Message - 
From: Ed Leafe [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Sunday, July 08, 2007 6:55 PM
Subject: Re: [NF] Suggestions for high school kid wanting to get intoprogramming


On Jul 8, 2007, at 3:05 PM, MB Software Solutions wrote:

 My nephew saw a project I'm working on (in VFP9 of course!) and really
 got excited about what I do.  He wants to learn programming.  I'm
 looking for recommendations on where he might go to get a good
 fundamental basis for programming (via websites or books).

I second Jeff's comments about Python. It is much more general-
purpose than VFP, in that you can do stuff that has nothing to do
with data at all, and you aren't tied to a single platform. One of
the guys in our user group writes a lot of the embedded logic for
Xerox's machines in Python that runs on some custom OS used for those
circuit boards.

Sure, you can do desktop apps with Dabo, but you can also do web
apps just as easily. You can write shell scripts easier in Python
than in bash, sh or zsh, and Python code is so much easier to read
than Perl. The software that is used for this list is written in
Python, as is SpamBayes and BitTorrent.

IOW, the possibilities are endless. That is extremely important to
someone starting out. It would be a very bad move to limit oneself to
a single vendor or a single platform.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Security Software

2007-06-23 Thread kam
Take a look at TrueCrypt (free: http://www.truecrypt.org/).

It is simple to use. It will create a single file of any size you want. Inside 
that file is what amounts to an encrypted file 
system. That means you can backup all your secret data by backing up that 
single file. It is encrypted with 256 bit AES. When you 
put in your password, the 'file system' is mapped to the letter you select. It 
can be used exactly like any other drive or network 
share.

Here is a 'walkthru' that we recommend for our clients:
http://www.stratfordsoftware.com/stratford/securityrecommendation.htm
It has some recommendations for creation, backup and security..


- Original Message - 
From: Mike Wohlrab [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Saturday, June 23, 2007 8:43 AM
Subject: RE: [NF] Security Software


I found this link for a free utility that sounds like it does a nice job. Here
is a link to it: http://www.heidi.ie/eraser/default.php

Computer Technology Solutions
Mike Wohlrab
585-944-3823
[EMAIL PROTECTED]
www.mikewohlrab.com
ftp://mikewohlrab.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jeff Johnson
Sent: Saturday, June 23, 2007 11:36 AM
To: [EMAIL PROTECTED]
Subject: RE: [NF] Security Software

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of Stephen the Cook
 Sent: Saturday, June 23, 2007 7:59 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [NF] Security Software

 Jeff Johnson  wrote:
  There are two things I would like to accomplish.
 
 
 
  I would like the ability to encrypt / decrypt a folder on the hard
  drive regardless of what type of files are in it.  For example, I
  have a folder with QuickBooks in it.  I would like to encrypt that
  folder when I am not using it and decrypt it when I want to open
  QuickBooks.
 
 
 
  The second thing is a wipe disk utility.  I know there are a lot out
  there, but I would appreciate your suggestions on something easy to
  use.

 Degaussing coil for TV screens or a VCR tape eraser will really screw with
 a
 hard drive.  Or your evil coworkers laptop ;-)

Steve:  I have a serious mag mount for my ham radio antennas that works
great for this, but I want to give my drives to a friend and / or charity so
they can use them.  I have about 10 drives ranging from 20g to 40g that are
very useable.

Jeff

Jeff Johnson
[EMAIL PROTECTED]
623-582-0323
Fax 623-869-0675


--- StripMime Report -- processed MIME parts ---
multipart/signed
  text/plain (text body -- kept)
  application/x-pkcs7-signature
---

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Visual FoxPro on Vista

2007-05-07 Thread KAM
Our programs are compiled in vfp9 SP1. The run-time works fine on Vista - 
several different versions. We did have issues
registering OCX files but that is not really a VFP issue.

We do not do development on Vista and have no plans to ever develop on Vista.


- Original Message - 
From: John J. Mihaljevic [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, May 07, 2007 5:44 AM
Subject: Visual FoxPro on Vista


Hi all,

All of our PCs are running XP, but we're considering new ones that run
Vista.  Has anyone had any issues running VFP on Vista machines?  We've got
one system on 6.0 and another one on 9.0.

Thanks, much!

John
The difference between a successful person and others is not a lack of
strength, not a lack of knowledge, but lack of will. - Vince Lombardi

* All mail scanned by Norton AntiVirus.  No AV software on your computer?
Remove me from your address book, please.

* Please respect my privacy.  Do not forward my address to anyone else or
include me in emails sent to multiple recipients.  Use BCC.



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] job in ohio

2007-04-10 Thread KAM
Housing in the SF area are much higher than LA or San Diego. Here is a link 
that I get almost daily from my broker:

http://carloatcashin.com/

On the left select Find a home

Select San Mateo County

Use your control key and select 3 cities: Burlingame, Hillsborough, San Mateo
Minimum number of Bedrooms: 3
Minimum number of Baths: 2

go to the bottom and select Search
That will get you 131 houses.
Change the number of properties per page to 30
Check that out.


- Original Message - 
From: Lou Syracuse [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Tuesday, April 10, 2007 7:34 AM
Subject: RE: job in ohio


Sounds like you've never been to Southern California.  ;)

Housing costs here are OUTRAGEOUS!! :(

Ls

-Original Message-
From: Virgil Bierschwale [mailto:[EMAIL PROTECTED]

Got news for you.
I took a great job for a great company in Scottsdale az several years ago.
Loved it out there.

Problem is, I'e traveled all my life and I've never seen a place that cost
as much as Scottsdale az for housing.
72,000 didn't go very far out there
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.
If you have received this e-mail in error please notify the
originator of the message. This footer also confirms that this
e-mail message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of Merle Norman Cosmetics.





[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


VFP9 SP1 textbox entry question tabbing, shift-tab or mouse

2007-04-09 Thread KAM
There is a form with 10 textboxes. 
1. You can tab from control to control. 
2. You can shift-tab to back into the previous control
3. use your mouse to go directly to a specific textbox

In all cases, the 'when' method fires. Is there a way to know how you got 
there? 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Postgre SQL

2007-04-05 Thread KAM
My main interest is getting PostgreSQL installed and working on the user's 
computer. My understanding is that there is no licensing
restriction on sending it out to my clients.

As far as VFP access, VFP coding, etc,  I have plenty of time to get that 
worked out. I just do not want my users to go through the
SQL installation and maintenance. Presently I have an installation program 
written in VFP9 which works great on Win2000 - Vista so
I have complete control of the installation. I am concerned about the 
connection by network users and terminal services users.



- Original Message - 
From: mrgmhale [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Thursday, April 05, 2007 2:35 PM
Subject: RE: [NF] Postgre SQL


 Is there a
 way to deliver it with an update CD, automate the setup, etc so
 the data could be converted - all with little or no user assistance?

Gawd, I wish!  If you are using VFP remote views, instead of direct table
hits, it may not be too hard to adapt to the new back end, unless you have a
lot of hard coded remote views.  But, if you are using mostly direct table
hits this will be a nightmare no matter what rdms you choose.  I am trying
to get my hands around a viable approach for this exact situation, where one
of my VFP apps uses mostly direct table connections.  It is going to be a
mess, but worth it for what I am after.  I expect to start that project this
early summer.  Perhaps I will look to you for directions by then (?).

Good luck!  And get the PostgreSQL For Windows book (written by Richard
Blum), just released!

Gil

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of ken.com
 Sent: Thursday, April 05, 2007 2:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [NF] Postgre SQL


 I would like to replace the present vfp9 dbf/dbc tables with
 postgresql. The problem is that we have thousands of installations in
 all states - all in healthcare offices/clinics where most of the
 people know almost nothing about installing software, hardware,
 etc. For us to do them one at a time is not possible. Is there a
 way to deliver it with an update CD, automate the setup, etc so
 the data could be converted - all with little or no user assistance?




 - Original Message -
 From: mrgmhale [EMAIL PROTECTED]
 To: profox@leafe.com
 Sent: Thursday, April 05, 2007 6:20 AM
 Subject: RE: [NF] Postgre SQL


  FINALLY got around to installing PostgreSQL, after putting it
 off forever.
 
  I LIKE!
 

 Excellent!  Soon we will have vanquished all foes of Open Source RDMS
 solutions with PostgreSQL... (lifted in a general sense from the Kilrathi
 commander in the Wing Commander II game g).

 I really am looking forward to getting back into PostgreSQL now that I got
 the PostreSQL For Windows book I mentioned previously.  I am in
 the midst of
 a pure VFP project right now, but am really hungering for a crack at
 blending the technologies, then moving into Dabo with Python and
 PostgreSQL.
 It just feels like a killer set of tools, and VFP will still be there...

 Gil

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Vince Teachout
  Sent: Wednesday, April 04, 2007 10:31 PM
  To: [EMAIL PROTECTED]
  Subject: [NF] Postgre SQL
 
 
  FINALLY got around to installing PostgreSQL, after putting it
 off forever.
 
  I LIKE!
 
 
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Postgre SQL

2007-04-05 Thread KAM
My main interest is getting PostgreSQL installed and working on the user's 
computer. My understanding is that there is no licensing
restriction on sending it out to my clients.

As far as VFP access, VFP coding, etc,  I have plenty of time to get that 
worked out. I just do not want my users to go through the
SQL installation and maintenance. Presently I have an installation program 
written in VFP9 which works great on Win2000 - Vista so
I have complete control of the installation. I am concerned about the 
connection by network users and terminal services users.



- Original Message - 
From: mrgmhale [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Thursday, April 05, 2007 2:35 PM
Subject: RE: [NF] Postgre SQL


 Is there a
 way to deliver it with an update CD, automate the setup, etc so
 the data could be converted - all with little or no user assistance?

Gawd, I wish!  If you are using VFP remote views, instead of direct table
hits, it may not be too hard to adapt to the new back end, unless you have a
lot of hard coded remote views.  But, if you are using mostly direct table
hits this will be a nightmare no matter what rdms you choose.  I am trying
to get my hands around a viable approach for this exact situation, where one
of my VFP apps uses mostly direct table connections.  It is going to be a
mess, but worth it for what I am after.  I expect to start that project this
early summer.  Perhaps I will look to you for directions by then (?).

Good luck!  And get the PostgreSQL For Windows book (written by Richard
Blum), just released!

Gil

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of ken.com
 Sent: Thursday, April 05, 2007 2:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [NF] Postgre SQL


 I would like to replace the present vfp9 dbf/dbc tables with
 postgresql. The problem is that we have thousands of installations in
 all states - all in healthcare offices/clinics where most of the
 people know almost nothing about installing software, hardware,
 etc. For us to do them one at a time is not possible. Is there a
 way to deliver it with an update CD, automate the setup, etc so
 the data could be converted - all with little or no user assistance?




 - Original Message -
 From: mrgmhale [EMAIL PROTECTED]
 To: profox@leafe.com
 Sent: Thursday, April 05, 2007 6:20 AM
 Subject: RE: [NF] Postgre SQL


  FINALLY got around to installing PostgreSQL, after putting it
 off forever.
 
  I LIKE!
 

 Excellent!  Soon we will have vanquished all foes of Open Source RDMS
 solutions with PostgreSQL... (lifted in a general sense from the Kilrathi
 commander in the Wing Commander II game g).

 I really am looking forward to getting back into PostgreSQL now that I got
 the PostreSQL For Windows book I mentioned previously.  I am in
 the midst of
 a pure VFP project right now, but am really hungering for a crack at
 blending the technologies, then moving into Dabo with Python and
 PostgreSQL.
 It just feels like a killer set of tools, and VFP will still be there...

 Gil

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Vince Teachout
  Sent: Wednesday, April 04, 2007 10:31 PM
  To: [EMAIL PROTECTED]
  Subject: [NF] Postgre SQL
 
 
  FINALLY got around to installing PostgreSQL, after putting it
 off forever.
 
  I LIKE!
 
 
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Postgre SQL

2007-04-05 Thread KAM
My main interest is getting PostgreSQL installed and working on the user's 
computer. My understanding is that there is no licensing
restriction on sending it out to my clients.

As far as VFP access, VFP coding, etc,  I have plenty of time to get that 
worked out. I just do not want my users to go through the
SQL installation and maintenance. Presently I have an installation program 
written in VFP9 which works great on Win2000 - Vista so
I have complete control of the installation. I am concerned about the 
connection by network users and terminal services users.



- Original Message - 
From: mrgmhale [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Thursday, April 05, 2007 2:35 PM
Subject: RE: [NF] Postgre SQL


 Is there a
 way to deliver it with an update CD, automate the setup, etc so
 the data could be converted - all with little or no user assistance?

Gawd, I wish!  If you are using VFP remote views, instead of direct table
hits, it may not be too hard to adapt to the new back end, unless you have a
lot of hard coded remote views.  But, if you are using mostly direct table
hits this will be a nightmare no matter what rdms you choose.  I am trying
to get my hands around a viable approach for this exact situation, where one
of my VFP apps uses mostly direct table connections.  It is going to be a
mess, but worth it for what I am after.  I expect to start that project this
early summer.  Perhaps I will look to you for directions by then (?).

Good luck!  And get the PostgreSQL For Windows book (written by Richard
Blum), just released!

Gil

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of ken.com
 Sent: Thursday, April 05, 2007 2:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [NF] Postgre SQL


 I would like to replace the present vfp9 dbf/dbc tables with
 postgresql. The problem is that we have thousands of installations in
 all states - all in healthcare offices/clinics where most of the
 people know almost nothing about installing software, hardware,
 etc. For us to do them one at a time is not possible. Is there a
 way to deliver it with an update CD, automate the setup, etc so
 the data could be converted - all with little or no user assistance?




 - Original Message -
 From: mrgmhale [EMAIL PROTECTED]
 To: profox@leafe.com
 Sent: Thursday, April 05, 2007 6:20 AM
 Subject: RE: [NF] Postgre SQL


  FINALLY got around to installing PostgreSQL, after putting it
 off forever.
 
  I LIKE!
 

 Excellent!  Soon we will have vanquished all foes of Open Source RDMS
 solutions with PostgreSQL... (lifted in a general sense from the Kilrathi
 commander in the Wing Commander II game g).

 I really am looking forward to getting back into PostgreSQL now that I got
 the PostreSQL For Windows book I mentioned previously.  I am in
 the midst of
 a pure VFP project right now, but am really hungering for a crack at
 blending the technologies, then moving into Dabo with Python and
 PostgreSQL.
 It just feels like a killer set of tools, and VFP will still be there...

 Gil

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Vince Teachout
  Sent: Wednesday, April 04, 2007 10:31 PM
  To: [EMAIL PROTECTED]
  Subject: [NF] Postgre SQL
 
 
  FINALLY got around to installing PostgreSQL, after putting it
 off forever.
 
  I LIKE!
 
 
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Vista, all it's CRAPPED up to be

2007-02-14 Thread kam
I agree with all except the multiple monitors, I have multiple monitors on
Win2K - no problem. If you have trouble, it is probably due to the driver.
You may be able to get an upgrade.

Maybe we need a list of reasons for not upgrading:
1. don't have to worry about being forced to load IE7 with all the problems
it causes.
2. activation - no need to call and be put on hold for 30 minutes when you
upgrade your hard drive (stupid!!)
3. No need to hassle with sharing since it works in Win2K as it should
and XP never did work.
4. No need to go through the new 'look and feel/themes'

Win2K was the last OS from Microsoft that worked pretty well.

As far as the remote desktop - there are many alternatives available that
work great.

I'll bet MS could increase their income by eliminating the activation crap
and all the people who take those phone calls. Probably millions per year.
I'll bet it costs them more than it produces. All they would have to do is
imprint a name with each serial number and not allow it to be changed.
Everytime it is installed, that same name would have to be entered. It could
all be automated and would save them millions. That way you could upgrade
your hard drive without the phone call. A stolen copy would have a certain
name/serial number and could be easily blocked automatically. I have been
using that with my software since 1982 and I have no trouble with pirated
copies. I freely distribute trial versions. When they register, I check some
things to ensure it is valid and give them a serial number cannot be used by
anyone else without that same name appearing on the screen every time it
comes up. If I am told about a pirated copy (1 time in all those years), it
is easy to determine who distributed it. Most shareware that I have works
that way. No need for activation. I guess that is too simple. MS would
rather hassle all their clients - or maybe they are getting bad advice from
someone who is making a lot of money from the activation nonsense.


On 2/14/07, Derek Kalweit [EMAIL PROTECTED] wrote:

 
   o new 'look and feel'/themes
   o Easy Alternate IP configuration for NIC's(useful for laptops)
   o ClearType fonts
   o Better handling of multiple monitors
   o Able to run IE7(Microsoft's attempt at forcing late adopters from W2K
 to XP)
 
 Ah-- just remembered the #1 reason to go to WINXP Pro from W2K Pro--
 Remote Desktop.




--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: I just got 3 photocopies of a 1099 from a client. That's not legal, is it?

2007-02-13 Thread kam
Definitely not. If you file electronically, the IRS will not get a copy from
you. Don't worry, the IRS will compare the information you supply with the
information supplied by your client/vendor.



On 2/13/07, Michael Madigan [EMAIL PROTECTED] wrote:

 This guy sent me 3 photocopies of 1099s.

 Don't I have to provide originals to the IRS?


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


How to stop Microsoft from screwing up your WinXP computer with IE70

2006-11-28 Thread kam
Create a file on your computer with notepad named DoNotAllowIE70.reg and add 
the following 6 lines (the 3rd line must be blank)
Watch for line wrap
Then double click on that file. It will add the registry entry and you will be 
safe.
Note that only WinXP and Win2003 users are in danger.

rem 1 
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet 
Explorer\Setup\7.0\DoNotAllowIE70]
@=1
rem 6 

If you support network users, get ready for a lot of support calls as none of 
their workstations will be able to access files on
other workstations that have always worked in the past. Another benefit of 
running software from Microsoft. You get to periodically
receive lots of unnecessary support calls from your clients so your net profit 
does not get too large.

If your users get the benefit of IE70 and you need a workaround, we like the 
2nd one on this web page:
 http://www.intelliadmin.com/blog/2006/10/why-some-shortcuts-say-publisher.html



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Two NICs in a single PC = two IPs, right?

2006-11-27 Thread kam
I also use the smc7004 barricade because it is easy to program and has a 
readable log, 4 ports, etc.

I have 12 NameVirtualHosts on one apache2 web server, no problem, I guess I 
could have 100 or even 1000. But I can only have one 
work with https. All of my domains work on the same IP address.

Regarding having 2 nics and therefore 2 IPs and having two dsl lines and two 
7004 barricades - each directed to the different nics 
and it did not work. Only the first nic to initialize (I guess) worked. I tried 
on SuSE 10.0 and on Win2000.

I don't understand why some clever apache guru hasn't figured out a way to do 
it. I am certain there is a way. There is always a 
way if a person with the knowledge attacks the problem. After all, it is only 
software.




sage - 
From: MB Software Solutions [EMAIL PROTECTED]
To: profox@leafe.com
Sent: Monday, November 27, 2006 5:30 PM
Subject: Re: [NF] Two NICs in a single PC = two IPs, right?


john harvey wrote:
 What you're talking about is routing. Why not buy an external router with
 firewall built in? (You did say you were shopping)



iirc, the SMC Barricade router has a firewall built in or some sort of
other security mechanism---that's why I purchased it!

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
Work smarter, not harder, with MBSS custom software solutions!



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Active Foxpro Page question

2006-11-18 Thread kam
I have attached my httpd.conf as requested below



- Original Message - 
From: Jochen Kirstätter [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, November 15, 2006 5:43 AM
Subject: RE: [NF] Active Foxpro Page question


Hello,

Just got the mail from Christof, so let's see... ;)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kam
Posted At: Sonntag, 12. November 2006 21:03
Posted To: NonFox
Conversation: [NF] Active Foxpro Page question
Subject: [NF] Active Foxpro Page question

I have a win2000 apache 2 SSL server working fine for months. Now I am trying 
to get AFP working. I installed AFP with no changes:
c:\Program Files\AFP3
My httpd.conf has
Include C:\Program Files\AFP3\apache.conf
and I am sure that apache.conf is working because I can put some garbage in it 
and it will cause an error when checked. I know that
vfp9 SP1 is installed correctly on the win2000 computer because I can use it 
normally.

I have tried the samples, (example: hello.afp) and it gets the 404 error page. 
If I rename the file to hello.htm, it works so I
know the addressing, location of files, etc is correct. The apache2 server does 
not know what to do with a file with the extension
'afp'.

I appreciate any ideas.


Which version of Apache HTTPd are you using?

Our delivered apache.conf that's included in your original httpd.conf sets all 
information necessary to run Active FoxPro Pages on 
Apache HTTPd. But since version 2.0.56 of HTTPd there were some changes made in 
the mod_isapi.so in order to run on other platforms 
than Windows, and those changes broke the communication between AFP and Apache. 
We are already working on this issues. Here's our 
official statement about this problem:

===
08/02/2006 - Problems running on Apache HTTPd web server

Sadly we had to figure out that current versions of Apache HTTPd web server is 
not able to run Active FoxPro Pages properly. Due to 
some changes of mod_isapi.so module any request returns an HTTP response code 
500. According to our tests this problem occurs with 
versions 2.0.56 and higher. So, any current release of Apache 2.0.x or 2.2.x is 
not able to run Active FoxPro Pages.

At the moment we are in contact with Apache developers to solve this issue as 
soon as possible. Details are described at ASF 
Bugzilla database entry #40067.

We apologize for those circumstances, your AFP development team.
===

If you're able to run Apache 2.0.55 AFP works fine...
Meanwhile we could change the response code to the correct values like 200, or 
401 but still we have issues with the response body. 
We are into this, sorry for that.

You can check in Active FoxPro Pages ControlCenter on the Status page if 
requests on .afp URLs are correctly send to the AFP engine 
and back. The counter column increases on every request. Hm, HTTP 404 says that 
file is not found, that's interesting.

If you don't mind, would you pls send me your current httpd.conf to our AFP 
support address at [EMAIL PROTECTED] - thanks in 
advance.


Kind regards, JoKi



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Active Foxpro Page question

2006-11-18 Thread kam
I have attached my httpd.conf as requested below



- Original Message - 
From: Jochen Kirstätter [EMAIL PROTECTED]
To: ProFox Email List profox@leafe.com
Sent: Wednesday, November 15, 2006 5:43 AM
Subject: RE: [NF] Active Foxpro Page question


Hello,

Just got the mail from Christof, so let's see... ;)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kam
Posted At: Sonntag, 12. November 2006 21:03
Posted To: NonFox
Conversation: [NF] Active Foxpro Page question
Subject: [NF] Active Foxpro Page question

I have a win2000 apache 2 SSL server working fine for months. Now I am trying 
to get AFP working. I installed AFP with no changes:
c:\Program Files\AFP3
My httpd.conf has
Include C:\Program Files\AFP3\apache.conf
and I am sure that apache.conf is working because I can put some garbage in it 
and it will cause an error when checked. I know that
vfp9 SP1 is installed correctly on the win2000 computer because I can use it 
normally.

I have tried the samples, (example: hello.afp) and it gets the 404 error page. 
If I rename the file to hello.htm, it works so I
know the addressing, location of files, etc is correct. The apache2 server does 
not know what to do with a file with the extension
'afp'.

I appreciate any ideas.


Which version of Apache HTTPd are you using?

Our delivered apache.conf that's included in your original httpd.conf sets all 
information necessary to run Active FoxPro Pages on
Apache HTTPd. But since version 2.0.56 of HTTPd there were some changes made in 
the mod_isapi.so in order to run on other platforms
than Windows, and those changes broke the communication between AFP and Apache. 
We are already working on this issues. Here's our
official statement about this problem:

===
08/02/2006 - Problems running on Apache HTTPd web server

Sadly we had to figure out that current versions of Apache HTTPd web server is 
not able to run Active FoxPro Pages properly. Due to
some changes of mod_isapi.so module any request returns an HTTP response code 
500. According to our tests this problem occurs with
versions 2.0.56 and higher. So, any current release of Apache 2.0.x or 2.2.x is 
not able to run Active FoxPro Pages.

At the moment we are in contact with Apache developers to solve this issue as 
soon as possible. Details are described at ASF
Bugzilla database entry #40067.

We apologize for those circumstances, your AFP development team.
===

If you're able to run Apache 2.0.55 AFP works fine...
Meanwhile we could change the response code to the correct values like 200, or 
401 but still we have issues with the response body.
We are into this, sorry for that.

You can check in Active FoxPro Pages ControlCenter on the Status page if 
requests on .afp URLs are correctly send to the AFP engine
and back. The counter column increases on every request. Hm, HTTP 404 says that 
file is not found, that's interesting.

If you don't mind, would you pls send me your current httpd.conf to our AFP 
support address at [EMAIL PROTECTED] - thanks in
advance.


Kind regards, JoKi



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


  1   2   >