Re: [OT] Beginning of big touble ?

2006-12-19 Thread Helio W.
Well, the situation of the north korean people is grim. Foreign intervention sometimes IS necessary. On 12/19/06, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: > > Helio W. wrote: > > How about liberating the North Korea people first? > > > > > I'd rather 'liberate' a few millions from the Morgan Tru

Re: Polling App

2006-12-19 Thread Jaime Vasquez
Sietse Wijnker wrote: > I'm using filesystem events to react to a file create/change in similar > cases. > The only problem is binding to them, but I've written a .NET ActiveX thet > does that for me. Use that inside a VFP form and I'm able to write VFP code > to react to the events. The vfp9's so

profox@leafe.com

2006-12-19 Thread Ricardo Aráoz
Virgil Bierschwale wrote: > I tried that on the response.write end, but not the select. > Will try it tomorrow, although all the googling I did this afternoon taught > me that isull only returns .T. or .F. in vbscript. Sorry, my mistake. Thought you were connecting to SQLServer. The isnull() funct

profox@leafe.com

2006-12-19 Thread Virgil Bierschwale
If anybody's curious, this is what I found that works: if IsNull(oRs.Fields(fieldname3)) then Response.Write((" ") & vbCrLf) else Response.Write(oRs.Fields(fieldname3) & "" & vbCrLf) end if Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://

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

2006-12-19 Thread Stephen the Cook
MB Software Solutions <> wrote: > Stephen the Cook wrote: >> 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. >> > > When you say "push" do you mean

profox@leafe.com

2006-12-19 Thread Virgil Bierschwale
I tried that on the response.write end, but not the select. Will try it tomorrow, although all the googling I did this afternoon taught me that isull only returns .T. or .F. in vbscript. Boy wouldn’t it be nice to have vfp on this server , but hell, I probably wouldn’t remember that either as its b

RE: Validation of Password

2006-12-19 Thread Virgil Bierschwale
Its been a long time, but I always used "killit.out" (on the net somewhere) and a flag in the user file that I could turn off. Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://www.bierschwale.com http://www.bierschwalesolutions.com -Original Message- From: [

profox@leafe.com

2006-12-19 Thread Virgil Bierschwale
Yeah, I thought I could remember how the iif function worked in vb, but apparently its been longer then I thought. I will figure it out tomorrow, had enough for tonight and thanks for the input. Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://www.bierschwale.com ht

profox@leafe.com

2006-12-19 Thread Ricardo Aráoz
Virgil Bierschwale wrote: > Ok, I have empty fields in sql server and I need to replace them with   > when they're null. > ISNULL ( check_expression , replacement_value ) Use it this way : Select isnull(possiblyNullField, ' ') as 'possiblyNullField' It will return the fields contents if

Re: Validation of Password

2006-12-19 Thread Ricardo Aráoz
Dave Thayer wrote: > On 12/19/06, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: >> Hi, >> I need my application to ask for the user's windows password and >> validate it (in order to be sure the user hasn't left his computer on >> and someone else is using it). Is there a way I can do this? >> >

profox@leafe.com

2006-12-19 Thread Matthew Jarvis
Virgil Bierschwale wrote: > Ok, I have empty fields in sql server and I need to replace them with   > when they're null. > > Apparently vbscript is a lot different then what I did in the past and I > havent had much luck googling it. > > How do ya'll trap for null in the code below ? > > In the

profox@leafe.com

2006-12-19 Thread Virgil Bierschwale
Ok, I have empty fields in sql server and I need to replace them with   when they're null. Apparently vbscript is a lot different then what I did in the past and I havent had much luck googling it. How do ya'll trap for null in the code below ? In the past I would have done it at before each res

Re: Validation of Password

2006-12-19 Thread Dave Thayer
On 12/19/06, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: > Hi, > I need my application to ask for the user's windows password and > validate it (in order to be sure the user hasn't left his computer on > and someone else is using it). Is there a way I can do this? > To avoid any potential pas

Re: Read / Write Binary TIFF Image

2006-12-19 Thread Eugene Vital
John Gunvaldson wrote: > I know I can do this in Python or .NET, but I need to do this in Visual > FoxPro 9. > > Does anyone have an example that can show the proper setup / way to open > a binary file (like a TIFF file) - jump to a specific address - and > conduct a reverse ones compliment on th

