RE: [NF] godaddy.com and sql server

2006-12-18 Thread Virgil Bierschwale
Ok, forget about this...
Just needed to get away for awhile I guess... 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Stephen the Cook
Sent: Monday, December 18, 2006 6:17 PM
To: 'ProFox Email List'
Subject: RE: [NF] godaddy.com and sql server

Virgil Bierschwale <> wrote:
> I've been having problems establishing a connection to my sql server 
> database on godaddy.com using their supplied templates.
> 
> In googling, I'm finding that apparently a lot of people are having 
> that problem.
> 
> Is anybody using sql server on godaddy with their web sites ?
> 
> Not sure what the problem is just yet and yes, I have done one or two 
> sites using ASP and SQL server, but allways with VFP (foxweb or
> homebrew) so I don't yet have a clue what the problem is 

What is your problem?  Getting the connection?

Can you log into your db from the GoDaddy website gui?  If so then that is
all you have to follow.  



Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM
 



[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 Documentation for Google Maps

2006-12-18 Thread Virgil Bierschwale
Yep, that’s where I found most of my stuff...
If you ever forget it, its on the "about us" link on virgils list

Lot of very useful info there.. 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Andrew Stirling
Sent: Monday, December 18, 2006 7:14 PM
To: profox@leafe.com
Subject: NF Documentation for Google Maps

Hi
Found this site with loads of examples.

http://www.econym.demon.co.uk/googlemaps/

--
Andrew Stirling
01250 874580
http://www.calcpay.co.uk
HMRC Accredited UK payroll program



[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] godaddy.com and sql server

2006-12-18 Thread Virgil Bierschwale
db_name = "DB_103922"
db_username = "virgilslist"
ddb_server = "whsql01.mesa1.secureserver.net"
db_userpassword = ""
fieldname = "branch_desc"
tablename = "branch"

connectstr = "Driver={SQL Server};SERVER=" & db_server & ";DATABASE=" &
db_name & ";UID=" & db_username & ";PWD=" & db_userpassword
 
This is per their example (took out the password)
Should work, but doesn’t

It is set up for windows hosting

I'll figure it out tomorrow...
Just had enough for today 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Kevin Cully
Sent: Monday, December 18, 2006 7:01 PM
To: profox@leafe.com
Subject: Re: [NF] godaddy.com and sql server

Hey Virgil,

I've never connected to a SQL Server on GoDaddy but I'm currently doing some
work against MySQL databases.  GoDaddy is very specific about the host name
that it is connecting to.  For the stuff that I'm doing I have to specify
"mysql255.secureserver.net" as the host name.  The number part (255) will
change based on how they set you up.  I imagine that there is a similar
naming convention for SQL Server.

You may want to confirm that the hosting plan that you have is for Windows
and it isn't on Linux, as well.

Kevin Cully
CULLY Technologies, LLC

Sponsor of Fox Forward 2006!
http://foxforward.net


Virgil Bierschwale wrote:
> I get this message..
> Makes me think it’s a password thing, but I verified the passwords...
> 
> Wish I had VFP, Foxweb or west wind and a server or two...
> Wouldn’t be messing around with a server that I can't vnc into to 
> check it out 
> 
> Microsoft OLE DB Provider for ODBC Drivers error '80004005' 
> 
> [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist 
> or access denied.
> 
> /vjb.asp, line 28
> 
> 
> Virgil Bierschwale
> http://www.virgilslist.com
> http://www.tccutlery.com
> http://www.bierschwale.com
> http://www.bierschwalesolutions.com
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of Whil Hentzen (Pro*)
> Sent: Monday, December 18, 2006 4:15 PM
> To: profox@leafe.com
> Subject: Re: [NF] godaddy.com and sql server
> 
> Virgil Bierschwale wrote:
> 
>>I've been having problems establishing a connection to my sql server 
>>database on godaddy.com using their supplied templates.
>>
>>In googling, I'm finding that apparently a lot of people are having 
>>that problem.
>>
>>Is anybody using sql server on godaddy with their web sites ?
>>
>>Not sure what the problem is just yet and yes, I have done one or two 
>>sites using ASP and SQL server, but allways with VFP (foxweb or
>>homebrew) so I don't yet have a clue what the problem is 
> 
> 
> OK.
> 
> 'what happens'?
> 
> 1. I connect and nothing happens. My browser just hangs.
> 2. I connect and I get an error message that says:
>
> 3. I'm connecting from VFP, and...  4. 
> 
> 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
** 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] Perspective

2006-12-18 Thread Ed Leafe
http://images.ucomics.com/comics/tm/2006/tm061218.gif

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.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
** 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] Retro!

2006-12-18 Thread Ed Leafe
http://seattlepi.nwsource.com/fun/tina.asp?date=20061218


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.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
** 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: [HTML] Gotta second to look at something?

2006-12-18 Thread Kenneth Kixmoeller/fh

On Dec 18, 2006, at 6:37 PM, PabloSr wrote:

> I found an entry in your site that says:
> Director, Strategic Programs (1996 - 1990)
>
> Maybe that's what is causing the "disappearance" act. .

Don't go there. If I told you more about that job, I'd have to kill  
you. Time travel: not for the weak of heart!

(Thanks for catching *that* little detail!)

Ken


___
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: [HTML] Gotta second to look at something?

2006-12-18 Thread Kenneth Kixmoeller/fh
Thanks to (so far) all. Mass reply:


On Dec 18, 2006, at 6:13 PM, Matthew Jarvis wrote:
> Maybe it's a popup blocker issue?

See below -- other images show up in the same window... (maybe I  
should name the  area something other than "popUp", though...)


-
On Dec 18, 2006, at 6:20 PM, Dave Thayer wrote:

> The images are staggered but show up OK

They are *supposed* to be staggered. Supposed to look good! (Sheesh,  
engineering types that want everything lined up. )

--
Whil wrote:

> Maybe you didn't install the MSFT MSXML ActiveX control?

I didn't see a  or similar, but I assume you are kidding. Lots of  
other images show up, like the background images and other pages like  
these:

http://www.information-architecture.com/jaguar/ 
jaguar_sample_graphics.htm

It is when I add the  tags that they start disappearing, but when  
I delete the anchor tags, they don't come back.

---
On Dec 18, 2006, at 6:23 PM, PabloSr wrote:
> I found this text in the source view:
> 
>  alt="Main Image"
> name="backmap" border="0" usemap="#backmap" width="801"  
> height="553" />

That is supposed to be there, too. It is on all of the pages -- using  
 tags to position stuff. I thought this technique could be  
causing trouble, so I created a page without them, and got the same  
behavior.

-
So let's see, everybody saw the six images except Pablo on IE7.  
Hmmm, well, thats kinda good news, I guess.

Thank you so much for looking and letting me know.


Ken



___
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: [HTML] Gotta second to look at something?

2006-12-18 Thread Vince Teachout
No problems from here, using Firefox and Opera


___
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]Cluebie for Newbie? Rack vs Tower servers?

2006-12-18 Thread Jim Felton
Ok, I admit it most of the doors are in the basement, but these two racks
are in arrow of 7, still have their doors. By the way the price if the racks
(60" or 72") is only about $50.00 more with the sides and door.  On the
other hand the filler panels for the front may break the budget.  As for
cooling we use under floor, so it is piped into the bottom of the racks and
vented out in the ceiling.  I've learned to tell the bean counter you can't
by standard racks with out doors or sides, I think they have to be special
ordered.

Jim

 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]  On Behalf
Of Stephen the Cook
Sent:   Monday, December 18, 2006 7:14 PM
To: 'ProFox Email List'
Subject:RE: [NF]Cluebie for Newbie?  Rack vs Tower servers?

Hal Kaplan <> wrote:

> You guys have doors on your racks?  WOW!  You must be loaded (or
> were, before you bought the doors ).  My experience has been that
> putting doors on and/or side panels, etc., means you're going to need
> more fans, light, power.  This is all good for the rack manufacturer,
> but not so good for your budget.
>
> But if you have the wherewithal to do it right ... doors, side
> panels, fans, lights, etc. ... by all means, have fun!  That's what
> all this crap we do is all about anyway ... having fun.

Funny but I put the door on the outside of the server room and poof!  It's
secure.  It's windows so I know it's all good ;->

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM




[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.


NF Documentation for Google Maps

2006-12-18 Thread Andrew Stirling
Hi
Found this site with loads of examples.

http://www.econym.demon.co.uk/googlemaps/

-- 
Andrew Stirling
01250 874580
http://www.calcpay.co.uk
HMRC Accredited UK payroll program



___
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] godaddy.com and sql server

2006-12-18 Thread Kevin Cully
Hey Virgil,

I've never connected to a SQL Server on GoDaddy but I'm currently doing 
some work against MySQL databases.  GoDaddy is very specific about the 
host name that it is connecting to.  For the stuff that I'm doing I have 
to specify "mysql255.secureserver.net" as the host name.  The number 
part (255) will change based on how they set you up.  I imagine that 
there is a similar naming convention for SQL Server.

You may want to confirm that the hosting plan that you have is for 
Windows and it isn't on Linux, as well.

Kevin Cully
CULLY Technologies, LLC

Sponsor of Fox Forward 2006!
http://foxforward.net


Virgil Bierschwale wrote:
> I get this message..
> Makes me think it’s a password thing, but I verified the passwords...
> 
> Wish I had VFP, Foxweb or west wind and a server or two...
> Wouldn’t be messing around with a server that I can't vnc into to check it
> out 
> 
> Microsoft OLE DB Provider for ODBC Drivers error '80004005' 
> 
> [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or
> access denied. 
> 
> /vjb.asp, line 28  
> 
> 
> Virgil Bierschwale
> http://www.virgilslist.com
> http://www.tccutlery.com
> http://www.bierschwale.com
> http://www.bierschwalesolutions.com
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Whil Hentzen (Pro*)
> Sent: Monday, December 18, 2006 4:15 PM
> To: profox@leafe.com
> Subject: Re: [NF] godaddy.com and sql server
> 
> Virgil Bierschwale wrote:
> 
>>I've been having problems establishing a connection to my sql server 
>>database on godaddy.com using their supplied templates.
>>
>>In googling, I'm finding that apparently a lot of people are having 
>>that problem.
>>
>>Is anybody using sql server on godaddy with their web sites ?
>>
>>Not sure what the problem is just yet and yes, I have done one or two 
>>sites using ASP and SQL server, but allways with VFP (foxweb or 
>>homebrew) so I don't yet have a clue what the problem is 
> 
> 
> OK.
> 
> 'what happens'?
> 
> 1. I connect and nothing happens. My browser just hangs.
> 2. I connect and I get an error message that says:
>
> 3. I'm connecting from VFP, and...  4. 
> 
> 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
** 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: [HTML] Gotta second to look at something?

2006-12-18 Thread Whil Hentzen (Pro*)
Kenneth Kixmoeller/fh wrote:
> Hey - -
> 
> This is driving me nuts.
> 
> I am redesigning my Web site. On my testing server, the 6 images on  
> the table with the gold background on this page keep disappearing:
> 
>   http://www.information-architecture.com/jaguar/jaguar_web_samples.htm
> 
> Anybody take a minute or two and look at this page and see if they  
> show up for you? For me, one or all of them 'hide" on FF 1.5 (Win)  
> and IE6 (Win). They show up for me on Safari (2.0.4), and FF 1.5 (Mac).
> 
> What do I mean by "disappear?" They are just not there, and when you  
> view the source in Win FF or IE, the  and  tags just are not  
> there! Just a big gap in the HTML.

FF 1.5.0.8 on Fedora Core 6: all show up fine
FF 1.5.0.8 on W2K: all show up fine

Maybe you didn't install the MSFT MSXML ActiveX control?

Whil


___
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: [HTML] Gotta second to look at something?

2006-12-18 Thread Dave Thayer
On 12/18/06, PabloSr <[EMAIL PROTECTED]> wrote:
> Hah! Same result as Dave's here when using his tinyURL Link to the site... !
> On the original link kept within this response, the images cannot be seen...
> In both instances using IE7.

Oops, I should have been more clear, the tinyURL is to a screen grab,
not the actual site!

dt

-- 
Dave Thayer
Denver, CO


___
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: [HTML] Gotta second to look at something?

2006-12-18 Thread Stephen the Cook
PabloSr <> wrote:
> Hi Ken. Using IE7, I found this text in the source view:
> 
>  name="backmap" border="0" usemap="#backmap" width="801" height="553"
> /> 
> 
> No image was visible in the regular IE7 window.

No problem with FF2. looked great and the links I clicked were working no
problem.  


Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM
 



___
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: [HTML] Gotta second to look at something?

2006-12-18 Thread PabloSr
Ken, FYI: 

I found an entry in your site that says:
Director, Strategic Programs (1996 - 1990)  

Maybe that's what is causing the "disappearance" act. . 

HTH also.  ;) 

