On Mon, Jan 28, 2019 at 10:25 AM Kurt @ Gmail wrote:
> Ok - yes, I'm dredging up a VERY Old thread here!
>
> So, here's the deal. A woman I worked with for this Jewish Holiday
> Pop-up shop here in SF this past late Nov./early Dec. - she wants me to
> do a kind of Admin task for her. She's going
On Fri, Feb 22, 2019 at 6:11 AM Kevin J Cully
wrote:
> I had a potential client where they based their primary keys based on
> employee Social Security Numbers. They didn't like it when I told them
> that they'd need a complete rewrite. Notice this would have been the case
> no matter what lang
I got my current gig not because I know FoxPro, but because I've written
mostly accounting related software for over two decades.
Maybe instead of focusing on FP work, figure out what area/field you know
most about and sell THAT to potential employers.
I'm writing in Delphi (Turbo Pascal) which I
I didn't write this, nor do I know it's source. But some of our devs are
treating it like a new toy so I thought I would pass it along in case
someone could find it useful. Probably old old news to a lot of you.
One of our clients got a public records thing and wanted to search all
fields in all t
Our system has built into it a way to send us emails for error reports etc,
pretty standard stuff.
It just references the default client, fills in the usual suspects, Send.
Apparently the latest Office 365 or whatever it is has a change or a
setting that is preventing us from doing this.
We don'
Greetings all... My boss just sent this out so rather than retyping it,
I'll just quote what he said:
"our software is client/server, MS SQL, and 100% on-premise with government
clients. I have been working with a company called Wizmo that is offering
to host our software, file structure, and data
On Fri, Jul 17, 2020 at 9:07 AM Stephen Russell
wrote:
> Alright, I'm not a priest, but I am a programmer.
>
> Confess to me your programming sins, and I shall absolve you.
>
My 15 month development window got shrunk to 3 weeks, and in a panic I used
customer Social Security Numbers as primary k
On Tue, Dec 22, 2020 at 7:34 AM Ted Roche wrote:
> Wishing one and all a safe socially-distanced holiday season and a happy,
> healthy and prosperous New Year! -- Ted
>
>
Always a welcome gift this time of year... Thanks Ted!
--
Matt Jarvis
Veneta, Oregon USA
--- StripMime Report -- processed
On Thu, May 18, 2017 at 8:26 AM, Fred Taylor wrote:
> I feel for you Ed. My knee and my back certainly do. Guess I'll wreck my
> kidneys/liver with all the naproxen and acetaminophen I take.
>
> Fred
>
>
Oh how I know THAT story...
A number of years ago I was prescribed Indocin and wow what a
Greetings all - it's been a long time...
It doesn't help that I'm pretty rusty at this sort of thing and I'm sure
the answer is obvious, but I am struggling with this INSERT query this
morning.
I want to populate a lookup table with all the distinct values from a
column in a different table.
Her
On Mon, Sep 25, 2017 at 9:33 AM, Stephen Russell
wrote:
> Is the ID column the first one in your list of insert columns? SPri
>
> You can rt click on the table and go to Script Table as, then use insert
> to, and have it write out the plain Jane code for this table's insert.
Yes, SPri is the
Actually, I came up with a brute force method that seems to do the job.
Thanks
INSERT INTO [dbo].[FMDFPRI]
([SPri])
select distinct p.priority
from fmdfsrq p where p.priority <> ''
GO
update fmdfpri set
descr = Spri
, created = '20161201092101946CSS01 '
, edited = '2016120109210
Yep, still alive and kickin'
I'm working up a proof-of-concept thing to add to our report writing
engine, that being the ability to export our text based reports into a PDF.
I know how to do the FDF creation part of this (thanks again Ted) but I
seem to be coming up short in a couple of areas.
Yep, still alive and kickin'
I'm working up a proof-of-concept thing to add to our report writing
engine, that being the ability to export our text based reports into a PDF.
I know how to do the FDF creation part of this (thanks again Ted) but I
seem to be coming up short in a couple of areas.
On Thu, Jan 4, 2018 at 3:10 AM, Ted Roche wrote:
> > Installing any software such as CutePDF or other to help drive this isn't
> > an option at this time.
> >
>
> Don't you hate it when you're backed into a corner, but you can't use
> the tool that would solve the problem?
>
Sorry for the delay
We are running into an intermittent issue w/ our SQL Server running
SQL2016. It's not that our tables are all that large (usually), but our
server is trying to manage around 550 different DB's parked on it. Few of
the DB's are open at any one time, but the server has to keep track of them
at least
On Fri, Jul 13, 2018 at 2:44 PM, Paul H. Tarver wrote:
> Not sure whether this will apply to you or not, but I recently had a client
> running an ERP for hundreds of client databases spread over multiple
> servers. We became aware of problem they were having with random timeouts
> to
> a specific
Thanks for the replies fellas... Things have turned into a bit of a circus
with that server so I'll pass along the questions and suggestions and let
them sort it out.
My gut tells me it's a NIC card which I mentioned to them, but they
poo-poo'd doing anything about it... Hey if they wanna stay n
On Fri, Feb 10, 2012 at 5:49 AM, Alan Bourke wrote:
>
> So I would read the whole file into a string (assuming it's not vast),
> STRTRAN() the carriage returns to a pipe character or something, write
> the string to a temp file, APPEND FROM the temp file, delete the temp
> file.
> Alan Bourke
I
On Fri, Feb 10, 2012 at 3:31 PM, Michael Madigan wrote:
> A friend of mine has a hard disk filled with photographs that can't be
> recovered using the standard methods. What's a good, reliable data recovery
> company that people have
> used recently and were satisfied with the services?
>
What
> On Sat, Feb 18, 2012 at 3:33 PM, Garrett Fitzgerald
> wrote:
>> I'm looking at adding remote scanning functionality to a POS system
>> for a small store. Given people's past experience, does it make more
>> sense to get a wireless dumb scanner that sends keystrokes to a
>> back-room app, or a sm
On Wed, Feb 22, 2012 at 11:33 AM, Jeff Johnson wrote:
> I am attempting to print using a dot matrix on a preprinted form. The
> trouble is that the lines I have to work with are not the standard
> number of lines per inch. Is there a way to put a line and a half
> between two lines?
>
> --
> Jef
On Mon, Feb 27, 2012 at 3:20 PM, Jeff Johnson wrote:
> Thanks Paul & Michael. I'll keep looking or figure something out.
>
> Jeff
If this is still the dot matrix you were talking about recently, can't
you just embed the Escape codes as desired into the text?
--
Matt Jarvis
Eugene, Oregon USA
You aren't interpreting the error message correctly, but that is
besides the point...
Using your example, have you tried something like this:
select field1, [a1].["stupid field name"] as easiertohandle from "piece of
crap table" a1
i.e. wrap 'stupid field name' in double quotes (or maybe single
On Wed, Feb 29, 2012 at 2:46 PM, MB Software Solutions, LLC
wrote:
> Some fields from the table:
>
> DOSFirst -- text(10)
> DOSLast -- text(10)
> DOS First -- datetime
> DOS Last -- datetime
>
> Greeeaat. :-P
That's a good one Good luck with that...
--
Matt Jarvis
Eugene, Oregon
On Wed, Feb 29, 2012 at 3:22 PM, MB Software Solutions, LLC
wrote:
>
> This is a big clue---imo---about the designer's prowess.
>
You mean a DB named "HelloKitty" wasn't enough to tell???
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: P
On Mon, Mar 12, 2012 at 3:00 PM, Ken Kixmoeller (ProFox)
wrote:
> Help my addled brain, please!
>
> What is the site where folks evaluate e-commerce sites?
bizrate.com?
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: ProFox@leafe.com
Subscrip
hmmm - bizrate has changed... used to be the place that compared
online retailers but you are right - now it just looks like another
price analyzer...
For that I've used froogle.com...
MJ
On Mon, Mar 12, 2012 at 5:56 PM, Ken Kixmoeller (ProFox)
wrote:
> No, sorry for the confusion. Not price co
> http://www.foxnews.com/scitech/2012/03/13/homeless-people-turned-into-walking-wifi-hotspots-in-charitable-experiment/
>
I'd love to see this take off...
I'd also love to print myself up a "I'm a Homeless Hot Spot" tshirt of
my own, stand around in the banking district, and man-in-the-middle
the
On Fri, Mar 16, 2012 at 1:21 PM, MB Software Solutions, LLC
wrote:
> If you're running something local (not on the network but your own local
> drive), does using SET EXCLUSIVE ON improve the performance enough (if
> at all) to notice? I thought I had heard that rumor years ago.
>
> tia,
> --Mike
On Tue, Mar 20, 2012 at 2:44 PM, Lew Schwartz wrote:
> What's it called? The policy covers you if you're sued for
> deliberately f**king up, revealing proprietary info, confidential or
> intellectual property type stuff.
I think "Errors and Omissions" is what you are looking for...
Why do you a
On Wed, Mar 21, 2012 at 7:13 PM, Michael Madigan wrote:
> I worked as a consultant that required it, so I think I got $500,000 of
> coverage for about $300.00 a year.
>
> If you'd like I can put you in charge with my insurance broker in NJ.
Dang, wish I remembered more clearly, but recall puttin
On Thu, Mar 22, 2012 at 4:14 AM, Jean Laeremans
wrote:
> And we're much smarter
>
> A+
> jml
and better looking
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listin
> I don't understand why companies keep paying $$$ for MS-SQL and Oracle when
> they can
> pay $0 for postgresql for an enterprise-class database backend that nobody
> can ever
> take away from them or demand payment for.
>
> Paul
Same idea as "Nobody ever got fired for choosing IBM"
--
M
On Fri, Mar 30, 2012 at 1:47 PM, Ted Roche wrote:
> On Fri, Mar 30, 2012 at 2:58 PM, Jerry Wolper wrote:
>>
>> As always, there are tradeoffs. It can be nice to wander over to a co-
>> worker and bounce ideas off him or her. And working at home (as John
>> mentioned) can be far from distraction-f
On Sun, Apr 1, 2012 at 1:04 AM, Michael Madigan wrote:
> I'm looking at replacing my home broadband Internet service with 4G mobile
> hotspot service. but I have no idea how much bandwidth I would need..
>
> Does anyone have an idea what a typical desktop uses as far as bandwidth?
Every route
On Mon, Apr 2, 2012 at 1:56 PM, Lou Syracuse wrote:
> Clear has been advertising up a storm in the Los Angeles area as well. Been
> wondering about them myself...
>
> Lou
Hmmm... might be looking at a change so this looks like a decent
option I'll compare it to a Comcast cable/net bundle a
> Romeo Void? "Never Say Never"
> --
> Stephen Russell
First time I remember hearing the phrase was when Scotty said it on
the original Star Trek
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: h
On Tue, Apr 3, 2012 at 3:52 PM, Jerry Foote wrote:
> How can I determine with VFP the timezone and whether its daylight saving or
> not on a system I'm running on.
>
> Thanks Jerry
This link has at least C++ code for doing it - maybe you can translate it?
http://stackoverflow.com/questions/362
I'm a bit rusty... working on doing a backup and cleaning up some disk space.
If I have a backup of the DB and the Transaction log from 2/14/2011,
and I just did a DB and Transaction log back today, since I have the
new DB and TRN I can safely delete the 2/14/2011 version?
i.e. I'm covered since
will it run VB scripts?
If so look into FileSystemObject and it can retrieve quite a bit of
info about files. I can send you an example piece of code to get you
started and you can just add the the attributes you want.
--
Matt Jarvis
Eugene, Oregon USA
>>
>> And Stephen was one of the first casualties.
>
Tooshay!
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/
> Worst Jobs
>
> Lumberjack
> Dairy Farmer
Dairy Farmer a Worst Job???
I'd LOVE to be a Dairy Farmer (goats) right about now
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.co
On Thu, Apr 12, 2012 at 4:34 PM, Michael Oke, II wrote:
> Getting an error trying to update an MSsql table using paa thru. Keep getting
> a 'Command contains unrecognized phrase/keyword.'. Can't see anything wrong
> with the statement and it works directly against the table. Any ideas for
> thi
On Thu, Apr 12, 2012 at 4:50 PM, Michael Oke, II wrote:
> "insert into food (FoodID,CategoryID,CompanyID,UserID,Name) values
> (?lnFoodId,?lnCategoryId,?lnCompanyId,?lnUserId,?lcName)
>
> String is longer but that gives you the basics.
>
in direct mode the parameter values are within scope. In a
On Fri, Apr 13, 2012 at 3:34 PM, Michael Savage wrote:
> After setting a filter, how do I determine the number of records that
> meet the condition
> I have a table that has 60 records. I have a field called active which
> is logical
> If let say 45 records are true, and I set the filter to active
On Thu, Apr 19, 2012 at 2:14 PM, Kurt Wendt wrote:
> Ouch Michael - that HURTS!!!
>
> Actually - the code I showed - that was MY NEW Code - just created today. OR,
> maybe I am just a Legacy programmer.
>
Kurt - there isn't anything wrong with your code other than the fact
that it's CRAP
On Mon, Apr 23, 2012 at 11:07 AM, Michael Madigan wrote:
> All of a sudden one computer has no antivirus on it. It looks like AVG was
> unistalled. Is there a virus that does this? They swear nobody deleted it.
>
maybe they did a system restore to a point prior to AVG being on there?
--
> Not sure. My only advice is to change it to this:
>
> REPLACE post_date WITH date() FOR post_date <> date() ALL in YourTableName
>
ahem don't you mean something like this instead?
dDate = date()
REPLACE post_date WITH dDate FOR post_date <> dDate ALL in YourTableName
--
Matt Jarvis
E
>
> Are you claiming that yours would run quicker with the dDate variable
> instead of the DATE() reserved function?
Yes...
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/lis
>
> I've always done stuff like
>
> Sele MySharedTable
>
> Replace x with y
> Replace z with a
> Replace t with v
>
> Rather than doing it all in one Replace command.
>
> I started doing this from a troubleshooting point of view ... if one of the
> fields had a problem with the replace... it was ea
> As such - does anyone have a suggestion. Otherwise - and I hate to do
> this - I may pull that "Browsing" procedure into the program I am
> working on - and update the procedure (maybe as a different name) - and
> directly change that procedure to do what I want. But, was just hoping
> for a more
On Thu, Apr 26, 2012 at 7:57 AM, Kurt Wendt wrote:
> Is that something specific to VFP9? As I did not find it in the VFP7 -
> which is what we use for most of our client projects.
> -K-
>
IIRC BINDEVENTS, or at least a workable version of it, came out w/ VFP8
--
Matt Jarvis
Eugene, Oregon USA
On Mon, Apr 30, 2012 at 8:36 AM, Stephen Russell wrote:
> On Mon, Apr 30, 2012 at 10:17 AM, Joe Yoder wrote:
>> My current thinking is that what is really needed is some kind of
>> interface between the vehicle computer and the operator.
>
Why they even build cars that can go o
On Tue, May 1, 2012 at 8:49 AM, Vincent Teachout wrote:
> We have the need to automagically merge 3 PDF files into one. We can do
> this manually using Adobe, etc, but that won't work for the end user.
>
> Does anyone know of something that we can use to programatically
> (preferably VFP) do this
On Thu, May 3, 2012 at 12:39 PM, MB Software Solutions, LLC
wrote:
> On 5/3/2012 3:19 AM, Allen wrote:
> Can you imagine how fast computing would be if we didn't have to have
> anti-virus and malware detection programs (oh and encryption too)?
>
not to mention the users
--
Matt
>
> I have nothing bad to say about the report wizard as it's a quick/dirty
> way for me to get report data fast. It's the app generator wizard iirc
> that made me cringe. But to be fair...that was over a decade ago.
>
As I recall, after sub-classing the forms and controls for the wizard
to use,
> This machine I have at home - where I do a lot of my main 3D computer
> graphics work - I am running WinXP Pro-64. On one of the drives
> (although it may be more specific to say it's a partition on there - it
> was a While ago when I first built the workstation) is running low on
> space - and i
On Wed, May 9, 2012 at 5:18 PM, Lew Schwartz wrote:
> This is my personal stuff, not a business acct. I'm talking many graphics
> files (I'm also a Photoshopping photographer) and all my VFP work. I don't
> see anything in the web app they distribute that handles sync's.
How much space do you nee
On Fri, May 11, 2012 at 9:03 AM, Kurt Wendt wrote:
> I know this is a total WAG - and I may be way off base here - but, as a
> stab-in-the-dark, how about trying to add the control on the screen
> during runtime - via Activate code - or something like that.
>
> I've never done it this way - but, I
On Mon, May 14, 2012 at 8:53 AM, jerry foote wrote:
> Alan,
> Nope none of links work, I'm going to try to contact web master to see if he
> can help.
> Artisoft, and insink links are all gone.
>
> Anyone know of any way to link up a dos based system for remote contol.
>
pcAnywhere still around?
On Mon, May 14, 2012 at 7:29 AM, Kurt Wendt wrote:
>
> However, I think it's an EXCELLENT Opportunity for me to learn some new
> Dev. Tools. Since, this one new client who is going to need the App -
> won't need it for several months. That gives me time to convert the VFP
> app to another platform
On Mon, May 14, 2012 at 9:41 AM, Kurt Wendt wrote:
> Access! Really? It was actually here on this list that I recently read
> of people making Slams against Access. So, I'm wondering if you made
> this reply as a kind of "tongue in cheek" exercise...
>
> -K-
>
Not trying to be funny...
I think (
On Tue, May 15, 2012 at 12:37 PM, Kurt Wendt wrote:
> Stephen - when you mentioned this Logging thing (which, I'm assuming
> that SQL write a Log record for each record inserted - which we really
> don't need to do when we are just converting data) - you are referring
> only to the conversion proc
On Tue, May 15, 2012 at 1:02 PM, Stephen Russell wrote:
>
> As a heads up you want to do a backup and shrink the log files
> otherwise you may eat up disk space in the log files while the db is
> still tiny.
> Stephen Russell
Kurt- don't get too concerned with this log file stuff we are talking
a
On Wed, May 16, 2012 at 8:38 AM, James Harvey wrote:
> This select generates an error message "Command contains unrecognized
> phrase/keyword".
>
> SELECT hip_no, amount, name top 5 FROM stnhorse WHERE amount <> 0 AND
> SUBSTR(hip_no,1,1) <> "R" ORDER BY hip_no desc
>
Is 'name' a keyword?
--
Ma
On Sat, May 19, 2012 at 5:07 PM, Michael Savage wrote:
> Just some idea percolating in my head... If a grid cannot be put there,
> what about a list box. I've mastered how to put specialized text boxes,
> and combos in a grid.
>
> Mike
>
Have you tried it?
--
Matt Jarvis
Eugene, Oregon USA
__
On Wed, May 23, 2012 at 5:54 AM, Frank Cazabon wrote:
> Hi,
>
> a client of mine is looking for some software that will let them track
> customer names, email, day & month of birth (some customers don't like
> to give the year of birth), some customer preferences like preferred
> items (this is a
On Wed, May 30, 2012 at 4:34 AM, Frank Cazabon wrote:
>
> If I pass in a full PolicyNumber like 'WLIF20120047' (the other
> parameters are passed as empty strings) I get no matches.
>
> If I pass in 'WLIF2012004%' I get matches with the policynumber
> 'WLIF20120047'
>
> Likewise if I pass in 'WLIF
On Fri, Jun 1, 2012 at 4:42 PM, Ted Roche wrote:
> On Fri, Jun 1, 2012 at 6:56 PM, Jeff Johnson wrote:
>> What is the significance of XL8 vs. XL5?
>
> Ooo! Ooo! I know!!!
>
> Three!
Wrong!! It's -3 !!!
--
Matt Jarvis
Eugene, Oregon USA
___
Post Mes
This caught my eye on my 'backyard chickens' google alert filter...
I've kept chickens before and now have ducks...
http://www.siliconhillsnews.com/2012/06/08/rackspace-celebrates-6th-annual-green-day/
Happy Friday!
--
Matt Jarvis
Eugene, Oregon USA
On Wed, Jun 13, 2012 at 2:08 PM, Michael Madigan wrote:
> I am paranoid that If I have a bug in my software and I don't catch it, then
> someone will be fired unfairly.
>
Anyone who would fire someone simply because a computer said so is an idiot.
Stuff happens, accounts get bothersome, etc etc
On Wed, Jun 13, 2012 at 3:29 PM, Michael Madigan wrote:
> Is anybody using Barracuda web filtering and if so, how do you like it?
>
As of about 3-4 years ago I've heard:
a) good things about the unit/service and the job it does. People seem
to love it.
b) I don't want to start ugly rumors, but
On Thu, Jun 14, 2012 at 11:41 AM, Michael Madigan wrote:
> I seem to remember in the back of my mind that there was a program that would
> remove all the extra "free" stuff that came with a computer, but I can't seem
> to locate it.
>
http://pcdecrapifier.com/home
--
Matt Jarvis
Eugene, Oreg
On Wed, Jun 27, 2012 at 10:17 AM, Ken Kixmoeller (ProFox)
wrote:
> Hey -
>
> I took the time to look for some feedback mechanism to tell them what
> I think of this, but the only option seemed to join their forum. I
> didn't bother.
>
> Opinions?
>
Software is evil - avoid it whenever possib
On Thu, Jun 28, 2012 at 10:08 AM, Michael Madigan wrote:
> i'll die poor, but happy.
>
What, and miss all this fun
I just got done with a drop-everything-this-is-a-freeking-emergency
situation because someone couldn't insert clip art in Word. email
is on verge of going down, but no.
On Thu, Jun 28, 2012 at 10:22 AM, Lou Syracuse wrote:
> Time to slip one of your latest home brewed creations into a thermos in place
> of coffee?
>
> I'll join you!
>
And dump all this Scotch? I don't think so.
--
Matt Jarvis
Eugene, Oregon USA
_
On Thu, Jun 28, 2012 at 10:49 AM, Michael Oke, II wrote:
> Setting aside the health care debacle, how do the supremes justify
> overturning the stolen valor act?
I'm ticked off about a lot of things too, but pretty please, with
sugar on top, flag this stuff as OFF TOPIC [OT].
--
Matt Jarvis
Eu
On Fri, Jun 29, 2012 at 10:20 AM, Kurt Wendt wrote:
> Thanks Richard. I actually found that article by Ted and I thought I
> would start reading thru that one 1st.
>
> Although - right now I am working on another project that's been keeping
> me kinda busy. For this e-mail project, I was doing som
On Tue, Jul 3, 2012 at 7:35 AM, Kevin Cully
wrote:
> Hello all.
>
> I was thinking of this situation last night. And I'd like to throw in
> on the opposite side, just for balance and perhaps a bit of 'devils
> advocate'. I fear what I am about to say will be taken the wrong way,
> but I feel I'v
On Tue, Jul 3, 2012 at 12:21 PM, Michael Madigan wrote:
> I found this on the internet, I don't have Excel 2010 to verify
>
> Microsoft Office 2010 Users
> Select ‘File’ from the Main Menu
> Select ‘Info’ from the Sidebar
> Click on the 2nd box down ‘Check for Issues’ and select the first option
On Tue, Jul 3, 2012 at 4:09 PM, Michael Oke, II wrote:
> Anyone have any tools or libraries that would allow is to validate a login
> against the AD tree? Windows Server 2008.
>
>
> Michael Oke, II
> 661-349-6221
I am brain dead but if I understand what you want, this should get you
pointed in
On Tue, Jul 3, 2012 at 4:09 PM, Michael Oke, II wrote:
> Anyone have any tools or libraries that would allow is to validate a login
> against the AD tree? Windows Server 2008.
>
Oops - didn't mention that obviously this isn't VFP code but should be
easy enough to translate from Visual Basic Scr
On Tue, Jul 10, 2012 at 8:47 AM, Lou Syracuse wrote:
> Re: #8:
> When I worked at a credit card company few years ago it was MANDITORY that
> all users lock their systems when leaving their desks. The software
> development department had a way to make sure everyone was in compliance: if
> you
On Tue, Jul 10, 2012 at 9:09 AM, Michael Madigan wrote:
> Just removing Admin and Administrator does wonders. Changing the remote
> desktop port from 3389 to something else also does wonders.
>
An often overlooked but obvious one: if you aren't using a server or
an application, TURN IT OFF.
--
On Tue, Jul 10, 2012 at 11:05 AM, Kurt Wendt wrote:
> Also - Carol - just curious. Where is Victor, NY. I'm located on Long
> Island and work in NYC...
>
> -K-
>
lmgtfy.com/?q=where+is+victor+new york
--
Matt Jarvis
Eugene, Oregon USA
___
Post Mes
So it's been about 2 1/2 years since I've done the twitter thing... it
was amusing when I was out of work, but once I started a full time gig
it went by the wayside...
When I left, I had two accounts going... one was my 'real' account,
using a particular email address. The other was something of a
On Fri, Jul 13, 2012 at 12:23 AM, Allen wrote:
> Hi Matt
> You should be able to get to the twitter pages unless you have lost your
> password. This probably won't help if you lose both but...
>
> https://support.twitter.com/groups/32-something-s-not-working/topics/115-can
> -t-login/articles/1079
Having problems myself, I followed with interest the recent thread
about problems with wifi connections... overheating was suggested as a
culprit but I'm not sure where it went from there or how things turned
out...
Very frustrating to be 10 feet away in direct line of sight and not
being able to
On Wed, Jul 18, 2012 at 10:36 AM, Kurt Wendt wrote:
> I'm getting this error - it claims that GROUP BY is Missing or Invalid.
> And, for the life of me - I don't see the problem. I've done Grouping
> before to Sum a particular column - so, just not sure why its not
> working this time around.
>
On Mon, Jul 23, 2012 at 10:07 AM, Manjit Basra
wrote:
> Hi everyone,
>
> Can you please recommend any Screen Capture software for tutorials? It would
> be great if it's not too costly. Thanks.
>
I like and use FastStone Software from www.faststone.org.
Quick screen capture, markups, boxes, arro
My hardware skills and knowledge are woefully out of date... I've been
tasked with spec'ing out a new web server for our intranet. Our
current one is something like 12 years old, running out of space, and
frankly our big fear is that it will just up and die some day soon.
Mostly it just stores doc
> I'd recommend using a virtual server in the cloud for two main
> reasons: you don't have to worry about maintaining hardware, and you get a
> ton of redundancy in things like power supply and networking. Of course, my
> preference is the Rackspace Cloud, where you can get a Windows ser
On Tue, Jul 24, 2012 at 11:28 AM, Ed Leafe wrote:
> He who has the gold makes the rules, right?
> -- Ed Leafe
You got it bro...
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com
On Tue, Jul 24, 2012 at 2:38 PM, MB Software Solutions, LLC
wrote:
> VFP9SP2
>
> I'm using SYS(3054,11,"lcRush") to analyze the optimization in my
> queries, but I don't want the echos to the screen---I only want them in
> the variable. I don't see a way to suppress this. Ideas?
>
what have you
On Wed, Jul 25, 2012 at 4:07 AM, Alan Bourke wrote:
> I have this issue as follows:
>
Try a different theme?
--
Matt Jarvis
Eugene, Oregon USA
___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
O
On Tue, Jul 31, 2012 at 1:41 PM, Lew Schwartz wrote:
> I have a potential client who will need to move app and data to a cloud
> service. Does anyone have some experience or observations to share on this
> kind of thing?
Lew- looks like 'cloud' means different things to different people...
In my
On Tue, Jul 31, 2012 at 2:52 PM, Lew Schwartz wrote:
> Hadn't though of dropbox, but it's an idea.
>
Actually, I think I was wrong about DropBox being true 'cloud'...
My files are stored locally on my machine, and synced to the DropBox
server so they are accessible from anywhere... but to point
On Fri, Aug 10, 2012 at 9:33 AM, MB Software Solutions, LLC
wrote:
> VFP9SP2
>
> I've got a temporary cursor that I manipulate and then need to return a
> cursor to the calling routine named what was requested (via parameter).
> Would it be quicker to do USE MyTempCursor AGAIN IN 0 ALIAS
> MyDes
On Mon, Aug 13, 2012 at 11:00 AM, Lew Schwartz wrote:
> How would I know? The signal strength is so low that everything is
> effectively off line.
>
Can you see the SSID (i.e. name of wireless router)? Should match the
one you think you are connecting to (duh)...
--
Matt Jarvis
Eugene, Oregon
1 - 100 of 237 matches
Mail list logo