Validation of Password

2006-12-19 Thread Ricardo Aráoz
Hi, I need my application to ask for the user's windows password and validate it (in order to be sure the user hasn't left his computer on and someone else is using it). Is there a way I can do this? TIA Ricardo ___ Post Messages to: ProFox@

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

2006-12-19 Thread Rafael Copquin
I have been using VFP since 1997 and already started learning SQL Server, lest the vultures (ie obsolescense) make a feast out of me. I started out by reading a book by Miriam Liskin, about a fisherman who wrote a program using DBase III Plus. Funny if you think of it, for a fisherman to write a

Re: [OT] From the land of fruits and nuts

2006-12-19 Thread Ricardo Aráoz
Michael Madigan wrote: > No christian fundementalist ever made someone stop > singing Jewish songs. > Nope! They just made their hearts stop ticking. > > --- "Helio W." <[EMAIL PROTECTED]> wrote: > >> Well said. That's why Christian fundamentalism could >> be the US undoing. >> Islam is what

Re: [OT] Beginning of big touble ?

2006-12-19 Thread Ricardo Aráoz
Helio W. wrote: > How about liberating the North Korea people first? > > I'd rather 'liberate' a few millions from the Morgan Trust. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free vers

RE: [NF] 2007 Daylight Savings Time

2006-12-19 Thread mrgmhale
Well, by golly woggy, I may just have to look into the M$ patch then, eh? Thanx. Gil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Derek Kalweit > Sent: Tuesday, December 19, 2006 4:33 PM > To: [EMAIL PROTECTED] > Subject: Re: [NF] 2007 Daylight Sav

RE: calling a webservice with username and password

2006-12-19 Thread Hal Kaplan
=> Subject: calling a webservice with username and password =>  => How can I send username and password to a web service in vfp9? => Programatically or from task pane- xml =>  web services? => Web service is : => http://test.sgk.gov.tr/saglikws/services/P

Re: [NF] 2007 Daylight Savings Time

2006-12-19 Thread Derek Kalweit
> I use AtomicClock to hit the US Naval Observatory's time server. From there > I use "NET TIME \\InternalServerName /set /yes" in a batch file, fired off > via Windows Scheduler, and point the Client PCs to the internal Server. > That way I only chew up Internet bandwidth for one mahcine, and lev

Re: [NF] Signature from a web page

2006-12-19 Thread Jean Laeremans
On 12/19/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: > =>Subject: Re: [NF] Signature from a web page > => > =>On 12/19/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: > => > =>> > =>> Hey Jean, it's working! You are getting quoted for what I > =>wrote. That card is amazing. Suddenly I feel ... European.

RE: [NF] Signature from a web page

2006-12-19 Thread Hal Kaplan
=> Subject: Re: [NF] Signature from a web page =>  => On 12/19/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: =>  => > => > Hey Jean, it's working! You are getting quoted for what I => wrote. That card is amazing. Suddenly I feel ... European. =>  Had I known this was going to happen, I would not h

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

2006-12-19 Thread Hal Kaplan
=> Subject: Re: Triplicate/duplicate forms need -- how do you handle it? =>  => That's because you're too young! =>  => I go back to 1987 with the fox... =>  => Rafael =>  You too, Rafael? I started back then too. I had a client with a FB 1.0 app and I had to learn the language from a DBase ma

[NF] Tech industry has alterior motive with regarts to hi-b visas

2006-12-19 Thread Michael Madigan
http://www.townhall.com/columnists/PhyllisSchlafly/2006/12/18/tech_industry_has_ulterior_motive_regarding_h-1b_visas ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: calling a webservice with password

2006-12-19 Thread Casey McGuire
Ali İhsan Türkoğlu wrote: > How can I send username and password to a web service in vfp9? > Programatically or from task pane- xml > web services? > Web service is : > http://test.sgk.gov.tr/saglikws/services/ProvizyonIslemleri/wsdl/ProvizyonIs > lemler

Re: [NF] Browser/Internet problem - Solved

2006-12-19 Thread Charlie Coleman
At 04:04 PM 12/19/2006 +, Alan Bourke wrote: >On Tue, 19 Dec 2006 10:30:49 -0500, "Charlie Coleman" <[EMAIL PROTECTED]> >said: > > Ad-aware is one product I can > > think of, but I believe there are a lot more out there - many of the > > free. > >No reason not to use Windows Defender from Micr