PabloSr
Value, above all, persons, not things! Peace. 
Sobre todo, valora personas, no cosas!" Paz. 


*   -Original Message-
*   From: [EMAIL PROTECTED] [mailto:profoxtech-
*   [EMAIL PROTECTED] On Behalf Of PabloSr
*   Sent: Monday, December 18, 2006 7:30 PM
*   To: [EMAIL PROTECTED]
*   Subject: RE: [HTML] Gotta second to look at something?
*   
*   Hah! Same result as Dave's here when using his tinyURL Link to the
*   site... !
*   On the original link kept within this response, the images cannot be
*   seen...
*   In both instances using IE7.
*   
*   Gez (sp).
*   
*   PabloSr
*   "Value, above all, persons, not things! Peace.
*   Sobre todo, valora personas, no cosas!" Paz. "
*   
*   
*   
*   *   -Original Message-
*   *   From: [EMAIL PROTECTED] [mailto:profoxtech-
*   *   [EMAIL PROTECTED] On Behalf Of Dave Thayer
*   *   Sent: Monday, December 18, 2006 7:20 PM
*   *   To: [EMAIL PROTECTED]
*   *   Subject: Re: [HTML] Gotta second to look at something?
*   *
*   *   On 12/18/06, Kenneth Kixmoeller/fh <[EMAIL PROTECTED]
*   *   architecture.com> wrote:
*   *
*   *   > I am redesigning my Web site. On my testing server, the 6
*   images on
*   *   > the table with the gold background on this page keep
*   disappearing:
*   *   >
*   *   >   http://www.information-
*   *   architecture.com/jaguar/jaguar_web_samples.htm
*   *   >
*   *   > Anybody take a minute or two and look at this page and see if
*   they
*   *   > show up for you? For me, one or all of them 'hide" on FF 1.5
*   (Win)
*   *   > and IE6 (Win). They show up for me on Safari (2.0.4), and FF
*   1.5
*   *   (Mac).
*   *
*   *   The images are staggered but show up OK
*   
*   *   using FF 2.0 (portable version)
*   *
*   *   --
*   *   Dave Thayer
*   *   Denver, CO



___
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: [HTML] Gotta second to look at something?

2006-12-18 Thread PabloSr
Hah! Same result as Dave's here when using his tinyURL Link to the site... !
On the original link kept within this response, the images cannot be seen...
In both instances using IE7. 

Gez (sp). 

PabloSr
"Value, above all, persons, not things! Peace. 
Sobre todo, valora personas, no cosas!" Paz. "



*   -Original Message-
*   From: [EMAIL PROTECTED] [mailto:profoxtech-
*   [EMAIL PROTECTED] On Behalf Of Dave Thayer
*   Sent: Monday, December 18, 2006 7:20 PM
*   To: [EMAIL PROTECTED]
*   Subject: Re: [HTML] Gotta second to look at something?
*   
*   On 12/18/06, Kenneth Kixmoeller/fh <[EMAIL PROTECTED]
*   architecture.com> wrote:
*   
*   > I am redesigning my Web site. On my testing server, the 6 images on
*   > the table with the gold background on this page keep disappearing:
*   >
*   >   http://www.information-
*   architecture.com/jaguar/jaguar_web_samples.htm
*   >
*   > Anybody take a minute or two and look at this page and see if they
*   > show up for you? For me, one or all of them 'hide" on FF 1.5 (Win)
*   > and IE6 (Win). They show up for me on Safari (2.0.4), and FF 1.5
*   (Mac).
*   
*   The images are staggered but show up OK 
*   using FF 2.0 (portable version)
*   
*   --
*   Dave Thayer
*   Denver, CO




___
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: [HTML] Gotta second to look at something?

2006-12-18 Thread Ted Roche
On 12/18/06, Kenneth Kixmoeller/fh <[EMAIL PROTECTED]> wrote:
>
> Anybody take a minute or two and look at this page and see if they
> show up for you? For me, one or all of them 'hide" on FF 1.5 (Win)
> and IE6 (Win). They show up for me on Safari (2.0.4), and FF 1.5 (Mac).
>

Worked for me, in FireFox 1.5.0.x, Opera 9.0 and Epiphany
(Gecko-based) on Ubuntu 6.06.

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.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
** 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: [HTML] Gotta second to look at something?

2006-12-18 Thread PabloSr
Hi Ken. Using IE7, I found this text in the source view:



No image was visible in the regular IE7 window. 

HTH 

PabloSr
"Value, above all, persons, not things! Peace. 
Sobre todo, valora personas, no cosas!" Paz. "


*   -Original Message-
*   From: [EMAIL PROTECTED] [mailto:profoxtech-
*   [EMAIL PROTECTED] On Behalf Of Kenneth Kixmoeller/fh
*   Sent: Monday, December 18, 2006 7:08 PM
*   To: [EMAIL PROTECTED]
*   Subject: [HTML] Gotta second to look at something?
*   
*   Hey - -
*   
*   This is driving me nuts.
*   
*   I am redesigning my Web site. On my testing server, the 6 images on
*   the table with the gold background on this page keep disappearing:
*   
* http://www.information-
*   architecture.com/jaguar/jaguar_web_samples.htm
*   
*   Anybody take a minute or two and look at this page and see if they
*   show up for you? For me, one or all of them 'hide" on FF 1.5 (Win)
*   and IE6 (Win). They show up for me on Safari (2.0.4), and FF 1.5
*   (Mac).
*   
*   What do I mean by "disappear?" They are just not there, and when you
*   view the source in Win FF or IE, the  and  tags just are not
*   there! Just a big gap in the HTML.
*   
*   TIA,
*   
*   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
** 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: [HTML] Gotta second to look at something?

2006-12-18 Thread Dave Thayer
On 12/18/06, Kenneth Kixmoeller/fh <[EMAIL PROTECTED]> wrote:

> I am redesigning my Web site. On my testing server, the 6 images on
> the table with the gold background on this page keep disappearing:
>
>   http://www.information-architecture.com/jaguar/jaguar_web_samples.htm
>
> Anybody take a minute or two and look at this page and see if they
> show up for you? For me, one or all of them 'hide" on FF 1.5 (Win)
> and IE6 (Win). They show up for me on Safari (2.0.4), and FF 1.5 (Mac).

The images are staggered but show up OK 
using FF 2.0 (portable version)

-- 
Dave Thayer
Denver, CO


___
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] godaddy.com and sql server

2006-12-18 Thread Stephen the Cook
Virgil Bierschwale <> wrote:
> I've been having problems establishing a connection to my sql server
> database on godaddy.com using their supplied templates. 
> 
> In googling, I'm finding that apparently a lot of people are having
> that problem. 
> 
> Is anybody using sql server on godaddy with their web sites ?
> 
> Not sure what the problem is just yet and yes, I have done one or two
> sites using ASP and SQL server, but allways with VFP (foxweb or
> homebrew) so I don't yet have a clue what the problem is   

What is your problem?  Getting the connection?

Can you log into your db from the GoDaddy website gui?  If so then that is
all you have to follow.  



Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM
 



___
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]Cluebie for Newbie? Rack vs Tower servers?

2006-12-18 Thread Stephen the Cook
Hal Kaplan <> wrote:
 
> You guys have doors on your racks?  WOW!  You must be loaded (or
> were, before you bought the doors ).  My experience has been that
> putting doors on and/or side panels, etc., means you're going to need
> more fans, light, power.  This is all good for the rack manufacturer,
> but not so good for your budget.
> 
> But if you have the wherewithal to do it right ... doors, side
> panels, fans, lights, etc. ... by all means, have fun!  That's what
> all this crap we do is all about anyway ... having fun.  

Funny but I put the door on the outside of the server room and poof!  It's
secure.  It's windows so I know it's all good ;->

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM
 



___
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: [HTML] Gotta second to look at something?

2006-12-18 Thread Matthew Jarvis
Kenneth Kixmoeller/fh wrote:
> Hey - -
> 
> This is driving me nuts.
> 
> I am redesigning my Web site. On my testing server, the 6 images on  
> the table with the gold background on this page keep disappearing:
> 
>   http://www.information-architecture.com/jaguar/jaguar_web_samples.htm
> 
> Anybody take a minute or two and look at this page and see if they  
> show up for you? For me, one or all of them 'hide" on FF 1.5 (Win)  
> and IE6 (Win). They show up for me on Safari (2.0.4), and FF 1.5 (Mac).
> 
> What do I mean by "disappear?" They are just not there, and when you  
> view the source in Win FF or IE, the  and  tags just are not  
> there! Just a big gap in the HTML.
> 
> TIA,
> 
> Ken
> 
> 

They show up fine for me on a Linux platform running Mozilla 1.7.11

Maybe it's a popup blocker issue?


Matthew S. Jarvis
IT Manager
Bike Friday - "Performance that Packs."
www.bikefriday.com
541/687-0487 x140
[EMAIL PROTECTED]


___
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] You say tomayto, I say big ol' red thing

2006-12-18 Thread Stephen the Cook
Whil Hentzen (Pro*) <> wrote:
 
> Whil
> P.S. Interesting read on section II of the WSJ today; Attributor Corp.
> in the Valley has come out with software that will have scanned 10
> billion Web pages by EOM in search of illegal digital content. They
> say they can detect a copy of a fingerprinted file for one of their
> clients with just a few sentences or a few seconds of audio/video.   

Whil seems desperate to fill his empty days.  Does someone have a side gig
for him?  


Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM
 



___
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: Bad Vista - the blog

2006-12-18 Thread Stephen the Cook
David Crooks <> wrote:
> On Monday, December 18, 2006 4:02 PM Michael J. Babcock wrote:
> 
>> LOL!  Similar experience to Ed...no issues and I use FireFox.
> 
>> Now why do you suppose IE7 would want you to download that control
>> for that website if non-IE folks can view it just fine??!?!???
> 
> It was relentless and I could not see any of the site until I clicked
> on the bar to run it and had to do it many times before I could see
> the whole site.  Isn't nice that MSFT includes it (IE7) in the
> Express download security update?   

Or just use FireFox.

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM
 



___
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: Triplicate/duplicate forms need -- how do you handle it?

2006-12-18 Thread Stephen the Cook
MB Software Solutions <> wrote:
> (I'll post this in a separate thread of its own rather than clutter
> the other thread.) 
> 
> Say a client has traditionally used duplicate or triplicate forms
> where a field delivery person had written the number of gallons of
> oil delivered to a customer, and when finished filling the tank, the
> delivery person left one copy with the customer and gave the rest to
> the office staff.  How do most of you handle printing in triplicate
> formsdo you use the good old fashioned pin printers or do you
> make it easier on yourself (avoiding the custom form size bullsh*t)
> and just print 3 copies off the laser printer?  I hardly ever have to
> deal with pin printers anymore but I guess they're not necessarily a
> dying breed (in cases where duplicate/triplicate forms are needed). 
> A simple paper spreadsheet sounds ok but won't work in the instance
> that you want to give the customer a copy when you leave their
> residence.

I'd have an impact printer do what an impact printer does very well.  You
are just filling in a few dashes on the form.  This isn't that tough.  Get
an OKI Data with push and not a pull feed.  

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men." Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.24/592 - Release Date: 12/18/2006
1:45 PM
 



___
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.


[HTML] Gotta second to look at something?

2006-12-18 Thread Kenneth Kixmoeller/fh
Hey - -

This is driving me nuts.

I am redesigning my Web site. On my testing server, the 6 images on  
the table with the gold background on this page keep disappearing:

  http://www.information-architecture.com/jaguar/jaguar_web_samples.htm

Anybody take a minute or two and look at this page and see if they  
show up for you? For me, one or all of them 'hide" on FF 1.5 (Win)  
and IE6 (Win). They show up for me on Safari (2.0.4), and FF 1.5 (Mac).

What do I mean by "disappear?" They are just not there, and when you  
view the source in Win FF or IE, the  and  tags just are not  
there! Just a big gap in the HTML.

TIA,

Ken


___
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]Cluebie for Newbie? Rack vs Tower servers?