Re: [OT] Beginning of big touble ?

2006-12-19 Thread Charlie Coleman
At 10:40 AM 12/19/2006 -0500, Ed Leafe wrote: >On Dec 19, 2006, at 9:31 AM, Charlie Coleman wrote: > > > I don't necessarily believe the religion itself is the root cause of the > > violence, although the Koran (Qur'an) and Hadith writings imply killing > > non-believers is acceptable or proper. >

RE: Read / Write Binary TIFF Image

2006-12-19 Thread john harvey
The code is very similar to Fox code. Hit the help file and look at fgets(), fopen(), fread(), fputs(),fseek(). There is sample code that will show you exactly what you are looking for. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Gunvaldson

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

2006-12-19 Thread Rafael Copquin
That's because you're too young! I go back to 1987 with the fox and, living in a Latin American country, had to make do with what was available, not always the most rational solution. (I mean the do while loop I posted) But the printjob/endprintjob construct works well and is really convenien

Re: [OT] From the land of fruits and nuts

2006-12-19 Thread Michael Madigan
No christian fundementalist ever made someone stop singing Jewish songs. --- "Helio W." <[EMAIL PROTECTED]> wrote: > Well said. That's why Christian fundamentalism could > be the US undoing. > Islam is what really keeps ME in the medieval age. > > > On 12/19/06, Jim Felton <[EMAIL PROTECTED]>

RE: [OT] From the land of fruits and nuts

2006-12-19 Thread Michael Madigan
Would you object if you were signing autographs somewhere and someone started singing Jewish songs? How stupid can you get? --- Jim Felton <[EMAIL PROTECTED]> wrote: > I think Larry the Cable Guy has it right. We have > taken Politically > Correct-"PC" to the point where PC isn't even PC. > Ou

Re: [NF] Signature from a web page

2006-12-19 Thread Jean Laeremans
On 12/19/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: > > Hey Jean, it's working! You are getting quoted for what I wrote. That card > is amazing. Suddenly I feel ... European. Had I known this was going to > happen, I would not have showered this morning . > Glad i made your day. BTW don't set

RE: [NF] Signature from a web page

2006-12-19 Thread Hal Kaplan
=> Subject: Re: [NF] Signature from a web page =>  => On 12/19/06, Vince Teachout <[EMAIL PROTECTED]> wrote: => > Jean Laeremans wrote: => > > Ahem. We are 230 years old. And we are not xenophobes. => After all, => > > you are allowed to post here, are you not? Xenophobic, indeed! => > >> => > =>

RE: [NF]Cluebie for Newbie? Rack vs Tower servers?

2006-12-19 Thread Alan Lukachko
Agreed. 4 computers in towers (mini and full) are quieter than 1 2U rack mount -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Roche Sent: Friday, December 15, 2006 3:19 PM To: [EMAIL PROTECTED] Subject: Re: [NF]Cluebie for Newbie? Rack vs Tower serv

Re: [NF] Signature from a web page

2006-12-19 Thread Jean Laeremans
On 12/19/06, Vince Teachout <[EMAIL PROTECTED]> wrote: > Jean Laeremans wrote: > > Ahem. We are 230 years old. And we are not xenophobes. After all, you > > are allowed to post here, are you not? Xenophobic, indeed! > >> > > You can't really blame anyone for being a bit Xenaphobic. The warrior > p

Re: [NF] Signature from a web page

2006-12-19 Thread Vince Teachout
Jean Laeremans wrote: > Ahem. We are 230 years old. And we are not xenophobes. After all, you > are allowed to post here, are you not? Xenophobic, indeed! >> You can't really blame anyone for being a bit Xenaphobic. The warrior princess can be a real b when she's in a bad mood.

RE: More crap dealing with custom form sizeatclientsite.....andtriplicate forms inquiry

2006-12-19 Thread John Weller
I don't like it either but fortunately our government realised that getting rid of pints in particular could be suicide! On the other hand, using millimetres certainly beats fractions of an inch when measuring timber, glass, paper sizes, etc. Funnily enough all timber in UK is only available in m

RE: calling a webservice with password