2006-12-18 Thread Hal Kaplan
=> Subject: Re: [NF]Cluebie for Newbie? Rack vs Tower servers?
=> 
=> Hal Kaplan wrote:
=> > => Subject: RE: [NF]Cluebie for Newbie? Rack vs Tower servers?
=> > =>
=> > => You're right, you need to be able to stand in front of 
=> the => racks 
=> > and open the back door on the racks, but no extra => clearance is 
=> > needed on the sides.
=> > =>
=> > => Jim
=> > =>
=> > 
=> > You guys have doors on your racks?  
=> 
=> But of course we have doors on our racks.
=> 
=> Where else do you put your Metallica and Nine Inch Nails stickers?
=> 
=> Whil
=>

Actually, I've been using the stickers to kind of dress-up the rusty bumpers on 
my HALmobile.  I still haven't found any as strong as duct tape (we called it 
100 MPH tape in the USAF) to keep the plastic sheets over the broken windows.

Do you know of any group with macho stickers ... like duck tape (as they say 
now)?

B+
HALinNY


___
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: Triplicate/duplicate forms need -- how do you handle it?

2006-12-18 Thread MB Software Solutions
Virgil Bierschwale wrote:
> I couldn’t figure out what was wrong, so I uninstalled all the printers and
> reinstalled them and that fixed them.
> Only thing I could think was that it must have got confused somehow as I've
> never seen somebody run 4 at one time on one pc via USB..
>   
My General Manager is proposing to do something like this with a new bid 
we've won.

> He seemed to like it.
> Told him I would develop something where it would automatically switch to
> the correct printer, but his deal worked for him and he was content with
> it.. 
>   
Easier to let the hardware do it if you can rather than write some code 
for it, imo.


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



___
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]Cluebie for Newbie? Rack vs Tower servers?

2006-12-18 Thread Whil Hentzen (Pro*)
Hal Kaplan wrote:
> => Subject: RE: [NF]Cluebie for Newbie? Rack vs Tower servers?
> => 
> => You're right, you need to be able to stand in front of the 
> => racks and open the back door on the racks, but no extra 
> => clearance is needed on the sides.
> => 
> => Jim
> => 
> 
> You guys have doors on your racks?  

But of course we have doors on our racks.

Where else do you put your Metallica and Nine Inch Nails stickers?

Whil




___
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: Triplicate/duplicate forms need -- how do you handle it?

2006-12-18 Thread Virgil Bierschwale
I couldn’t figure out what was wrong, so I uninstalled all the printers and
reinstalled them and that fixed them.
Only thing I could think was that it must have got confused somehow as I've
never seen somebody run 4 at one time on one pc via USB..

He seemed to like it.
Told him I would develop something where it would automatically switch to
the correct printer, but his deal worked for him and he was content with
it.. 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of MB Software Solutions
Sent: Monday, December 18, 2006 5:12 PM
To: profox@leafe.com
Subject: Re: Triplicate/duplicate forms need -- how do you handle it?

Virgil Bierschwale wrote:
> You're most likely going to have to live with dot matrix, especially 
> if it’s a fuel jobber or heating oil supplier as they're not going to 
> be willing to spend 500 on a laser and 100 on a cartridge every month 
> or two when an dot matrix and a 20 dollar printer ribbon, plus the 
> fact they already have their forms suppliers set up, will do them..
>
> I worked with a lot of fuel jobbers in the late 80's and I always
> recommended:
> One copy to client
> One copy in client file
> One copy in numerical order to aid them in verifying totals at the end 
> of the month and for sales tax, etc..
>
> I ran across a guy about two months ago that had 4 inkjets hooked up 
> via USB ports and he was running a water company that way.
>   

...andhow was that working for that guy?  I'd never buy inkjets again,
especially for high volume printing.  I'd only use them for photo printing.
Anything else, and the ink resupply costs kill you.  ymmv.

--
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]Cluebie for Newbie? Rack vs Tower servers?

2006-12-18 Thread Hal Kaplan
=> Subject: RE: [NF]Cluebie for Newbie? Rack vs Tower servers?
=> 
=> You're right, you need to be able to stand in front of the 
=> racks and open the back door on the racks, but no extra 
=> clearance is needed on the sides.
=> 
=> Jim
=> 

You guys have doors on your racks?  WOW!  You must be loaded (or were, before 
you bought the doors ).  My experience has been that putting doors on and/or 
side panels, etc., means you're going to need more fans, light, power.  This is 
all good for the rack manufacturer, but not so good for your budget.

But if you have the wherewithal to do it right ... doors, side panels, fans, 
lights, etc. ... by all means, have fun!  That's what all this crap we do is 
all about anyway ... having fun.

B+
HALinNY


___
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: Triplicate/duplicate forms need -- how do you handle it?

2006-12-18 Thread MB Software Solutions
Virgil Bierschwale wrote:
> You're most likely going to have to live with dot matrix, especially if it’s
> a fuel jobber or heating oil supplier as they're not going to be willing to
> spend 500 on a laser and 100 on a cartridge every month or two when an dot
> matrix and a 20 dollar printer ribbon, plus the fact they already have their
> forms suppliers set up, will do them..
>
> I worked with a lot of fuel jobbers in the late 80's and I always
> recommended:
> One copy to client
> One copy in client file
> One copy in numerical order to aid them in verifying totals at the end of
> the month and for sales tax, etc..
>
> I ran across a guy about two months ago that had 4 inkjets hooked up via USB
> ports and he was running a water company that way. 
>   

...andhow was that working for that guy?  I'd never buy inkjets 
again, especially for high volume printing.  I'd only use them for photo 
printing.  Anything else, and the ink resupply costs kill you.  ymmv.

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



___
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: Polling App

2006-12-18 Thread Hal Kaplan
=> Subject: Polling App
=> 
=> Hi Guys,
=> 
=> I have to write a small utility that will check for the 
=> presence of a file or files in a particular folder every 5 
=> minutes or so.  If any are there it does some processing on 
=> them.  It will probably run on the server.  As I see it 
=> there are two ways I can go:
=> 
=> 1.   Have a program that runs every 5 minutes triggered by 
=> scheduler.  Snag
=> arises if the processing takes more than 5 minutes (which 
=> could possibly happen in the future).
=> 
=> 2.   Run the program continuously in a loop which will 
=> process the files then
=> go to sleep for 5 minutes (using the API Sleep function).  
=> Question - will this absorb much in the way of resources?  
=> I've found the Fox to be very fast but a resource hog.
=> 
=> Any comments or suggestions of a better way will be 
=> gratefully received - I see no benefit in re-inventing the 
=> wheel if someone has already tried something similar.
=> 
=> TIA
=> 
=> John Weller

I am with Michael on this ... create an invisible dummy form with a timer 
control and let it do all the work.

There is another way, perhaps, and it depends on the answer to this question 
(which I do not know):  How does Windows Explorer know when to update a 
directory listing or a tree listing, etc?  Is there a specific API that 
triggers when a folder's contents change or is it simply a matter of polling?  

To me, the best solution would be one that eliminates the polling aspect and 
just idles until the mass storage manager has something to say.  But I don't 
know if there is such an API.

B+
HALinNY


___
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: Triplicate/duplicate forms need -- how do you handle it?

2006-12-18 Thread Hal Kaplan
There is absolutely nothing wrong with using a properly designed impact
form.  I know lots of people who use them on a daily basis and the
outfit I am with now owns no less than 75 of them that are used every
day.  Many of our forms are 5 part and there is no problem.

The other clincher is that OKI is making them by the bushel so there
must be a market for them.

Personally, I would like to use NCR paper on a laser but find it
extremely difficult and wasteful to bind single sets.  Does anyone know
of a neat way to do that? I have not really looked for anything lately.

B+
HALinNY


___
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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread Hal Kaplan
=> Subject: Re: More crap dealing with custom form size at 
=> client site.and triplicate forms inquiry
=> 
=> The point that puzzles me though is still the form size in 
=> Word.  Yes, it truly is 4.625" in height...I measured it 
=> with a ruler.  So why won't Word take my word for it (pardon 
=> the pun) and stop telling me that it's really 4.5" ???
=> 
=> Michael J. Babcock, MCP
 
Is the form designed for 8LPI or 6LPI?  (Where is your Moore Business Forms 
printer ruler?)

My guess is 6 LPI and 4.625" is very close to 4.667" and as Dr. Mandelbrodt so 
eloquently put it, the lenght of the Connecticut coastline depends on how small 
your ruler is.

Do you have a ruler that is capable of measuring the 0.042"?  Are you measuring 
a torn form?  The perfs alone can mislead.  Measure 10 forms end to end and see 
if you get 46.25"

Also, Word always rounds off your specified dimension based on the printer 
metrics of the current printer.  Make sure you have the correct OKI drivers 
installed and the printer selected when you test.

So where is the printer?

B+
HALinNY


___
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: Triplicate/duplicate forms need -- how do you handle it?

2006-12-18 Thread Virgil Bierschwale
You're most likely going to have to live with dot matrix, especially if it’s
a fuel jobber or heating oil supplier as they're not going to be willing to
spend 500 on a laser and 100 on a cartridge every month or two when an dot
matrix and a 20 dollar printer ribbon, plus the fact they already have their
forms suppliers set up, will do them..

I worked with a lot of fuel jobbers in the late 80's and I always
recommended:
One copy to client
One copy in client file
One copy in numerical order to aid them in verifying totals at the end of
the month and for sales tax, etc..

I ran across a guy about two months ago that had 4 inkjets hooked up via USB
ports and he was running a water company that way. 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of MB Software Solutions
Sent: Monday, December 18, 2006 4:45 PM
To: Profox
Subject: Triplicate/duplicate forms need -- how do you handle it?

(I'll post this in a separate thread of its own rather than clutter the
other thread.)

Say a client has traditionally used duplicate or triplicate forms where a
field delivery person had written the number of gallons of oil delivered to
a customer, and when finished filling the tank, the delivery person left one
copy with the customer and gave the rest to the office staff.  How do most
of you handle printing in triplicate formsdo you use the good old
fashioned pin printers or do you make it easier on yourself (avoiding the
custom form size bullsh*t) and just print 3 copies off the laser printer?  I
hardly ever have to deal with pin printers anymore but I guess they're not
necessarily a dying breed (in cases where duplicate/triplicate forms are
needed).  A simple paper spreadsheet sounds ok but won't work in the
instance that you want to give the customer a copy when you leave their
residence.

How would you approach this need/requirement?

Your comments encouraged and welcomed...thanks!
--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
** 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: Polling App

2006-12-18 Thread MB Software Solutions
John Weller wrote:
> Hi Guys,
>
> I have to write a small utility that will check for the presence of a file
> or files in a particular folder every 5 minutes or so.  If any are there it
> does some processing on them.  It will probably run on the server.  As I see
> it there are two ways I can go:
>
> 1.Have a program that runs every 5 minutes triggered by scheduler.  Snag
> arises if the processing takes more than 5 minutes (which could possibly
> happen in the future).
>
> 2.Run the program continuously in a loop which will process the files then
> go to sleep for 5 minutes (using the API Sleep function).  Question - will
> this absorb much in the way of resources?  I've found the Fox to be very
> fast but a resource hog.
>
> Any comments or suggestions of a better way will be gratefully received - I
> see no benefit in re-inventing the wheel if someone has already tried
> something similar.
>
>   

Write a small simple VFP program that utilitizes the VFP timer, and then 
turn it off while in your processing routine (when the flag condition is 
met), then turn it back on as you exit the processing routine.  What's 
wrong with that idea?  Is this one of those "if it sounds too good to be 
true, ..." kind of scenarios?

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



___
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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread MB Software Solutions
Hal Kaplan wrote:
> Michael, why do I get the idea you are not paying attention to what I wrote. 
Oh, uh, what'd you say, Bill?  

> Font size does not mean anything in Word.  It is the line spacing in the 
> paragraph format that controls how much the form advances.  If you do not 
> specify a specific amount, then you will get whatever the fontmetrics for the 
> font/printer combination turns out.  You might be right and you might be 
> wrong. But setting the line spacing to exactly 12 points will do the trick.
>
> Where is the friggin printer?  I have a bunch of OKIs here but not that 
> model.  This should take about 45 minutes to resolve, hands-on.
>   
That's exactly what I believe -- this should be a friggin' quickie and 
I'd rather pay someone's reasonable billable rate rather than dick 
around with it for 2 or 3 times the amount of time!

The point that puzzles me though is still the form size in Word.  Yes, 
it truly is 4.625" in height...I measured it with a ruler.  So why won't 
Word take my word for it (pardon the pun) and stop telling me that it's 
really 4.5" ???

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



___
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.


Triplicate/duplicate forms need -- how do you handle it?

2006-12-18 Thread MB Software Solutions
(I'll post this in a separate thread of its own rather than clutter the 
other thread.)

Say a client has traditionally used duplicate or triplicate forms where 
a field delivery person had written the number of gallons of oil 
delivered to a customer, and when finished filling the tank, the 
delivery person left one copy with the customer and gave the rest to the 
office staff.  How do most of you handle printing in triplicate 
formsdo you use the good old fashioned pin printers or do you make 
it easier on yourself (avoiding the custom form size bullsh*t) and just 
print 3 copies off the laser printer?  I hardly ever have to deal with 
pin printers anymore but I guess they're not necessarily a dying breed 
(in cases where duplicate/triplicate forms are needed).  A simple paper 
spreadsheet sounds ok but won't work in the instance that you want to 
give the customer a copy when you leave their residence.

How would you approach this need/requirement?

Your comments encouraged and welcomed...thanks!
--Michael

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



___
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.


Polling App

2006-12-18 Thread John Weller
Hi Guys,

I have to write a small utility that will check for the presence of a file
or files in a particular folder every 5 minutes or so.  If any are there it
does some processing on them.  It will probably run on the server.  As I see
it there are two ways I can go:

1.  Have a program that runs every 5 minutes triggered by scheduler.  Snag
arises if the processing takes more than 5 minutes (which could possibly
happen in the future).

2.  Run the program continuously in a loop which will process the files then
go to sleep for 5 minutes (using the API Sleep function).  Question - will
this absorb much in the way of resources?  I've found the Fox to be very
fast but a resource hog.

Any comments or suggestions of a better way will be gratefully received - I
see no benefit in re-inventing the wheel if someone has already tried
something similar.

TIA

John Weller
01380 723235
07976 393631



___
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: [OT] another truth of Religion

2006-12-18 Thread Helio W.
I didn't know Noah had picked dinosaurs too... that was a very big ark for
sure!

http://tinyurl.com/tzc8y


On 12/16/06, Ed Leafe <[EMAIL PROTECTED]> wrote:
>
> On Dec 16, 2006, at 11:54 AM, Helio W. wrote:
>
> > But a family surviving a gigantic flood in an ark and then
> > repopulating the
> > world must be a storyline unique to the Tigre/Eufrates region
> > folklore, no?
>
> I can't say, but I'm sure that most cultures simply have a flood
> story. The notion of wiping out everyone but one family, and every
> animal but one pair, is so bizarre that I'm sure it's unique to Noah.


--- 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: [NF] Video captioning software

2006-12-18 Thread Helio W.
*
Subtitle Workshop *for creating the captions (support to many file formats):
*
*
http://tinyurl.com/dxbu5

Virtualdub for integrating the captions to the video file (subtitler
filter/plugin reads the caption file):

http://www.virtualdub.org/


On 12/18/06, Paul Newton <[EMAIL PROTECTED]> wrote:
>
> Helio W. wrote:
> > Found the software I need.
> >
> Which is  ?


--- 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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread Hal Kaplan
=> Subject: Re: More crap dealing with custom form size at 
=> client site.and triplicate forms inquiry
=> 
=> Hal Kaplan wrote:
=> > Are you sure about the form size?  Try thinking in terms of 14" 
=> > divided by 3, or 28 lines per page at 6 lines per inch.  
=> Adjust the 
=> > line spacing in Word to exactly 12 points, then pick the 
=> font (probably 10 point).
=> >
=> > You don't need another program to print this.  You already 
=> have too 
=> > many.  If this is the same situation you described last 
=> week, it makes 
=> > sense that you are losing 1/8" every three forms.
=> >
=> > Remember that dot-matrix printers do not work in pages, 
=> they work in 
=> > lines and lines per inch.
=> >
=> >   
=> Probably should choose a 12 pointer fixed font (like Courier 
=> New).  It'd be nice if I had a spare Oki ML 591 to test with 
=> here at my office.  
=> Should have borrowed her printer for now and just worked on 
=> it back here I guess in off hours instead of sitting there 
=> for the morning!  (Only wasted 1.5 hrs dicking around with 
=> this so far.)
=> 
=> Want me to sub this out to you?  I can send you some sample 
=> forms for 
=> testing.   
=> 

Michael, why do I get the idea you are not paying attention to what I wrote. 
Font size does not mean anything in Word.  It is the line spacing in the 
paragraph format that controls how much the form advances.  If you do not 
specify a specific amount, then you will get whatever the fontmetrics for the 
font/printer combination turns out.  You might be right and you might be wrong. 
But setting the line spacing to exactly 12 points will do the trick.

Where is the friggin printer?  I have a bunch of OKIs here but not that model.  
This should take about 45 minutes to resolve, hands-on.

B+
HALinNY


___
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: Bad Vista - the blog

2006-12-18 Thread John Weller
> IE7 here. No instalation asked.
>
> IMO this talk is just unfair. I'm not saying that IE is the best browser,
> but I'm saying that these comments now are just unfair.
>

What's this *fair* bit?  All's fair in love, war and M$ bashing 

John Weller
01380 723235
07976 393631
>



___
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] godaddy.com and sql server

2006-12-18 Thread Virgil Bierschwale
Thanks...Probably going to need to do that because I need to query it about
5 times to make the future changes to virgilslist.com

Right now I manually type the xml file...
Sure do want to make it data driven, just in case...!!! 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Rick Schummer
Sent: Monday, December 18, 2006 4:25 PM
To: profox@leafe.com
Subject: RE: [NF] godaddy.com and sql server

Sounds like a connection problem. If you are running your own code you
should be able to look line
28 up and let us look at the code. Otherwise, if it is canned GoDaddy code
then you need to call their tech support, which is pretty good.


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.rickschummer.com
586.254.2530 - office
586.254.2539 - fax
  


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Virgil Bierschwale
Sent: Monday, December 18, 2006 05:16 PM
To: [EMAIL PROTECTED]
Subject: RE: [NF] godaddy.com and sql server

I get this message..
Makes me think it’s a password thing, but I verified the passwords...

Wish I had VFP, Foxweb or west wind and a server or two...
Wouldn’t be messing around with a server that I can't vnc into to check it
out 

Microsoft OLE DB Provider for ODBC Drivers error '80004005' 

[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or
access denied. 

/vjb.asp, line 28  


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Whil Hentzen (Pro*)
Sent: Monday, December 18, 2006 4:15 PM
To: profox@leafe.com
Subject: Re: [NF] godaddy.com and sql server

Virgil Bierschwale wrote:
> I've been having problems establishing a connection to my sql server 
> database on godaddy.com using their supplied templates.
> 
> In googling, I'm finding that apparently a lot of people are having 
> that problem.
> 
> Is anybody using sql server on godaddy with their web sites ?
> 
> Not sure what the problem is just yet and yes, I have done one or two 
> sites using ASP and SQL server, but allways with VFP (foxweb or
> homebrew) so I don't yet have a clue what the problem is 

OK.

'what happens'?

1. I connect and nothing happens. My browser just hangs.
2. I connect and I get an error message that says:
   
3. I'm connecting from VFP, and...  4. 

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
** 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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread Virgil Bierschwale
They allways were a pain, but I don't have the printer nor the money to buy
one and oh yes, don't forget the paper as a box used to be about 30 bucks.

Just so you will know, you can problably use a 320 or 390.
Been awhile since I messed with them, but I believe that’s the model numbers

Seems like 390 = narrow carriage and 590 = wide carriage. 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of MB Software Solutions
Sent: Monday, December 18, 2006 4:22 PM
To: profox@leafe.com
Subject: Re: More crap dealing with custom form size at client site.and
triplicate forms inquiry

Virgil Bierschwale wrote:
> Did I hear extra work ??
>  
>   
Got a Oki ML 591 you can test with?  Then yeah---it's worth it to me to sub
this out to someone who has the patience/experience with these pin printers
rather than me expend more than my billable time than I care to!!


--
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] godaddy.com and sql server

2006-12-18 Thread Rick Schummer
Sounds like a connection problem. If you are running your own code you should 
be able to look line
28 up and let us look at the code. Otherwise, if it is canned GoDaddy code then 
you need to call
their tech support, which is pretty good.


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.rickschummer.com
586.254.2530 - office
586.254.2539 - fax
  


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Virgil
Bierschwale
Sent: Monday, December 18, 2006 05:16 PM
To: [EMAIL PROTECTED]
Subject: RE: [NF] godaddy.com and sql server

I get this message..
Makes me think it’s a password thing, but I verified the passwords...

Wish I had VFP, Foxweb or west wind and a server or two...
Wouldn’t be messing around with a server that I can't vnc into to check it out 


Microsoft OLE DB Provider for ODBC Drivers error '80004005' 