2006-12-19 Thread Tracy Pearson
After creating the SOAP object set the following Connector Properties SOAP = CreateObject("MSSoap.SoapClient30") SOAP.MSSoapInit( wsdl ) SOAP.ConnectorProperty("AuthUser") = username SOAP.ConnectorProperty("AuthPassword") = password SOAP.ConnectorProperty("WinHTTPAuthScheme") = 24 Tracy

Read / Write Binary TIFF Image

2006-12-19 Thread John Gunvaldson
I know I can do this in Python or .NET, but I need to do this in Visual FoxPro 9. Does anyone have an example that can show the proper setup / way to open a binary file (like a TIFF file) - jump to a specific address - and conduct a reverse ones compliment on the bytes in a specific range of addr

RE: Export Import Family Tree Maker Files

2006-12-19 Thread Rodney Dixon
You can start at the Latter Day Saints website. They are VERY BIG into genealogy. If I remember correctly, I think they were the ones that invented GEDCOM. Regards Rodney > -Original Message- > > I have a client who has his family tree information in some VFP Tables > and want to import

Re: [NF] Signature from a web page

2006-12-19 Thread Jean Laeremans
On 12/19/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: > =>Subject: Re: [NF] Signature from a web page > Ahem. We are 230 years old. And we are not xenophobes. After all, you are > allowed to post here, are you not? Xenophobic, indeed! > 230 years, you don't say... by that time we've gone metric.

RE: [OT] RE:Morecrapdealingwithcustomformsizeatclientsite.....andtriplicateformsinquiry

2006-12-19 Thread Virgil Bierschwale
Oh I took no offense. Just wanted everybody to be clear on the issue as I do plan on making a good living at this stuff if I can survive the starter years Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://www.bierschwale.com http://www.bierschwalesolutions.com -

Re: [NF] Signature from a web page

2006-12-19 Thread Dave Thayer
On 12/19/06, Virgil Bierschwale <[EMAIL PROTECTED]> wrote: > http://www.zipform.com > > I don't know the full details, but it has been approved by the court system > (using digital signatures) > > You may want to google for digital signature You might try the term 'electronic signature' as well so

RE: [OT] RE: Morecrapdealingwithcustomformsizeatclientsite.....andtriplicateformsinquiry

2006-12-19 Thread Hal Kaplan
=> Subject: RE: [OT] RE: => Morecrapdealingwithcustomformsizeatclientsite.andtriplica => teformsinquiry =>  => Actually you are so wrong, but you can't see that.. => I've had two dealings with two individuals on this list and => for reason's that I won't go into, I refunded their money in =>

RE: [NF] CSS Help needed

2006-12-19 Thread Kevin Ragsdale
Kevin, Check the header entry in the CSS. It is set to 110px, though the image is only 61px. HTH, Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Cully Sent: Tuesday, December 19, 2006 9:54 AM To: [EMAIL PROTECTED] Subject: [NF] CSS Help need

calling a webservice with username and password

2006-12-19 Thread Ali İhsan Türkoğlu
How can I send username and password to a web service in vfp9? Programatically or from task pane- xml web services? Web service is : http://test.sgk.gov.tr/saglikws/services/ProvizyonIslemleri/wsdl/ProvizyonIs lemleri.wsdl username:4300021 password

[OT] RE: [NF] Signature from a web page

2006-12-19 Thread Virgil Bierschwale
Actually I disagree with both of ya'll I've visited most of the meditreannean countries and a lot of the caribbean countries and africa and the canary islands... They are all very nice and I would do it again if things were better.. Virgil Bierschwale http://www.virgilslist.com http://www.tccut

RE: [NF] Signature from a web page

2006-12-19 Thread Hal Kaplan
=> Subject: Re: [NF] Signature from a web page =>  => On 12/19/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: => > There is nothing to see in all of the world that cannot be => seen in similar form within the >continental United States. =>  => Same here but replace US by EU..lol..nothing much to see in

RE: [NF] 2007 Daylight Savings Time

2006-12-19 Thread mrgmhale
I use AtomicClock to hit the US Naval Observatory's time server. From there I use "NET TIME \\InternalServerName /set /yes" in a batch file, fired off via Windows Scheduler, and point the Client PCs to the internal Server. That way I only chew up Internet bandwidth for one mahcine, and leverage th