[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or 
access denied. 

/vjb.asp, line 28  


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whil Hentzen 
(Pro*)
Sent: Monday, December 18, 2006 4:15 PM
To: profox@leafe.com
Subject: Re: [NF] godaddy.com and sql server

Virgil Bierschwale wrote:
> I've been having problems establishing a connection to my sql server 
> database on godaddy.com using their supplied templates.
> 
> In googling, I'm finding that apparently a lot of people are having 
> that problem.
> 
> Is anybody using sql server on godaddy with their web sites ?
> 
> Not sure what the problem is just yet and yes, I have done one or two 
> sites using ASP and SQL server, but allways with VFP (foxweb or
> homebrew) so I don't yet have a clue what the problem is 

OK.

'what happens'?

1. I connect and nothing happens. My browser just hangs.
2. I connect and I get an error message that says:
   
3. I'm connecting from VFP, and...  4. 

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
** 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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread MB Software Solutions
Virgil Bierschwale wrote:
> Did I hear extra work ??
>  
>   
Got a Oki ML 591 you can test with?  Then yeah---it's worth it to me to 
sub this out to someone who has the patience/experience with these pin 
printers rather than me expend more than my billable time than I care to!!


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



___
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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread Virgil Bierschwale
Did I hear extra work ??
 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of MB Software Solutions
Sent: Monday, December 18, 2006 4:15 PM
To: profox@leafe.com
Subject: Re: More crap dealing with custom form size at client site.and
triplicate forms inquiry

Hal Kaplan wrote:
> Are you sure about the form size?  Try thinking in terms of 14" 
> divided by 3, or 28 lines per page at 6 lines per inch.  Adjust the 
> line spacing in Word to exactly 12 points, then pick the font (probably 10
point).
>
> You don't need another program to print this.  You already have too 
> many.  If this is the same situation you described last week, it makes 
> sense that you are losing 1/8" every three forms.
>
> Remember that dot-matrix printers do not work in pages, they work in 
> lines and lines per inch.
>
>   
Probably should choose a 12 pointer fixed font (like Courier New).  It'd be
nice if I had a spare Oki ML 591 to test with here at my office.  
Should have borrowed her printer for now and just worked on it back here I
guess in off hours instead of sitting there for the morning!  (Only wasted
1.5 hrs dicking around with this so far.)

Want me to sub this out to you?  I can send you some sample forms for 
testing.   

--
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] godaddy.com and sql server

2006-12-18 Thread Virgil Bierschwale
I get this message..
Makes me think it’s a password thing, but I verified the passwords...

Wish I had VFP, Foxweb or west wind and a server or two...
Wouldn’t be messing around with a server that I can't vnc into to check it
out 

Microsoft OLE DB Provider for ODBC Drivers error '80004005' 

[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or
access denied. 

/vjb.asp, line 28  


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Whil Hentzen (Pro*)
Sent: Monday, December 18, 2006 4:15 PM
To: profox@leafe.com
Subject: Re: [NF] godaddy.com and sql server

Virgil Bierschwale wrote:
> I've been having problems establishing a connection to my sql server 
> database on godaddy.com using their supplied templates.
> 
> In googling, I'm finding that apparently a lot of people are having 
> that problem.
> 
> Is anybody using sql server on godaddy with their web sites ?
> 
> Not sure what the problem is just yet and yes, I have done one or two 
> sites using ASP and SQL server, but allways with VFP (foxweb or 
> homebrew) so I don't yet have a clue what the problem is 

OK.

'what happens'?

1. I connect and nothing happens. My browser just hangs.
2. I connect and I get an error message that says:
   
3. I'm connecting from VFP, and...  4. 

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
** 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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread MB Software Solutions
Hal Kaplan wrote:
> Are you sure about the form size?  Try thinking in terms of 14" divided
> by 3, or 28 lines per page at 6 lines per inch.  Adjust the line spacing
> in Word to exactly 12 points, then pick the font (probably 10 point).
>
> You don't need another program to print this.  You already have too
> many.  If this is the same situation you described last week, it makes
> sense that you are losing 1/8" every three forms.
>
> Remember that dot-matrix printers do not work in pages, they work in
> lines and lines per inch.
>
>   
Probably should choose a 12 pointer fixed font (like Courier New).  It'd 
be nice if I had a spare Oki ML 591 to test with here at my office.  
Should have borrowed her printer for now and just worked on it back here 
I guess in off hours instead of sitting there for the morning!  (Only 
wasted 1.5 hrs dicking around with this so far.)

Want me to sub this out to you?  I can send you some sample forms for 
testing.   

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



___
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] godaddy.com and sql server

2006-12-18 Thread Whil Hentzen (Pro*)
Virgil Bierschwale wrote:
> I've been having problems establishing a connection to my sql server
> database on godaddy.com using their supplied templates.
> 
> In googling, I'm finding that apparently a lot of people are having that
> problem.
> 
> Is anybody using sql server on godaddy with their web sites ?
> 
> Not sure what the problem is just yet and yes, I have done one or two sites
> using ASP and SQL server, but allways with VFP (foxweb or homebrew) so I
> don't yet have a clue what the problem is 

OK.

'what happens'?

1. I connect and nothing happens. My browser just hangs.
2. I connect and I get an error message that says:
   
3. I'm connecting from VFP, and... 
4. 

Whil


___
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]Cluebie for Newbie? Rack vs Tower servers?

2006-12-18 Thread Jim Felton
You're right, you need to be able to stand in front of the racks and open
the back door on the racks, but no extra clearance is needed on the sides.

Jim

 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]  On Behalf
Of Michael Hawksworth
Sent:   Monday, December 18, 2006 8:56 AM
To: profox@leafe.com
Subject:Re: [NF]Cluebie for Newbie?  Rack vs Tower servers?

Just remember that you need to be able to open doors on both sides of
the rack which adds to the footprint quite considerably.

--
Michael Hawksworth
Visual Fox Solutions

[EMAIL PROTECTED]
www.foxpro.co.uk





[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: Bad Vista - the blog

2006-12-18 Thread MB Software Solutions
Grigore Dolghin wrote:
> Because I just accessed it using IE7 and _nothing_unusual_ happened.
>
> Want to see a screenshot?
>   

Perhaps that's because you're Automatic Updates already installed the 
missing control?

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



___
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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread Hal Kaplan
Are you sure about the form size?  Try thinking in terms of 14" divided
by 3, or 28 lines per page at 6 lines per inch.  Adjust the line spacing
in Word to exactly 12 points, then pick the font (probably 10 point).

You don't need another program to print this.  You already have too
many.  If this is the same situation you described last week, it makes
sense that you are losing 1/8" every three forms.

Remember that dot-matrix printers do not work in pages, they work in
lines and lines per inch.

B+
HALinNY


___
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.


[NF] godaddy.com and sql server

2006-12-18 Thread Virgil Bierschwale
I've been having problems establishing a connection to my sql server
database on godaddy.com using their supplied templates.

In googling, I'm finding that apparently a lot of people are having that
problem.

Is anybody using sql server on godaddy with their web sites ?

Not sure what the problem is just yet and yes, I have done one or two sites
using ASP and SQL server, but allways with VFP (foxweb or homebrew) so I
don't yet have a clue what the problem is 

Thanks,

Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.23/591 - Release Date: 12/17/2006
3:17 PM
 



___
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: Bad Vista - the blog

2006-12-18 Thread Ted Roche
I hate to throw cold water on your conspiracy theories, guys, but it's
likely a compatibility issue between their content management system,
Plone, and IE7.

http://swik.net/Plone/CMS.Info+Blog

You can put away the tin hats now, fellas.

And David, please stop using IE7. You'll just encourage them.

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.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
** 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: Bad Vista - the blog

2006-12-18 Thread David Crooks
On Monday, December 18, 2006 4:40 PM Grigore Dolghin wrote:

>Because I just accessed it using IE7 and _nothing_unusual_ happened.

>Want to see a screenshot?

I believe you... There must be a setting I do not have checked and you
do?

David L. Crooks


___
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: Bad Vista - the blog

2006-12-18 Thread David Crooks
On Monday, December 18, 2006 4:40 PM Hal Kaplan wrote:

>Exactly my point, David.  This is too good to be true, isn't it?  Well,
you know what they say 
>about that.  Does someone have time to read the page source and see if
there is a hook for IE7?  

How about this:




http://badvista.fsf.org/favicon.ico"; />

http://badvista.fsf.org";
  title="Front page" />
http://badvista.fsf.org/search_form";
  title="Search this site" />
http://badvista.fsf.org/author/admin";
  title="Author information" />
http://badvista.fsf.org/sitemap";
  title="Site Map" />

http://badvista.fsf.org/blog/RSS";
  title="RSS 1.0" type="application/rss+xml" />



 
@import
url(http://badvista.fsf.org/blog/coreblog.css);
@import
url(http://badvista.fsf.org/blog/coreblogCustom.css);
  


David L. Crooks


___
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: Bad Vista - the blog

2006-12-18 Thread Grigore Dolghin
Because I just accessed it using IE7 and _nothing_unusual_ happened.

Want to see a screenshot?

- Original Message - 
From: "David Crooks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 18, 2006 11:33 PM
Subject: RE: Bad Vista - the blog


> On Monday, December 18, 2006 4:26 PM Grigore Dolghin wrote:
>
>>IE7 here. No instalation asked.
>
>>IMO this talk is just unfair. I'm not saying that IE is the best
> browser, but I'm saying that
>>these comments now are just unfair.
>
> How were they unfair?  I am trying to get to a website that is totally
> against MSFT's new OS and I can't see it in IE7 without jumping through
> some hoops!?! I found it more ironic than fair.
>
> David L. Crooks
>
>
[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: Bad Vista - the blog

2006-12-18 Thread Hal Kaplan
=> Subject: RE: Bad Vista - the blog
=> 
=> On Monday, December 18, 2006 4:26 PM Grigore Dolghin wrote:
=> 
=> >IE7 here. No instalation asked.
=> 
=> >IMO this talk is just unfair. I'm not saying that IE is the best
=> browser, but I'm saying that 
=> >these comments now are just unfair.
=> 
=> How were they unfair?  I am trying to get to a website that 
=> is totally against MSFT's new OS and I can't see it in IE7 
=> without jumping through some hoops!?! I found it more ironic 
=> than fair.
=> 
=> David L. Crooks
=> 

Exactly my point, David.  This is too good to be true, isn't it?  Well, you 
know what they say about that.  Does someone have time to read the page source 
and see if there is a hook for IE7?  

B+
HALinNY


___
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: Bad Vista - the blog

2006-12-18 Thread David Crooks
On Monday, December 18, 2006 4:26 PM Grigore Dolghin wrote:

>IE7 here. No instalation asked.

>IMO this talk is just unfair. I'm not saying that IE is the best
browser, but I'm saying that 
>these comments now are just unfair.

How were they unfair?  I am trying to get to a website that is totally
against MSFT's new OS and I can't see it in IE7 without jumping through
some hoops!?! I found it more ironic than fair.

David L. Crooks


___
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: More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread Virgil Bierschwale
One reason you may have got an out of paper error is there is a small white
microswitch where the paper goes through.
If you try and center the small paper width stuff on the printer, it doesn’t
trip the switch and gives you an out of paper.

ALL WAYS align the paper on the left side of the printer with the notches
molded into the printer cover.
 


Virgil Bierschwale
http://www.virgilslist.com
http://www.tccutlery.com
http://www.bierschwale.com
http://www.bierschwalesolutions.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of MB Software Solutions
Sent: Monday, December 18, 2006 3:20 PM
To: Profox
Subject: More crap dealing with custom form size at client site.and
triplicate forms inquiry

This is a follow up from last week's thread about custom print sizes in MS
Word.  Potential client has 8" wide by 4.625" high custom form that has been
a real SOB trying to get to print correctly and consistently.  
This is that client that is from a colleague of mine.  The previous vendor
for them sucked, giving them hardly any help and even less instruction, so
we'd like to get it right for them, hence the willingness to get this darn
thing working!  Here's their process: 

 - go into Quickbooks (or Quickencan't recall exactly)
 - export customers mailing address to Excel
 - go into MS Word and run mail merge document

The problem is that the freakin' Oki printer doesn't have any books with it,
and I didn't have online access at the site, and on top of that, MS Word
won't take the true dimensions of the tractor feed form.  It's truly a 8"
wide by 4.625" (4 5/8") tall form.  Yet when I put in the 4.625, it always
changes it to 4.5.  Grrr!  I was thinking of just whipping up a simple
label program in VFP and having VFP ask for the Excel file to import to do
the freakin thing.  That allows the customer to 1) avoid the current problem
with printing out of whack, and 2) simpler as he just locates the Excel file
and presses "Go" as opposed to manually doing all those steps in the Mail
Merge process in MS Word.  I was starting to do that (simple VFP program) at
client site when the stinking printer said "out of paper"...yet it was
online and had paper fed just fine!  Resetting printer and rebooting machine
didn't help either.  Ugh!  Nothing like making matters worse at the client
site.  :-p

Rather than dealing with the crap above, wouldn't VFP allow me to do this
easier with a fixed band height?

And the 2nd question on this thread-- how do most of you handle printing in
triplicate formsdo you use the good old fashioned pin printers or do you
make it easier on yourself (avoiding the custom form size
bullsh*t) and just print 3 copies off the laser printer?  I hardly ever have
to deal with pin printers anymore but I guess they're not necessarily a
dying breed (in cases where duplicate/triplicate forms are needed).

Your comments encouraged and welcomed...thanks!
--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
** 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: Bad Vista - the blog

2006-12-18 Thread Hal Kaplan
=> Subject: Re: Bad Vista - the blog
=> 
=> To me, this reeks (sp?) of M$ forcing it's way on you, 
=> whether you like it or not, and by that, I mean they're 
=> dictating the environment that they want for OTHER things 
=> probably, and it has NOTHING to do with this website.  
=> They'll see that their agenda is met, one way (this, for
=> example) or another (via automatic updates).  If you're fine 
=> with M$ dictating the environment, then that's great, but 
=> for those who want to control their own machines, this is just wrong.
=> 
=> Michael J. Babcock, MCP
=>

Infidel!   You have taken the bait hook, line, and sinker.  See my earlier 
poorly trimmed post about how the web page could be forcing this to happen, and 
not necessarily M$.

B+
HALinNY


___
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: Bad Vista - the blog

2006-12-18 Thread Grigore Dolghin
IE7 here. No instalation asked.

IMO this talk is just unfair. I'm not saying that IE is the best browser, 
but I'm saying that these comments now are just unfair.

- Original Message - 
From: "Ed Leafe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 18, 2006 6:31 PM
Subject: Re: Bad Vista - the blog


> On Dec 18, 2006, at 11:26 AM, David Crooks wrote:
>
> 

 I love that the website keeps asking me to install the MSXML ActiveX
 control from Microsoft!
>>
>>> Really? It didn't do that for me. What browser did you use?
>>
>> IE7, of course! 8-)
>
> 'Nuff said.
>
> -- 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
** 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: Bad Vista - the blog

2006-12-18 Thread Hal Kaplan
=> Subject: Re: Bad Vista - the blog
=> 
=> Haha, what a good idea! (OBTW, you are slipping on this ole'  
=> "trimming" bugaboo again! )
=> 
=> Ken
=> 

Yeah, well between trimming my Chanukah bush and trimming my hair and trimming 
my budget and trying to trim my waistline, you will have to forgive me that I 
may have neglected trimming my messages too.  A man has to deal with his life 
in terms of priorities, right?

But thank you for noticing and taking the time to point it out to me so that I 
can put some effort into correcting the situation in the near future.  As you 
can see, my lack of trimming has not had a deleterious effect on my innate 
capability of assembling several words in a somewhat meaningful way to create 
what is commonly known as sentences which, in turn, become paragraphs.  It is 
my fervent hope that by producing voluminous messages consisting of copious 
nonsensical and meaningless drivel that others, taking note of this practice, 
and wishing to comment thereon, will have ample opportunity to demonstrate 
their individual abilities to trim their message responses, hopefully in a 
manner much more befitting the level of clarity and sparseness that you desire 
and so richly deserve.

OK, Ken?  O.K.!

B+
HALinNY

B+
HALinNY


___
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: Bad Vista - the blog

2006-12-18 Thread MB Software Solutions
David Crooks wrote:
>> Now why do you suppose IE7 would want you to download that control for
>> 
> that website if non-IE 
>   
>> folks can view it just fine??!?!???
>> 
>
> It was relentless and I could not see any of the site until I clicked on
> the bar to run it and had to do it many times before I could see the
> whole site.  Isn't nice that MSFT includes it (IE7) in the Express
> download security update?
>   

David,

To me, this reeks (sp?) of M$ forcing it's way on you, whether you like 
it or not, and by that, I mean they're dictating the environment that 
they want for OTHER things probably, and it has NOTHING to do with this 
website.  They'll see that their agenda is met, one way (this, for 
example) or another (via automatic updates).  If you're fine with M$ 
dictating the environment, then that's great, but for those who want to 
control their own machines, this is just wrong.

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



___
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] You say tomayto, I say big ol' red thing

2006-12-18 Thread David Crooks
On Monday, December 18, 2006 4:05 PM Whil Hentzen wrote:

>>  I've given up trying to pronounce "ubuntu",

How many other versions have a Satanic Edition?

Ubuntu Satanic Edition 1.0 Screenshot Walkthrough
http://www.thecodingstudio.com/opensource/linux/?q=node/68 

David L. Crooks


___
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.


More crap dealing with custom form size at client site.....and triplicate forms inquiry

2006-12-18 Thread MB Software Solutions
This is a follow up from last week's thread about custom print sizes in 
MS Word.  Potential client has 8" wide by 4.625" high custom form that 
has been a real SOB trying to get to print correctly and consistently.  
This is that client that is from a colleague of mine.  The previous 
vendor for them sucked, giving them hardly any help and even less 
instruction, so we'd like to get it right for them, hence the 
willingness to get this darn thing working!  Here's their process: 

 - go into Quickbooks (or Quickencan't recall exactly)
 - export customers mailing address to Excel
 - go into MS Word and run mail merge document

The problem is that the freakin' Oki printer doesn't have any books with 
it, and I didn't have online access at the site, and on top of that, MS 
Word won't take the true dimensions of the tractor feed form.  It's 
truly a 8" wide by 4.625" (4 5/8") tall form.  Yet when I put in the 
4.625, it always changes it to 4.5.  Grrr!  I was thinking of just 
whipping up a simple label program in VFP and having VFP ask for the 
Excel file to import to do the freakin thing.  That allows the customer 
to 1) avoid the current problem with printing out of whack, and 2) 
simpler as he just locates the Excel file and presses "Go" as opposed to 
manually doing all those steps in the Mail Merge process in MS Word.  I 
was starting to do that (simple VFP program) at client site when the 
stinking printer said "out of paper"...yet it was online and had paper 
fed just fine!  Resetting printer and rebooting machine didn't help 
either.  Ugh!  Nothing like making matters worse at the client site.  :-p

Rather than dealing with the crap above, wouldn't VFP allow me to do 
this easier with a fixed band height?

And the 2nd question on this thread-- how do most of you handle printing 
in triplicate formsdo you use the good old fashioned pin printers or 
do you make it easier on yourself (avoiding the custom form size 
bullsh*t) and just print 3 copies off the laser printer?  I hardly ever 
have to deal with pin printers anymore but I guess they're not 
necessarily a dying breed (in cases where duplicate/triplicate forms are 
needed).

Your comments encouraged and welcomed...thanks!
--Michael

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



___
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: Bad Vista - the blog

2006-12-18 Thread Kenneth Kixmoeller/fh

On Dec 18, 2006, at 3:13 PM, Hal Kaplan wrote:

> Maybe it's because the web page...is setup to make trouble for you  
> if you are using IE.

Haha, what a good idea! (OBTW, you are slipping on this ole'  
"trimming" bugaboo again! )

Ken


___
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] You say tomayto, I say big ol' red thing

2006-12-18 Thread Kenneth Kixmoeller/fh

On Dec 18, 2006, at 1:52 PM, Whil Hentzen (Pro*) wrote:

> followed
> by an 'ick', and then an 'il', like I want to ride my motorcycle.

"I don't want a pickle, just wanna ride my motorsickle..."

Ken


___
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: Bad Vista - the blog

2006-12-18 Thread Hal Kaplan
=> Subject: Re: Bad Vista - the blog
=> 
=> Ed Leafe wrote:
=> > On Dec 18, 2006, at 11:26 AM, David Crooks wrote:
=> >
=> >   
=> > 
=> >   
=>  I love that the website keeps asking me to install the MSXML 
=>  ActiveX control from Microsoft!
=>  
=> >>>  Really? It didn't do that for me. What browser did you use?
=> >>>   
=> >> IE7, of course! 8-)
=> >> 
=> >
=> >'Nuff said.
=> >
=> >   
=> 
=> LOL!  Similar experience to Ed...no issues and I use FireFox. 
=> 
=> Now why do you suppose IE7 would want you to download that 
=> control for that website if non-IE folks can view it just 
=> fine??!?!???
=> 
=> Michael J. Babcock, MCP
=>

Maybe it's because the web page, testing for which browser you are using, is 
setup to make trouble for you if you are using IE.

I am by no means a Microsoft sycophant but I thought this web site is a bit 
overboard on Vista bashing.  I have no doubt that Vista will have enough 
problems without having to resort to this kind of activity.

OTOH, maybe Microsoft is behind this web site and wants to make trouble for 
itself so it can demonstrate its monopoly-averse vulnerabilities.  Like project 
Northwood.

B+
HALinNY


___
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: Bad Vista - the blog

2006-12-18 Thread David Crooks
On Monday, December 18, 2006 4:02 PM Michael J. Babcock wrote:

>LOL!  Similar experience to Ed...no issues and I use FireFox. 

>Now why do you suppose IE7 would want you to download that control for
that website if non-IE 
>folks can view it just fine??!?!???

It was relentless and I could not see any of the site until I clicked on
the bar to run it and had to do it many times before I could see the
whole site.  Isn't nice that MSFT includes it (IE7) in the Express
download security update?

David L. Crooks


___
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: Bad Vista - the blog

2006-12-18 Thread MB Software Solutions
Ed Leafe wrote:
> On Dec 18, 2006, at 11:26 AM, David Crooks wrote:
>
>   
> 
>   
 I love that the website keeps asking me to install the MSXML ActiveX
 control from Microsoft!
 
>>> Really? It didn't do that for me. What browser did you use?
>>>   
>> IE7, of course! 8-)
>> 
>
>   'Nuff said.
>
>   

LOL!  Similar experience to Ed...no issues and I use FireFox. 

Now why do you suppose IE7 would want you to download that control for 
that website if non-IE folks can view it just fine??!?!???

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



___
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] You say tomayto, I say big ol' red thing

2006-12-18 Thread Whil Hentzen (Pro*)
Ted Roche wrote:
> On 12/18/06, Whil Hentzen (Pro*) <[EMAIL PROTECTED]> wrote:
> 
>>  I've given up trying to pronounce "ubuntu",
> 
> "How do you pronounce Ubuntu?"
> 
> "Ubuntu, an African word from Zulu and Xhosa, is pronounced
> "oo-BOON-too". See the other FAQ on its meaning, it's a worthwhile
> read, and no, you're not the first person to wonder. :-) "
> 
> http://www.ubuntu.com/support/faq

Been there, took the Hooked On Fonicks course, still can't wrap my 
tongue around it.