Re: [NF] Signature from a web page

2006-12-19 Thread Jean Laeremans
On 12/19/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: > There is nothing to see in all of the world that cannot be seen in similar > form within the >continental United States. Same here but replace US by EU..lol..nothing much to see in a 200 year old country..and they can keep there xenophobic atti

[NF] Mac OS X? Enough security holes to fill a month? Shurely shome mishtake ...

2006-12-19 Thread Alan Bourke
http://blog.washingtonpost.com/securityfix/2006/12/january_2007_month_of_apple_bu.html -- Alan Bourke [EMAIL PROTECTED] -- http://www.fastmail.fm - Send your email first class ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

RE: [OT] RE: More crapdealingwithcustomformsizeatclientsite.....andtriplicate formsinquiry

2006-12-19 Thread Virgil Bierschwale
Actually you are so wrong, but you can't see that.. I've had two dealings with two individuals on this list and for reason's that I won't go into, I refunded their money in full because it was the right thing to do because for reasons beyond my control, I could not deliver what I said I would. I w

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

2006-12-19 Thread MB Software Solutions
Hal Kaplan wrote: > Please stop wasting bandwidth with these nonsense messages :b > LOL! Touché -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabmate.com "Work smarter, not harder, with MBSS custom software solutions!"

Re: [NF] 2007 Daylight Savings Time

2006-12-19 Thread Alan Bourke
I noticed today that there is a Windows Update patch that deals with this. -- Alan Bourke [EMAIL PROTECTED] -- http://www.fastmail.fm - Same, same, but different… ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/

RE: [OT] RE: More crap dealingwithcustomformsizeatclientsite.....andtriplicate forms inquiry

2006-12-19 Thread Hal Kaplan
=> Subject: RE: [OT] RE: More crap => dealingwithcustomformsizeatclientsite.andtriplicate forms inquiry =>  => You can click on the button on my bierschwale solutions site => and it will hold your hand for you =>  Yeah, hold my hand while picking my pocket . No thanks. B+ HALinNY _

RE: [NF] Signature from a web page

2006-12-19 Thread Hal Kaplan
=> Subject: Re: [NF] Signature from a web page =>  => > => > "The Jean Laeremans Card: Don't leave home without it!" => > => > B+ => > HALinNY =>  => Something the US & EU agreed upon so expect some chip on => your passport too in the near future. BTW it was the US who => insisted upon it =>

RE: [OT] RE: More crap dealing withcustomformsizeatclientsite.....andtriplicate forms inquiry

2006-12-19 Thread Virgil Bierschwale
They were founding a country and defending themselves from the oppressors that they escaped from, but now the oppressors have come back in the form of politically correct people and we either have to: A. Go into outer space B. Go under the oceans or C. Run them the hell out of america. Why would a

Re: [NF] Signature from a web page

2006-12-19 Thread Jean Laeremans
On 12/19/06, Hal Kaplan <[EMAIL PROTECTED]> wrote: > =>Subject: Re: [NF] Signature from a web page > => > =>Our identity cards have a chip which will be used for that purpose. > =>Contains things like blood group etc too. > => > =>A+ > =>jml > => > > Will it include some of your DNA too? Just in c

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

2006-12-19 Thread Hal Kaplan
=> Subject: Re: [NF] You say tomayto, I say big ol' red thing =>  => Of course I realize that there's a big differencethat's => why I had the behind it! ;-) Can't tell you how many => idiots have called my last name "Badcock" instead of => "Babcock" even when it was spelled out in front o

RE: [NF] Signature from a web page

2006-12-19 Thread Hal Kaplan
=> Subject: Re: [NF] Signature from a web page =>  => Our identity cards have a chip which will be used for that purpose. => Contains things like blood group etc too. =>  => A+ => jml =>  Will it include some of your DNA too? Just in case you become separated from the card, we might want to clon

Re: [NF] Signature from a web page

2006-12-19 Thread MB Software Solutions
Chris Davis wrote: > Why get a signature? We used to sign credit/debit card slips but now we > have chip and pin. Could you not issue users of your website with some kind > of password or pin which they can use to authorise stuff? I have a username > and password for my online banking, but I als

RE: [OT] RE: More crap dealing with customformsizeatclientsite.....andtriplicate forms inquiry