That's why I bailed on that German distro, Susie. I mean, Suzuh.

Whil
(Who is back with distros that only have one syllable in them.)




___
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] You say tomayto, I say big ol' red thing

2006-12-18 Thread Ted Roche
On 12/18/06, Whil Hentzen (Pro*) <[EMAIL PROTECTED]> wrote:

>  I've given up trying to pronounce "ubuntu",

"How do you pronounce Ubuntu?"

"Ubuntu, an African word from Zulu and Xhosa, is pronounced
"oo-BOON-too". See the other FAQ on its meaning, it's a worthwhile
read, and no, you're not the first person to wonder. :-) "

http://www.ubuntu.com/support/faq

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.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
** 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] You say tomayto, I say big ol' red thing

2006-12-18 Thread Hal Kaplan
=> Subject: RE: [NF] You say tomayto, I say big ol' red thing
=> 
=> On Monday, December 18, 2006 2:53 PM Whil Hentzen wrote:
=> 
=> >But how to you say "Canonical"?
=> 
=> http://dictionary.reference.com/browse/Canonical
=> ca·non·i·cal /kəˈnɒnɪkəl/ Pronunciation Key - Show 
=> Spelled Pronunciation[kuh-non-i-kuhl] Pronunciation Key - 
=> Show IPA Pronunciation 
=> –adjective Also, ca·non·ic. 1. pertaining to, established 
=> by, or conforming to a canon or canons.  
=> 2. included in the canon of the Bible.  
=> 3. authorized; recognized; accepted: canonical works.  
=> 4. Mathematics. (of an equation, coordinate, etc.) in 
=> simplest or standard form.  
=> 5. following the pattern of a musical canon.  
=> 6. Linguistics. (of a form or pattern) characteristic, 
=> general or basic: the canonical form of the past tense; a 
=> canonical syllable pattern.  
=> –noun 7. canonicals, garments prescribed by canon law for 
=> clergy when officiating.  
=>
=> David L. Crooks 
=> 

Pedant! 

B+ 
HALinNY
___
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] You say tomayto, I say big ol' red thing

2006-12-18 Thread David Crooks
On Monday, December 18, 2006 2:53 PM Whil Hentzen wrote:

>But how to you say "Canonical"?

http://dictionary.reference.com/browse/Canonical
ca·non·i·cal /kəˈnɒnɪkəl/ Pronunciation Key - Show Spelled 
Pronunciation[kuh-non-i-kuhl] Pronunciation Key - Show IPA Pronunciation 
–adjective Also, ca·non·ic. 1. pertaining to, established by, or conforming to 
a canon or canons.  
2. included in the canon of the Bible.  
3. authorized; recognized; accepted: canonical works.  
4. Mathematics. (of an equation, coordinate, etc.) in simplest or standard 
form.  
5. following the pattern of a musical canon.  
6. Linguistics. (of a form or pattern) characteristic, general or basic: the 
canonical form of the past tense; a canonical syllable pattern.  
–noun 7. canonicals, garments prescribed by canon law for clergy when 
officiating.  




[Origin: 1150–1200; ME (< AF) < ML canōnicālis, equiv. to canōnic(us) (see 
canon2) + -ālis -al1] 

—Related forms
ca·non·i·cal·ly, adverb 
Dictionary.com Unabridged (v 1.0.1)
Based on the Random House Unabridged Dictionary, © Random House, Inc. 2006. 

David L. Crooks 


___
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.

[NF] You say tomayto, I say big ol' red thing

2006-12-18 Thread Whil Hentzen (Pro*)
So, there's this technology company that is involved with this Commie 
software called Ubuntu. I've given up trying to pronounce "ubuntu", and 
rely on It Which Must Be Obeyed, the television set. I refer 
specifically to the closing of some TV show, where the voice-over says, 
"Sit, Ubu, sit. Good dog, Ubu."

So I call this software "Ubu" because I know how to pronounce Ubu.

But how to you say "Canonical"?

It could be "CA-non -- ick-il", like the 18th century weapon, followed 
by an 'ick', and then an 'il', like I want to ride my motorcycle.

Or it could be "ca-NON -- ick-il", sounds sort of Catholic, in a 
caTHOL-ickil way.

Or, given that Mark S. is a South African or Norwegian or Texan or 
something like that, it might be something weird, like...

CAN-o-nickel, as if you went collecting for the Salvation Army and 
everyone who walked out had bought something for $0.95 and had only that 
semi-shiny grey coin in their pocket left.

Whil
P.S. Interesting read on section II of the WSJ today; Attributor Corp. 
in the Valley has come out with software that will have scanned 10 
billion Web pages by EOM in search of illegal digital content. They say 
they can detect a copy of a fingerprinted file for one of their clients 
with just a few sentences or a few seconds of audio/video.


___
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] Browser/Internet problem

2006-12-18 Thread Ted Roche
On 12/17/06, Paul Newton <[EMAIL PROTECTED]> wrote:
>
> IE and Firefox are both working fine
> in all four environments (XP on the laptop, and 98, 2K and XP on the
> desktop)... Opera (9.02) works in all three OSs on the desktop but I cannot 
> get it
> to connect to the internet on the laptop.  Another program (DriverMagic)
> also works fine on the desktop but not on the laptop.

Since IE and FIreFox work on the laptop, the problem is not your
network configuration, is it? I'd review the settings in Opera to see
if you inadvertantly set something there.

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.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
** 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] Browser/Internet problem

2006-12-18 Thread Paul Newton
Sietse Wijnker wrote:
> Hi Paul,
>
> In the possibility to totally miss the point, but maybe hit the jackpot.
> (lots of maybe's here...)
>
> Can you ping to the servers' IP address in a command prompt?
>   
I can ping www.google.com from a command prompt.
> You said IE and FF work, while Opera amoungst others don't..
> Maybe it's a DNS problem. What if the 1st listed DNS-server in your TCP/IP
> settings (or the ones set for your DHCP server) isn't available? Don't know
> for sure but maybe IE and FF know to loom further for the 2nd and third DNS
> but the other programs that have problems don't? Maybe switch the DNS server
> order?
>   
Just tried switching the order of the DNS servers in TCP/IP properties 
on the laptop - still nowt !


___
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] Video captioning software

2006-12-18 Thread Paul Newton
Helio W. wrote:
> Found the software I need.
>   
Which is  ?
> On 12/18/06, Helio W. <[EMAIL PROTECTED]> wrote:
>   
>> Does anyone know a good (and easy) video close captioning software?
>>
>> Thanks,
>>
>> Helio
>>
>> 
>
>
> --- 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
** 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] Video captioning software

2006-12-18 Thread Helio W.
Found the software I need.

On 12/18/06, Helio W. <[EMAIL PROTECTED]> wrote:
>
> Does anyone know a good (and easy) video close captioning software?
>
> Thanks,
>
> Helio
>


--- 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.


[NF] Video captioning software

2006-12-18 Thread Helio W.
Does anyone know a good (and easy) video close captioning software?

Thanks,

Helio


--- 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: Bad Vista - the blog

2006-12-18 Thread Ed Leafe
On Dec 18, 2006, at 11:26 AM, David Crooks wrote:

 
>>>
>>> I love that the website keeps asking me to install the MSXML ActiveX
>>> control from Microsoft!
>
>>  Really? It didn't do that for me. What browser did you use?
>
> IE7, of course! 8-)

'Nuff said.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.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
** 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] Browser/Internet problem

2006-12-18 Thread Paul Newton
Dave Crozier wrote:
> Correct,
> That will route all the ports direct to the laptop without blocking any of
> them.
>   

OK I tried that.  Set default gateway as 192.168.1.1 (the router 
address) and DNS servers as 194.168.4.100 and 194.168.8.100 (which I 
found under Status - Router in the linksys admin utility).  Still 
nothing for Opera or DriverMagic ...

> Dave Crozier
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Paul Newton
> Sent: 18 December 2006 15:54
> To: profox@leafe.com
> Subject: Re: [NF] Browser/Internet problem
>
> Dave Crozier wrote:
>   
>> Paul,
>> Sorry set the IP address on the laptop as static (right click "Network
>> Neighbourhood" Properties, then Right click on the Lan Connection (the one
>> you are using) and properties, then click on the TCP/IP entry and select
>> properties and force an IP address that is within your LAN IP Range.
>> 
> So I change the setting from "Obtain an IP adress automatically" to "Use 
> the following IP address".  So I would use say 192.168.1.199 with a 
> subnet mask of 255.255.255.0.  But what entries would I use for "Default 
> gateway" and Preferred and Alternate DNS servers ?
>   
>>  After
>> doing this you should really exclude this IP address from being allocated
>> from the router using DHCP but if you make the IP address at the top end
>> 
> of
>   
>> the range for your network this doesn't matter.
>>
>> On the Wireless router the DMZ setting is in the admin menu. Last Time I
>> looked at the Linksys it was actually called DMZ (DeMilitarised Zone) and
>> 
> it
>   
>> allows all ports from the outside to pass directly through the router
>> without being blocked. On sole of the Linksys routers it is under Gaming
>> Options or 3rd Party application settings.
>> 
>
> Found DMZ under "Applications and Gaming".  It has a setting for DMZ 
> Host IP address - is this the address (192.168.1.199) that I previously 
> assigned to the laptop ?
>
> Cheers
>
>
>
>
[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] Browser/Internet problem

2006-12-18 Thread Sietse Wijnker
Hi Paul,

In the possibility to totally miss the point, but maybe hit the jackpot.
(lots of maybe's here...)

Can you ping to the servers' IP address in a command prompt?

You said IE and FF work, while Opera amoungst others don't..
Maybe it's a DNS problem. What if the 1st listed DNS-server in your TCP/IP
settings (or the ones set for your DHCP server) isn't available? Don't know
for sure but maybe IE and FF know to loom further for the 2nd and third DNS
but the other programs that have problems don't? Maybe switch the DNS server
order?


Regards,
Sietse Wijnker




___
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: Bad Vista - the blog

2006-12-18 Thread David Crooks
On Monday, December 18, 2006 11:11 AM Ed Leafe wrote:

>On Dec 18, 2006, at 10:46 AM, David Crooks wrote:

>>> 
>>
>> I love that the website keeps asking me to install the MSXML ActiveX 
>> control from Microsoft!

>   Really? It didn't do that for me. What browser did you use?

IE7, of course! 8-)

David L. Crooks


___
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: Bad Vista - the blog

2006-12-18 Thread Ed Leafe
On Dec 18, 2006, at 10:46 AM, David Crooks wrote:

>> 
>
> I love that the website keeps asking me to install the MSXML ActiveX
> control from Microsoft!

Really? It didn't do that for me. What browser did you use?

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.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
** 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] Browser/Internet problem

2006-12-18 Thread Dave Crozier
Correct,
That will route all the ports direct to the laptop without blocking any of
them.

Dave Crozier


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Paul Newton
Sent: 18 December 2006 15:54
To: profox@leafe.com
Subject: Re: [NF] Browser/Internet problem

Dave Crozier wrote:
> Paul,
> Sorry set the IP address on the laptop as static (right click "Network
> Neighbourhood" Properties, then Right click on the Lan Connection (the one
> you are using) and properties, then click on the TCP/IP entry and select
> properties and force an IP address that is within your LAN IP Range.
So I change the setting from "Obtain an IP adress automatically" to "Use 
the following IP address".  So I would use say 192.168.1.199 with a 
subnet mask of 255.255.255.0.  But what entries would I use for "Default 
gateway" and Preferred and Alternate DNS servers ?
>  After
> doing this you should really exclude this IP address from being allocated
> from the router using DHCP but if you make the IP address at the top end
of
> the range for your network this doesn't matter.
>
> On the Wireless router the DMZ setting is in the admin menu. Last Time I
> looked at the Linksys it was actually called DMZ (DeMilitarised Zone) and
it
> allows all ports from the outside to pass directly through the router
> without being blocked. On sole of the Linksys routers it is under Gaming
> Options or 3rd Party application settings.