2006-12-19 Thread Hal Kaplan
=> Subject: [OT] RE: More crap dealing with => customformsizeatclientsite.andtriplicate forms inquiry =>  => My thoughts of a few days ago ? =>  => I still say that the politicians are the most crooked people => out there and I still advocate that we vote them all out of office. => Just becau

Re: [NF] Signature from a web page

2006-12-19 Thread Jean Laeremans
On 12/19/06, Chris Davis <[EMAIL PROTECTED]> wrote: > Why get a signature? We used to sign credit/debit card slips but now we > have chip and pin. Could you not issue users of your website with some kind > of password or pin which they can use to authorise stuff? I have a username > and password

RE: [NF] Signature from a web page

2006-12-19 Thread Chris Davis
Why get a signature? We used to sign credit/debit card slips but now we have chip and pin. Could you not issue users of your website with some kind of password or pin which they can use to authorise stuff? I have a username and password for my online banking, but I also have an online pin number

RE: [NF] Signature from a web page

2006-12-19 Thread Hal Kaplan
=> Subject: RE: [NF] Signature from a web page =>  => We do have a pdf they can print out, fill out, and fax back, => but the Boss thought it would be unique to do it all "on-line". =>  => James E Harvey Hey, if it's going to be unique, we're not going to be able to help you because it's never b

[OT] RE: More crap dealing with custom formsizeatclientsite.....andtriplicate forms inquiry

2006-12-19 Thread Virgil Bierschwale
My thoughts of a few days ago ? I still say that the politicians are the most crooked people out there and I still advocate that we vote them all out of office. Just because they voted way back then, doesn’t mean that they were doing what their people wanted them too, any more then they do now..

[NF] 2007 Daylight Savings Time

2006-12-19 Thread Matthew Jarvis
I got a letter from IBM talking generally about the new DST changes that are going into effect March 2007. They say "In 2007, US Daylight Saving Time is changing and will begin on the 2nd Sunday in March and end the first Sunday in November". This is more just FYI for folks, but I'm curious wha

Re: More crap dealing with custom form size at client site.....andtriplicate forms inquiry

2006-12-19 Thread MB Software Solutions
Peter Cushing wrote: > The imperial system. > > http://en.wikipedia.org/wiki/Imperial_unit > > I was brought up as an engineer using both, and the metric system is far > simpler. > I can't imagine why anyone would think otherwise, since metric using a consistent base-10 logic. -- Michael J.

[OT] RE: More crap dealing with custom form sizeatclientsite.....andtriplicate forms inquiry

2006-12-19 Thread Virgil Bierschwale
We kind of like it.. If you don't like it, you don't have to live here. Oh, but that’s right, you're not an american, you just would like for us to use your system of measuring temperatures Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://www.bierschwale.com http:/

Re: [NF] Signature from a web page

2006-12-19 Thread MB Software Solutions
James E Harvey wrote: > We do have a pdf they can print out, fill out, and fax back, but the Boss > thought it would be unique to do it all "on-line". > Unique in theory, but probably more of a PITA (pain in the arse) in reality. -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mb

RE: More crap dealing with custom form sizeatclientsite.....andtriplicate forms inquiry

2006-12-19 Thread Hal Kaplan
=> Subject: RE: More crap dealing with custom form => sizeatclientsite.andtriplicate forms inquiry =>  => The whole reason we signed off on that was to be more inline => with foreign nations that used that system of measurement. =>  => Just like we're letting spanish take over in the states a

Re: More crap dealing with custom form size atclientsite.....andtriplicate forms inquiry

2006-12-19 Thread Jean Laeremans
On 12/19/06, Virgil Bierschwale <[EMAIL PROTECTED]> wrote: > The whole reason we signed off on that was to be more inline with foreign > nations that used that system of measurement. > > Just like we're letting spanish take over in the states as a second > language. > We are americans. > Our langua

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

2006-12-19 Thread MB Software Solutions
Hal Kaplan wrote: > Fortunately, this is the last thing I have to say about your printing problem. > And fortunately for the rest of us toosaves us bandwidth and hitting the [DELETE] key for nonsense posts. :-p -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolut

RE: [NF] Signature from a web page

2006-12-19 Thread Virgil Bierschwale
http://www.zipform.com I don't know the full details, but it has been approved by the court system (using digital signatures) You may want to google for digital signature Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://www.bierschwale.com http://www.bierschwalesol

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

2006-12-19 Thread MB Software Solutions
Paul Newton wrote: > Tractor can be push or pull (or sometimes both). > Oh right! Now I remembersome had the tracks in the rear, pulling it through. Thanks for that trip back in time, Paul! What a memory! -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions

RE: [NF] Signature from a web page

2006-12-19 Thread James E Harvey
We do have a pdf they can print out, fill out, and fax back, but the Boss thought it would be unique to do it all "on-line". James E Harvey Corresponding Officer/M.I.S. bus: 717-637-8931 fax: 717-637-6766 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB

Re: [NF] CSS Help needed

2006-12-19 Thread Helio W.
It seems fixed now. What did you do? BTW, are you using PNG with transparency? The image doesn't look right on IE6. On 12/19/06, Kevin Cully <[EMAIL PROTECTED]> wrote: > > I tried adjusting the width from 300px to be 200px, 100px, and even > 400px. The level of the Nav area still remains well be

Re: More crap dealing with custom form size atclientsite.....andtriplicate forms inquiry

2006-12-19 Thread MB Software Solutions
Virgil Bierschwale wrote: > The whole reason we signed off on that was to be more inline with foreign > nations that used that system of measurement. > > Just like we're letting spanish take over in the states as a second > language. > We are americans. > Our language is english. > Our unit of meas

Re: More crap dealing with custom form size at client site.....andtriplicate forms inquiry

2006-12-19 Thread Peter Cushing
MB Software Solutions wrote: > some scientists using the Metric system, and some using > the (whatever the Feet/Pounds/Inches/Miles/etc.) system The imperial system. http://en.wikipedia.org/wiki/Imperial_unit I was brought up as an engineer using both, and the metric system is far simpler. Pet

RE: [NF] Signature from a web page

2006-12-19 Thread James E Harvey
Do you know of any specific web sites using this I can view? I thought digital signatures was more of an official thing where you registered yourself with a third party so the recipient could be assured it was you agreeing to the terms etc., no an actual "signature" per se. James E Harvey Corres

Re: [NF] CSS Help needed - SOLVED

2006-12-19 Thread Kevin Cully
I think I've got this solved. I was looking at the CSS and trying to find out what would reserve space. Well, originally, the text name of the site was in a tag. I took that out when I put in an image but I was thinking that perhaps I needed a "#header img" entry in the CSS. Once I added it,

Re: More crap dealing with custom form size atclient site.....andtriplicate forms inquiry

2006-12-19 Thread MB Software Solutions
Jean Laeremans wrote: > On 12/19/06, Virgil Bierschwale <[EMAIL PROTECTED]> wrote: > >> What ? >> Are you crazy ? >> They can take that cm stuff and shove it... >> >> Some laws are made to be broken. >> We are Americans, not a bunch of politically correct robots... >> > > So what has the us

Re: More crap dealing with custom form size at client site.....andtriplicate forms inquiry

2006-12-19 Thread MB Software Solutions
Hal Kaplan wrote: > In 1888, the United States of America was a signatory to a treaty wherein all > participants agreed to standardize on the METRIC SYSTEM. Yes, our country > has been on the Metric standard for almost 120 years but you would never know > it because of our leadership position i

RE: More crap dealing with custom form size atclientsite.....andtriplicate forms inquiry

2006-12-19 Thread Virgil Bierschwale
The whole reason we signed off on that was to be more inline with foreign nations that used that system of measurement. Just like we're letting spanish take over in the states as a second language. We are americans. Our language is english. Our unit of measurement is the system of inches and feet.

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

2006-12-19 Thread MB Software Solutions
Hal Kaplan wrote: > I will tell you whatever. It is like the difference between 4.625" and > 4.667". By itself, not much. But if you take that kind of an attitude > toward everything you do, after a while the little offsets will add up and > you won't know if you are being pushed or pulled. >

Re: [NF] Signature from a web page

2006-12-19 Thread MB Software Solutions
James E Harvey wrote: > My Boss wants to know if we can create an on-line contract for users to fill > out and "sign" for submitting on our web site. > > Something like a fillable pdf form that would have a section at the bottom > of the form where when the mouse hovered in that area it would turn