Found DMZ under "Applications and Gaming".  It has a setting for DMZ 
Host IP address - is this the address (192.168.1.199) that I previously 
assigned to the laptop ?

Cheers




[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] Browser/Internet problem

2006-12-18 Thread Paul Newton
Dave Crozier wrote:
> Paul,
> Sorry set the IP address on the laptop as static (right click "Network
> Neighbourhood" Properties, then Right click on the Lan Connection (the one
> you are using) and properties, then click on the TCP/IP entry and select
> properties and force an IP address that is within your LAN IP Range.
So I change the setting from "Obtain an IP adress automatically" to "Use 
the following IP address".  So I would use say 192.168.1.199 with a 
subnet mask of 255.255.255.0.  But what entries would I use for "Default 
gateway" and Preferred and Alternate DNS servers ?
>  After
> doing this you should really exclude this IP address from being allocated
> from the router using DHCP but if you make the IP address at the top end of
> the range for your network this doesn't matter.
>
> On the Wireless router the DMZ setting is in the admin menu. Last Time I
> looked at the Linksys it was actually called DMZ (DeMilitarised Zone) and it
> allows all ports from the outside to pass directly through the router
> without being blocked. On sole of the Linksys routers it is under Gaming
> Options or 3rd Party application settings.

Found DMZ under "Applications and Gaming".  It has a setting for DMZ 
Host IP address - is this the address (192.168.1.199) that I previously 
assigned to the laptop ?

Cheers




___
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: Bad Vista - the blog

2006-12-18 Thread David Crooks
On Monday, December 18, 2006 8:12 AM Stephen Russell wrote:

>

I love that the website keeps asking me to install the MSXML ActiveX
control from Microsoft!

David L. Crooks


___
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] Browser/Internet problem

2006-12-18 Thread Dave Crozier
Paul,
Sorry set the IP address on the laptop as static (right click "Network
Neighbourhood" Properties, then Right click on the Lan Connection (the one
you are using) and properties, then click on the TCP/IP entry and select
properties and force an IP address that is within your LAN IP Range. After
doing this you should really exclude this IP address from being allocated
from the router using DHCP but if you make the IP address at the top end of
the range for your network this doesn't matter.

On the Wireless router the DMZ setting is in the admin menu. Last Time I
looked at the Linksys it was actually called DMZ (DeMilitarised Zone) and it
allows all ports from the outside to pass directly through the router
without being blocked. On sole of the Linksys routers it is under Gaming
Options or 3rd Party application settings.

Dave Crozier

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Paul Newton
Sent: 18 December 2006 15:07
To: profox@leafe.com
Subject: Re: [NF] Browser/Internet problem

Dave Crozier wrote:
> Paul,
> In the router, set up the laptop with a fixed Ip Address 
I don't see where to do that ...
> and then make that
> IP Address a DMZ 

or that !

> so that ALL ports are allowed access directly to the Laptop
> and just see if that sorts out the problem. If that works OK, then at
least
> you will know then that the Laptop is set up correctly and the problem is
in
> the Router blocking certain ports.
>
> Dave Crozier
>
> P.S I haven't been able to find my ContourCube V3 master disks yet which
is
> a real, real pain as I will be needing them in a couple of weeks but I'm
> still looking. As for the FTP access, my server is down currently as I'm
> porting it onto Linux over Xmas so as soon as it is up I'll drop you an
> email.
>   
Tx and cheers !
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Paul Newton
> Sent: 18 December 2006 13:52
> To: profox@leafe.com
> Subject: Re: [NF] Browser/Internet problem
>
> Thanks for your reply Eurico.
>
> What is puzzling me is that other programs do have internet access - so 
> presumably it has nothing to do with router settings (the router being 
> ignorant of the application trying to access the internet).
>
> Also, since turning off the Windows firewall has no effect, it would not 
> seem to be a firewall problem.
>
> Similarly since FF, IE etc do not have problems it cannot (?) be due to 
> something like TCP/IP setup.
>
> I did reinstall Opera but it still will not access the 'net.  As for 
> reinstalling Windows from scratch ...
>
> Cheers
>
>
>
>
>
> Eurico Chagas Filho wrote:
>   
>> Hi Paul
>>
>> We have basically the same layout, I have note + desktop, both
>> with WinXP_Pro, a router and a cable modem.
>> I am not using wireless connection, but the other day a third note
>> was connected with no problem, via wireless.
>>
>> Try using only the note, and reinstall the programs that do not work.
>> If they work, start from there...
>> If they don't, sorry, reinstall windows from scratch. When I couldn't
>> access the note, I did that and now everything is ok.
>>
>> HTH, Eurico.
>>
>>
>>
>> 
[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] Browser/Internet problem

2006-12-18 Thread Paul Newton
Dave Crozier wrote:
> Paul,
> In the router, set up the laptop with a fixed Ip Address 
I don't see where to do that ...
> and then make that
> IP Address a DMZ 

or that !

> so that ALL ports are allowed access directly to the Laptop
> and just see if that sorts out the problem. If that works OK, then at least
> you will know then that the Laptop is set up correctly and the problem is in
> the Router blocking certain ports.
>
> Dave Crozier
>
> P.S I haven't been able to find my ContourCube V3 master disks yet which is
> a real, real pain as I will be needing them in a couple of weeks but I'm
> still looking. As for the FTP access, my server is down currently as I'm
> porting it onto Linux over Xmas so as soon as it is up I'll drop you an
> email.
>   
Tx and cheers !
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Paul Newton
> Sent: 18 December 2006 13:52
> To: profox@leafe.com
> Subject: Re: [NF] Browser/Internet problem
>
> Thanks for your reply Eurico.
>
> What is puzzling me is that other programs do have internet access - so 
> presumably it has nothing to do with router settings (the router being 
> ignorant of the application trying to access the internet).
>
> Also, since turning off the Windows firewall has no effect, it would not 
> seem to be a firewall problem.
>
> Similarly since FF, IE etc do not have problems it cannot (?) be due to 
> something like TCP/IP setup.
>
> I did reinstall Opera but it still will not access the 'net.  As for 
> reinstalling Windows from scratch ...
>
> Cheers
>
>
>
>
>
> Eurico Chagas Filho wrote:
>   
>> Hi Paul
>>
>> We have basically the same layout, I have note + desktop, both
>> with WinXP_Pro, a router and a cable modem.
>> I am not using wireless connection, but the other day a third note
>> was connected with no problem, via wireless.
>>
>> Try using only the note, and reinstall the programs that do not work.
>> If they work, start from there...
>> If they don't, sorry, reinstall windows from scratch. When I couldn't
>> access the note, I did that and now everything is ok.
>>
>> HTH, Eurico.
>>
>>
>>
>> 
[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: Quick Duplicate check ...

2006-12-18 Thread Brian Abbott
Try SET ENGINEBEHAVIOR 70 (and I'd avoid count - reserved word)

>>
>> Howdy,
>>
>> Hope you all had a good weekend.
>>
>> I'm trying to do a quick reality check for duplicates:
>>
>> select id from file1 where id in ;
>> (select id, count(*) as count from file1 group by 1 having count(*) > 1)
>>
>> but the above only gives me "SQL: Subquery is invalid." error.  G.
>>
>> Any ideas?
>>
>> Cheers,
>>
>> Garry
>>
-- 
Cheers


Brian Abbott



___
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: Quick Duplicate check ...

2006-12-18 Thread Ted Roche
On 12/18/06, Garry Bettle <[EMAIL PROTECTED]> wrote:
>
> select id from file1 where id in ;
> (select id, count(*) as count from file1 group by 1 having count(*) > 1)
>
> but the above only gives me "SQL: Subquery is invalid." error.  G.
>

Pull the subquery out and verify that it will run as a standalone
query. I see two questionable items: "count" is a keyword, use
RecordCount or something, and the HAVING clause uses the original
count(*) which you've aliased -- try using RecordCount there as well.

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.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
** 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: Quick Duplicate check ...

2006-12-18 Thread John Weller
Straight off the top of my head without testing try:

 select id from file1 where id in ;
 (select id, count(*) as idcount from file1 group by 1 having idcount > 1)

Not a good idea to use reserved words as variable names, also use variable
name in having clause not another count.

John Weller
01380 723235
07976 393631

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Garry Bettle
> Sent: 18 December 2006 14:33
> To: [EMAIL PROTECTED]
> Subject: Quick Duplicate check ...
>
>
> Howdy,
>
> Hope you all had a good weekend.
>
> I'm trying to do a quick reality check for duplicates:
>
> select id from file1 where id in ;
> (select id, count(*) as count from file1 group by 1 having count(*) > 1)
>
> but the above only gives me "SQL: Subquery is invalid." error.  G.
>
> Any ideas?
>
> Cheers,
>
> Garry
>
>
[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: Quick Duplicate check ...

2006-12-18 Thread Dan Olsson
At 2006-12-18 15:32, you wrote:
>I'm trying to do a quick reality check for duplicates:
>
>select id from file1 where id in ;
>(select id, count(*) as count from file1 group by 1 having count(*) > 1)
>
>but the above only gives me "SQL: Subquery is invalid." error.  G.

select id from file1 where id in (select id, count(*) as cnt from 
file1 group by 1 having cnt > 1)

**
* Dan Olsson
* 
* 



___
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.


Quick Duplicate check ...

2006-12-18 Thread Garry Bettle
Howdy,

Hope you all had a good weekend.

I'm trying to do a quick reality check for duplicates:

select id from file1 where id in ;
(select id, count(*) as count from file1 group by 1 having count(*) > 1)

but the above only gives me "SQL: Subquery is invalid." error.  G.

Any ideas?

Cheers,

Garry


___
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] Browser/Internet problem

2006-12-18 Thread Dave Crozier
Paul,
In the router, set up the laptop with a fixed Ip Address and then make that
IP Address a DMZ so that ALL ports are allowed access directly to the Laptop
and just see if that sorts out the problem. If that works OK, then at least
you will know then that the Laptop is set up correctly and the problem is in
the Router blocking certain ports.

Dave Crozier

P.S I haven't been able to find my ContourCube V3 master disks yet which is
a real, real pain as I will be needing them in a couple of weeks but I'm
still looking. As for the FTP access, my server is down currently as I'm
porting it onto Linux over Xmas so as soon as it is up I'll drop you an
email.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Paul Newton
Sent: 18 December 2006 13:52
To: profox@leafe.com
Subject: Re: [NF] Browser/Internet problem

Thanks for your reply Eurico.

What is puzzling me is that other programs do have internet access - so 
presumably it has nothing to do with router settings (the router being 
ignorant of the application trying to access the internet).

Also, since turning off the Windows firewall has no effect, it would not 
seem to be a firewall problem.

Similarly since FF, IE etc do not have problems it cannot (?) be due to 
something like TCP/IP setup.

I did reinstall Opera but it still will not access the 'net.  As for 
reinstalling Windows from scratch ...

Cheers





Eurico Chagas Filho wrote:
> Hi Paul
>
> We have basically the same layout, I have note + desktop, both
> with WinXP_Pro, a router and a cable modem.
> I am not using wireless connection, but the other day a third note
> was connected with no problem, via wireless.
>
> Try using only the note, and reinstall the programs that do not work.
> If they work, start from there...
> If they don't, sorry, reinstall windows from scratch. When I couldn't
> access the note, I did that and now everything is ok.
>
> HTH, Eurico.
>
>
>
[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   >