RE: [NF] Signature from a web page

2006-12-19 Thread Virgil Bierschwale
They allow real estate contracts these days to use those features. Try zipforms, maybe they have some info on their site. Its called an electronic signature and I'm seeing more and more on it. Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://www.bierschwale.com http

Re: More crap dealing with custom form size atclient site.....andtriplicate forms inquiry

2006-12-19 Thread Jean Laeremans
On 12/19/06, Virgil Bierschwale <[EMAIL PROTECTED]> wrote: > What ? > Are you crazy ? > They can take that cm stuff and shove it... > > Some laws are made to be broken. > We are Americans, not a bunch of politically correct robots... So what has the use of a metric system to do with political corr

RE: [NF] Signature from a web page

2006-12-19 Thread Hal Kaplan
=> Subject: [NF] Signature from a web page =>  => My Boss wants to know if we can create an on-line contract => for users to fill out and "sign" for submitting on our web site. =>  => Something like a fillable pdf form that would have a section => at the bottom of the form where when the mouse h

Re: [NF] CSS Help needed

2006-12-19 Thread Kevin Cully
I tried adjusting the width from 300px to be 200px, 100px, and even 400px. The level of the Nav area still remains well below the header graphic. Just to clarify the section I was changing, it was the "#header #nav" section. I've set it back to 300px for now. Kevin Cully CULLY Technologies,

Re: [NF] Browser/Internet problem - Solved

2006-12-19 Thread MB Software Solutions
Charlie Coleman wrote: > I would advise not using the Windows firewall. Instead, use something like > ZoneAlarm. I believe it gives you much more function, control, and > monitoring capability than the Windows firewall (and lets face it, based on > past performance, MS can't really be trusted in

Re: [HTML] Gotta second to look at something?

2006-12-19 Thread Kenneth Kixmoeller/fh
On Dec 19, 2006, at 10:08 AM, MB Software Solutions wrote: > LOL! Tried here with FF 1.5.0.8 and didn't see images. Thank you. H. Some further research indicates others having trouble like this when images are inside tags. Strange that it isn't effecting all of the *other* images I ha

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

2006-12-19 Thread Hal Kaplan
=> Subject: Re: [NF] You say tomayto, I say big ol' red thing =>  => Alan Bourke wrote: => > On Mon, 18 Dec 2006 13:52:43 -0600, "Whil Hentzen (Pro*)" => > <[EMAIL PROTECTED]> said: => > => > => >> "Sit, Ubu, sit. Good dog, Ubu." => >> => > => > => > LOL I remember that one. Also 'Stephen J

[NF] Signature from a web page

2006-12-19 Thread James E Harvey
My Boss wants to know if we can create an on-line contract for users to fill out and "sign" for submitting on our web site. Something like a fillable pdf form that would have a section at the bottom of the form where when the mouse hovered in that area it would turn into some kind of drawing tool

RE: Export Import Family Tree Maker Files

2006-12-19 Thread Peter Hart
Hi I have a client who has his family tree information in some VFP Tables and want to import some or all the data into Family Tree Maker. Has anybody got any ideas were I can get information on "FTW" or "GEDCOM" file formats TIA Peter Peter Hart PETER HART COMPUTERS --- S

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

2006-12-19 Thread Hal Kaplan
=> Subject: Re: Triplicate/duplicate forms need -- how do you handle it? =>  => Stephen the Cook wrote: => > 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

Re: More crap dealing with custom form size at client site.....andtriplicate forms inquiry

2006-12-19 Thread Paul Newton
MB Software Solutions wrote: > John Weller wrote: > >> Try dealing in cms. It may help - a guess! >> >> >> > > cms??? > > computer metrics system ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/li

RE: More crap dealing with custom form size atclient site.....andtriplicate forms inquiry

2006-12-19 Thread Virgil Bierschwale
What ? Are you crazy ? They can take that cm stuff and shove it... Some laws are made to be broken. We are Americans, not a bunch of politically correct robots... Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://www.bierschwale.com http://www.bierschwalesolutions.co

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

2006-12-19 Thread Paul Newton
MB Software Solutions wrote: > Stephen the Cook wrote: > >> 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. >> >> > > When you say "push

  1   2   >