updating data on multi-user form

2008-10-02 Thread Jim Harvey
Having trouble getting the data on a form to update after a user on the same form on another pc on the network makes a edit to the data. Buffering is set to 5, and I'm using tableupdate to commit the change - tableupdate(1,.f.,'accounts'). There is a timer on the form that refreshes the form ever

RE: updating data on multi-user form

2008-10-03 Thread Jim Harvey
. If view, you need to perform a Requery(). Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Harvey Sent: Thursday, October 02, 2008 03:29 PM To: [EMAIL

RE: updating data on multi-user form

2008-10-03 Thread Jim Harvey
Michael, By on demand do you mean you added a button the user could click to refresh the data? If that works from your experience maybe I should do that instead of the timer. I've had a timer running on one form for awhile, with no ill effects, but if I add the same to more forms, it may develop

Counting groups in report designer

2008-12-08 Thread Jim Harvey
How do you count the number of distinct groups in the report designer? Currently I'm using two selects. The first to count the number of distinct tattoo's, and store that result to a property to show on the summary page of the report, and another select to get all the fields for the report designe

RE: Counting groups in report designer

2008-12-09 Thread Jim Harvey
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Russell Sent: Monday, December 08, 2008 4:10 PM To: ProFox Email List Subject: Re: Counting groups in report designer On Mon, Dec 8, 2008 at 2:47 PM, Jim Harvey <[EMAIL PROTECTED]> wrote: > How do you count

RE: Counting groups in report designer

2008-12-09 Thread Jim Harvey
Works great Cathy, thanks, this is the first time I've ever used the "On exit" option. Now I can comment out the method code that use to do the counting prior. James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] -

RE: Counting groups in report designer

2008-12-09 Thread Jim Harvey
D] On Behalf Of Stephen Russell Sent: Tuesday, December 09, 2008 2:50 PM To: ProFox Email List Subject: Re: Counting groups in report designer On Tue, Dec 9, 2008 at 6:31 AM, Jim Harvey <[EMAIL PROTECTED]> wrote: > Yes, I'm trying to get the count of the group headers (the number of >

Form settings in Load

2008-06-09 Thread Jim Harvey
These are the settings in the load of most of my forms that I began using years ago when I went from DOS to VFP5. Now, most forms use buffering set to 5 on the tables in the load, = cursorsetprop("Buffering",5,"STALLIONS"), some are set to 3. We have about 20 users, and everything seems to work f

RE: Form settings in Load

2008-06-09 Thread Jim Harvey
:[EMAIL PROTECTED] On Behalf Of MB Software Solutions General Account Sent: Monday, June 09, 2008 10:47 AM To: ProFox Email List Subject: Re: Form settings in Load Jim Harvey wrote: > These are the settings in the load of most of my forms that I began using > years ago when I went from DOS t

RE: Form settings in Load

2008-06-10 Thread Jim Harvey
Behalf Of Matt Jarvis Sent: Monday, June 09, 2008 8:17 PM To: ProFox Email List Subject: Re: Form settings in Load Jim Harvey wrote: > What about the set refresh and set reprocess settings, any opinion on those > base on my other settings? Regarding SET REPROCESS I think that all depends on wh

RE: Form settings in Load

2008-06-10 Thread Jim Harvey
I changed "set refresh to 0,0", to "set refresh to 5,5", removed the "set reprocess to 1", and added a timer on the form to refresh every 5 seconds. Had to disabled the timer when in the edit mode, but now other users see edits every 5 seconds if they're on a record that's been changed. I want to

Combine select statments

2008-06-20 Thread Jim Harvey
I'm trying to retrieve data from the most recent treatment, and I'd like to try and do it in one select statement. This works with two, how to combine? SELECT comp_no, MAX(date_serv) as maxdate FROM health WHERE comp_no = thisform.r_comp GROUP BY comp_no INTO CURSOR temp SELECT health.comp_no,

RE: Combine select statments

2008-06-20 Thread Jim Harvey
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Russell Sent: Friday, June 20, 2008 2:11 PM To: ProFox Email List Subject: Re: Combine select statments On Fri, Jun 20, 2008 at 12:43 PM, Jim Harvey <[EMAIL PROTECTED]> wrote: > I'm trying to retrieve data from the most recent

[NF] List working?

2008-07-02 Thread Jim Harvey
"Testing", not getting many emails, is it my settings? James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: h

RE: [NF] List working?

2008-07-02 Thread Jim Harvey
: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Casey McGuire Sent: Wednesday, July 02, 2008 9:34 AM To: profox@leafe.com Subject: Re: [NF] List working? Jim Harvey wrote: > "Testing", not getting many emails, is it my settin

RE: [NF] List working?

2008-07-02 Thread Jim Harvey
: 717-637-6766 email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: Wednesday, July 02, 2008 10:46 AM To: ProFox Email List Subject: Re: [NF] List working? On Jul 2, 2008, at 9:39 AM, Jim Harvey wrote: > Something

pdf in vfp

2008-07-08 Thread Jim Harvey
This doesn't work using a pdf (no error returned, just doesn't do anything), but does with a jpg file, is it possible with a pdf? ***commandbutton.click mcheck = alltrim(checks.pathname) + ALLTRIM(checks.filename) + ".pdf" declare long ShellExecute in "shell32.dll" ; long hwnd, ;

RE: pdf in vfp

2008-07-08 Thread Jim Harvey
PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul McNett Sent: Tuesday, July 08, 2008 2:12 PM To: profox@leafe.com Subject: Re: pdf in vfp Paul McNett wrote: > Jim Harvey wrote: >> This doesn't work using a pdf (no error r

RE: pdf in vfp

2008-07-08 Thread Jim Harvey
en',(fname),'','',0) On Tue, Jul 8, 2008 at 2:08 PM, Paul McNett <[EMAIL PROTECTED]> wrote: > Jim Harvey wrote: > > This doesn't work using a pdf (no error returned, just doesn't do > anything), > > but does with a jpg file,

RE: pdf in vfp

2008-07-08 Thread Jim Harvey
ailto:[EMAIL PROTECTED] On Behalf Of Jim Harvey Sent: Tuesday, July 08, 2008 2:29 PM To: 'ProFox Email List' Subject: RE: pdf in vfp Gureumi, When I use your code the "Open File" dialog appears, but after I select a pdf, nothing happens. I'm running Vista, is this an issue

RE: pdf in vfp

2008-07-08 Thread Jim Harvey
08 2:34 PM To: profox@leafe.com Subject: Re: pdf in vfp Jim Harvey wrote: > Adobe is installed, and it will display the pdf using the command window. Interesting. If it finds it with 'start the_file.pdf' but not using ShellExecute then that is baffling. > Not sure about shel

RE: pdf in vfp

2008-07-09 Thread Jim Harvey
The error messages point to a file association issue, but I can't figure out why, and maybe that's just a "red herring". Here is my temporary solution. mcheck = LOCFILE("f:\scans\hsf\checks\*.pdf","pdf","Checks") loIE = Createobject("internetexplorer.application") loIE.Navigate(mcheck) This open

RE: Problems getting mailto command to work with attachment for Tbirdemail client

2008-07-28 Thread Jim Harvey
Hello Peter, I'd be interested too. Jim James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hart Sent: Saturday, July 26

RE: Accpac - which versions in VFP

2008-07-30 Thread Jim Harvey
We're still using ACCPAC Pro Series Small Business Edition Version 7.3, from Best Software, for accounts payable and general ledger. I think it is still written in VFP, but we quit opting for the source code, as it was too expensive... James E Harvey Hanover Shoe Farms, Inc. M.I.S./Correspondin

[NF] Batch PDF software

2008-08-13 Thread Jim Harvey
We have a fold that contains 1,000 + Word Perfect documents, and we want to convert each one to a pdf, using a batch process. Is there a program that will do this in a batch mode, where the user would "Select" all 1,000 (Ctrl + A) doc's, and click a "button" that converts them automatically from W

[NF] Win7 RTM driver issues?

2009-08-28 Thread Jim Harvey
The owner of a local computer shop told me said that the Win 7 RC was great, but the RTM was causing driver issues. He said this was similar to his experience with Vista, and he was concerned if the same scenario was going to occur with Win 7. Has anyone heard this elsewhere? James E Harvey Han

[NF] IM software

2008-03-06 Thread Jim Harvey
Anyone have experience, or advice, regarding Instant Message software to use inside a Win 2003 Server network. Something safe, secure, not expensive, and for use only in-house. We use Outlook on our individual pc's, but not Exchange. Our email is handled on the internet by Webtrust.com James E

[NF] Freeware to unzip zip file

2008-03-17 Thread Jim Harvey
Any recommendations on freeware to be used to unzip, and zip file(s)... James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] ___ Post Messages to: ProFox@leafe.com Subscripti

Scientific cell format problem with Excel automation

2008-03-26 Thread Jim Harvey
Our horses are assigned tattoo numbers of 6 characters (letters and digits). Horses with tattoos consisting of the first character being a number, the second an "E", and the third a zero, are assigned the "Scientic cell format", and appear as such in the resultant Excel file. Tattoo number 6E0119

RE: Scientific cell format problem with Excel automation

2008-03-26 Thread Jim Harvey
:14 AM To: profox@leafe.com Subject: Re: Scientific cell format problem with Excel automation How about .columns[1].value = [="]+alltrim(tattoo)+["] You may need to set NumberFormat to text for the cell/column before you add your value. Jim Harvey wrote: > Our horses are assigned t

[NF] Backup Exec 11d

2008-04-17 Thread Jim Harvey
Has anyone had experience with this software. We seem to be having nothing but problems getting this to run properly. We're trying to back up to external usb harddrives, but it is very problematic. Two major issues are, first, the software wants to treat a usb harddrive like tape so that you h

RE: [NF] Backup Exec 11d

2008-04-17 Thread Jim Harvey
being done via Windows Power Options (I always turn off power management in MOS/BIOS and Windows, except for notebooks - can't trust the bastards to work properly.). Gil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jim Harvey > Sent:

[NF] PaFox User Group Meeting announcement

2008-04-18 Thread Jim Harvey
Tamar Granor will be presenting at the May 1, 2008 PaFox Users Group meeting in Fairfax, VA. Please let them know if you plan on attending. http://www.pafox.org/pafoxwcapp/home.fox James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email:

RE: [NF] PaFox User Group Meeting announcement

2008-04-22 Thread Jim Harvey
Good point. James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Schummer Sent: Saturday, April 19, 2008 1:18 PM To: profox@

RE: [NF] F*cking M$ update

2008-05-29 Thread Jim Harvey
Michael (Babcock), Last night my wireless media player would not connect to the media server on my desktop pc. Everything seemed to be operating properly, just would not allow a connection. Checked my firewall settings and the Windows firewall had been turned "ON" (I'm using Trend Micro so I had

[NF] Vista and random network drive mappings

2008-06-02 Thread Jim Harvey
Has anyone had this experience with Vista where it seems to intermittently, in a random manner, create drive mappings on a local pc? I've been using Vista on my pc for months, and this started appearing about two weeks ago, and I can't see an obvious reason for this behavior? James E Harvey Hano

RE: [NF] Vista and random network drive mappings

2008-06-02 Thread Jim Harvey
I'm scanning my pc now, we use Trend Micro here, but I've not had a reason to suspect this as a problem, till now... James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED]

[NF] HP EliteDesk 800 G1 Tower

2014-02-04 Thread Jim Harvey
to get 16 GIG's. Crucial offers a 16 GIG kit (two 8 GIG sticks) for $172.00 for this particular HP. Why wouldn't I just get the EliteDesk as is with the 4 GIG, and then buy the kit from Crucial and remove the 4GIG stick and add back the two 8 GIG sticks? That would save me $128.00

RE: [NF] HP EliteDesk 800 G1 Tower

2014-02-04 Thread Jim Harvey
Mainly went back to HP due to the HP EliteBook 8540P laptop I got through a locally owned computer shop a few years ago. It has been great, and I'm hoping the "Elite" brand for the desktop tower is still the same quality... Jim Harvey Spring Grove, PA cell 717-887-2565 -O

[NF]: Pennsylvania Sales Tax

2014-03-07 Thread Jim Harvey
7;s in Pennsylvania are doing with regards to this sales tax. Jim Harvey Spring Grove, PA cell 717-887-2565 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

RE: [NF]: Pennsylvania Sales Tax

2014-03-07 Thread Jim Harvey
Thanks Mike. I didn't think so, but it's comforting to know what others are doing about the sales tax. Jim Harvey Spring Grove, PA cell 717-887-2565 -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Se

RE: [NF]: Pennsylvania Sales Tax

2014-03-07 Thread Jim Harvey
One of key reasons for creating the LLC was to protect personal assets. I'm the only member, and will never have employee(s). Jim Harvey Spring Grove, PA cell 717-887-2565 -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Alan Lukachko Sent: Friday, Mar

Word automation

2014-04-07 Thread Jim Harvey
on't work here because the text in that cell isn't consistant. Jim Harvey Spring Grove, PA cell 717-887-2565 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of

RE: Word automation

2014-04-08 Thread Jim Harvey
g to think that the easiest solution would be for me to ask them to just insert a placeholder like "hipnumb" that the code could look for in a Find/Replace situation. Jim Harvey Spring Grove, PA cell 717-887-2565 -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] O

newbie consultant biling question

2014-04-21 Thread Jim Harvey
east an hour of that time was spent mentally working on a specific project. I'd appreciate your thoughts on this subject. Jim Harvey Spring Grove, PA cell 717-887-2565 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.lea

RE: newbie consultant biling question

2014-04-21 Thread Jim Harvey
Thanks Ted, I appreciate your comments, they make sense, and I can see the logic. Jim Harvey Spring Grove, PA cell 717-887-2565 -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Ted Roche Sent: Monday, April 21, 2014 4:09 PM To: profox@leafe.com Subject: Re

RE: newbie consultant biling question

2014-04-21 Thread Jim Harvey
Oh my, I hadn't thought about that scenario... Jim Harvey Spring Grove, PA cell 717-887-2565 -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Monday, April 21, 2014 4:19 PM To: ProFox Email List Subjec

RE: newbie consultant billing question

2014-04-21 Thread Jim Harvey
e end users and say "click here", click there", blah, blah, blah... Jim Harvey Spring Grove, PA cell 717-887-2565 -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Dan Covill Sent: Monday, April 21, 2014 5:23 PM To: ProFox Subject: RE: newbie co

RE: Bid board font size

2009-03-30 Thread Jim Harvey
ailto:profoxtech-boun...@leafe.com] On > Behalf Of Jim Harvey > Sent: Monday, March 30, 2009 12:20 PM > To: profoxt...@leafe.com > Subject: Bid board font size > > My previous challenge of updating a field value has now been replaced with > a > font size issue. > > We w

RE: Bid board font size

2009-03-30 Thread Jim Harvey
h 30, 2009 1:09 PM To: ProFox Email List Subject: Re: Bid board font size On Mon, Mar 30, 2009 at 1:54 PM, Jim Harvey wrote: > The amount is displayed in a textbox bound to bidboard.amount. > > The limitation seems to be the font size which is apparently 127.  I didn't > realiz

RE: Bid board font size

2009-03-31 Thread Jim Harvey
- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jim Harvey Sent: Monday, March 30, 2009 2:54 PM To: profoxt...@leafe.com Subject: RE: Bid board font size The amount is displayed in a textbox bound to bidboard.amount. The limitation seems to be the font size which

RE: Bid board font size

2009-03-31 Thread Jim Harvey
I tried this at home with my laptop and a 46 Sony Bravia LCD TV as the second monitor, but couldn't get the resolution set correctly on the tv. I lowered the monitor setting from the laptop, but all it accomplished was to create large black border areas around the vfp screen. Couldn't find any se

RE: Bid board font size

2009-03-31 Thread Jim Harvey
d font size On Mon, Mar 30, 2009 at 1:54 PM, Jim Harvey wrote: > The amount is displayed in a textbox bound to bidboard.amount. > > The limitation seems to be the font size which is apparently 127.  I didn't > realize there was a limitation on font size, but the fact is I'

RE: Bid board font size

2009-03-31 Thread Jim Harvey
font size On Tue, Mar 31, 2009 at 3:57 PM, Jim Harvey wrote: > I've looked around to see where/how to add new fonts but can't seem to find > out the process for this. > > Tools, Options, IDE tab, and Fonts brings up the default fonts, but there > doesn't seem to

RE: Bid board font size

2009-04-01 Thread Jim Harvey
I guess I'm a little frustrated as I can't seem to come up with a way to display data any larger than a couple inches. There have been many helpful suggestion here, but I've not been able to implement any of them. This may seem slightly obsessive compulsive, but once again I ask the question, why

RE: Bid board font size

2009-04-01 Thread Jim Harvey
he RichText control being TEXT property of the textbox. You will have to consider the width of the textbox because to narrow could show an asterisk. Tracy -----Original Message- From: Jim Harvey Sent: Tuesday, March 31, 2009 4:25 PM I added this control, bound the control source to the amoun

RE: Bid board font size

2009-04-01 Thread Jim Harvey
Form Controls toolbar? Tracy -Original Message- From: Jim Harvey Sent: Wednesday, April 01, 2009 11:09 AM Tracy, Thanks for the advice. I was able to work around this issue by creating a form property, assigning the value in the amount field to the form property, and then using the

RE: Microsoft release hotfix for report data group bug!

2009-04-03 Thread Jim Harvey
Hi Cathy, Thanks for the info. I downloaded the hot fix, unzipped it in a temporary folder I created for this purpose, and it extracts the file "VFP9SP2-HOTFIX-968409.exe". Will this install properly if I run this file from the temp folder I created, or do I need to move it somewhere first? TIA

RE: Microsoft release hotfix for report data group bug!

2009-04-03 Thread Jim Harvey
McNett Sent: Friday, April 03, 2009 2:15 PM To: profox@leafe.com Subject: Re: Microsoft release hotfix for report data group bug! Jim Harvey wrote: > I downloaded the hot fix, unzipped it in a temporary folder I created for > this purpose, and it extracts the file "VFP9SP2-HOTFIX

[NF] videos on flash drives

2009-04-03 Thread Jim Harvey
Is it possible to play flash videos (.flv) from a USB memory stick, and if so will the quality of the video be the same as if the file was on the hard drive? James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: jhar...@hanoverpa.com ___

RE: [NF] videos on flash drives

2009-04-03 Thread Jim Harvey
of the USB stick. Each stick will have different results due to how the data is on the device. Tracy -Original Message- From: Jim Harvey Sent: Friday, April 03, 2009 4:32 PM Is it possible to play flash videos (.flv) from a USB memory stick, and if so will the quality of the video be the

[NF] HD quality 2 minute videos on the web

2009-04-04 Thread Jim Harvey
Below is a portion of an email describing a new method to allow users to view videos on the web. What I get out of this is that even someone on dial-up can view a HD quality 2 minute video instantly with no delay for buffering, etc., AND no player needs to be installed locally to play the video.

RE: [NF] HD quality 2 minute videos on the web

2009-04-06 Thread Jim Harvey
.com -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Michael Madigan Sent: Saturday, April 04, 2009 5:17 PM To: ProFox Email List Subject: Re: [NF] HD quality 2 minute videos on the web Sounds too good to be true. Do they have sample links? -

Textbox property

2009-05-14 Thread Jim Harvey
I'm looking for the textbox property that will NOT allow the focus to move to the next textbox after the maximum property has been achieved. I thought I remembered such a property but can't find it in the list of properties? Maxlength controls the length of the data, but allows the focus to move

RE: Textbox property

2009-05-14 Thread Jim Harvey
Dave Crozier Sent: Thursday, May 14, 2009 10:32 AM To: 'ProFox Email List' Subject: RE: Textbox property Set confirm ON/OFF Dave C -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Jim Harvey Sent: 14 May 2009 17:19 To: 'Pr

RE: Textbox property

2009-05-14 Thread Jim Harvey
[mailto:profox-boun...@leafe.com] On Behalf Of Jim Harvey Sent: Thursday, May 14, 2009 1:08 PM To: 'ProFox Email List' Subject: RE: Textbox property But that is scoped to the session not just one textbox? James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fa

[NF] Win Server 2003 to Win Server 2008 64 bit

2009-07-20 Thread Jim Harvey
We're planning on upgrading out two servers soon, our software assurance runs out before too long, and this is a good time of the year for our company to make this kind of change. "Server 1 - File Server" MS Windows Server 2003 Standard Edition Service Pack 2 Intel(R) XEON(R) CPU E5430 @ 2.66 GHz

RE: [NF] Win Server 2003 to Win Server 2008 64 bit

2009-07-20 Thread Jim Harvey
the write cache on the drives (right click on drive and look at properties) though as 2008 sets it to be ON by default and it can cause all types of problems with VFP. Best of luck. Dave Crozier -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behal

RE: [NF] Win Server 2003 to Win Server 2008 64 bit

2009-07-20 Thread Jim Harvey
jhar...@hanoverpa.com -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Monday, July 20, 2009 10:38 AM To: ProFox Email List Subject: Re: [NF] Win Server 2003 to Win Server 2008 64 bit Jim Harvey wrote: &g

RE: [NF] Win Server 2003 to Win Server 2008 64 bit

2009-07-20 Thread Jim Harvey
:51 PM To: profox@leafe.com Subject: RE: [NF] Win Server 2003 to Win Server 2008 64 bit On Mon, 20 Jul 2009 11:34 -0500, "Jim Harvey" wrote: > Since we're not running 64 bit servers now, that would mean all our apps > are Well, any app that is actually executing on your serv

richtext control properties

2009-07-27 Thread Jim Harvey
I can't seem to find where I can set the forecolor property for a richtext control. You rightclick on the control and select richtextctrl properties, and then select the Color tab, and the only property listed under the Properties pane is "Backcolor". I'd like to have "yellow" numbers show on a "

RE: richtext control properties

2009-07-27 Thread Jim Harvey
I did but could not see how it would work here. My form has six MS richtext active x controls and their control sources are a form properties which represent values in each field in the record. A timer looks at the value in the fields and sets the property value which shows in the control. In th

RE: richtext control properties

2009-07-27 Thread Jim Harvey
It took me a while, I put this in the init of the control, and it finally worked... With Thisform.stcntbid.St_amt_100k .Font.bold=.T. .Font.Name="ariel" .Font.Size=200 .BackColor = Rgb(0,0,0) .SelLength = Len(Thisform.stcntbid.St_amt_100k.textRTF) .S

Edit one form property from another form

2009-07-29 Thread Jim Harvey
For formatting reasons on the screen I have a button on a form that allows the user to turn the title bar on or off for that current form. Can the title bar setting for that form be controlled remotely from another a similar control on another form? James E Harvey Hanover Shoe Farms, Inc. M.I.S

Inno setup

2009-08-12 Thread Jim Harvey
This is my first attempt at create a set up file, and I'm using Inno. I need help with the script to run regsvr to register the vfp9r.dll, and two active controls, mscal.ocx and richtx32.ocx. This is the portion of the script dealing with files: [Files] Source: C:\bboard\bidboard.exe; DestDir:

RE: Inno setup

2009-08-12 Thread Jim Harvey
Files\Microsoft Shared\VFP\vfp9r.dll; DestDir: {cf}\Microsoft Shared\VFP; Flags: regserver sharedfile uninsneveruninstall restartreplace Jim Harvey wrote: > This is my first attempt at create a set up file, and I'm using Inno. > > > I need help with the script to run regsvr to register

RE: [NF] MicroSoft Exchange Training

2008-12-23 Thread Jim Harvey
Hi Jack, For what it's worth we've been using the Noteworthy product from Mailtrust for about a year now, and generally speaking I'm pleased with their service. The Exchange version is more expensive, and we didn't seem to need the extras. We have a small office, and around 30 email accounts, I

edit fxlistener class

2009-01-13 Thread Jim Harvey
I use XFRX from Eqeuscom to send vfp reports to Word, Excel & PDF's. The latest version has a very slight "bug" that can be corrected by repositioning lines in the .loadreport() method in the class fxlistener in the class library _reportlistener.vcx in the ffc folder. Using the Project Manager I

RE: edit fxlistener class

2009-01-13 Thread Jim Harvey
766 email: jhar...@hanoverpa.com -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Tuesday, January 13, 2009 9:28 AM To: profox@leafe.com Subject: Re: edit fxlistener class Have you notified Markus @ Eqeus? I've found him to be pre

RE: edit fxlistener class

2009-01-15 Thread Jim Harvey
ginal Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Jim Harvey > Sent: Tuesday, January 13, 2009 7:23 AM > To: profoxt...@leafe.com > Subject: edit fxlistener class > > I use XFRX from Eqeuscom to send vfp reports to Wo

RE: edit fxlistener class

2009-01-15 Thread Jim Harvey
t; What lines in LoadReport need to be repositioned. I'll try it on my > machine. > I have the latest version of XFRX so I can make the change and rebuild our > app and see what happens. > > Cathy > >> -Original Message- >> From: profoxtech-boun...@leafe.com [

[NF] DV Editing laptop recommendations

2009-01-20 Thread Jim Harvey
I'm thinking about replacing my old desktop pc with a new laptop, and I want to be able to create/edit/burn dvd's from my DV camera. The camera I have is a few years old (Sony) and has a "Firewire" connection. Not sure what the newer cameras are using to transfer videos, I see some use Flashdrives

Resource file version mismatch

2009-02-24 Thread Jim Harvey
I recompliled my exe using the "Win 32 executable / COM server (exe)" as always, then opened explore and clicked the new exe to test, and get "Resource file version mismatch", click "OK", get "Visual FoxPro cannot start. Could not load resources." I noticed that while doing the recompile the Code

RE: Resource file version mismatch

2009-02-24 Thread Jim Harvey
an odd one. -Original Message----- From: Jim Harvey Sent: Tuesday, February 24, 2009 3:14 PM I recompliled my exe using the "Win 32 executable / COM server (exe)" as always, then opened explore and clicked the new exe to test, and get "Resource file version mismatch", click "O

RE: "Not a database file" in FPD 2.5

2009-03-19 Thread Jim Harvey
I found this old code, not sure if it will help your problem? ***to repair hsaudit.dbf close all set exclusive off set TABLEVALIDATE to 0 select 0 use hsaudit.dbf wait "Please be patient, step 1 of 2. Copying hsaudit table to temporary table..." window at 25,50 nowait copy to hstemp with cdx selec

Update field value

2009-03-26 Thread Jim Harvey
I'd like to update a field value by allowing the user to click a button that has a value as it's caption. There will be multiple buttons each with its own distinct value. I can put code in the click of each button knowing it's assigned value, and that will do the job, but would rather use a form

RE: Update field value

2009-03-30 Thread Jim Harvey
x27;t require a case statement. James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: jhar...@hanoverpa.com -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Jim Harvey Sent: Thurs

Bid board font size

2009-03-30 Thread Jim Harvey
My previous challenge of updating a field value has now been replaced with a font size issue. We want to display the updated values in real-time on a large flat screen tv, something around the 46" size, so the numbers are fairly large and can be seen with the naked eye from maybe around 150 feet.

RE: [NS] Discuss Microsoft Exchange Server and equivalents

2008-01-29 Thread Jim Harvey
Have a look at mailtrust.com. James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicholas Geti Sent: Monday, January 28, 2008 5

RE: Sedna Released ("with this the last Microsoft release ofVisualFoxPro")

2008-01-30 Thread Jim Harvey
Hello Brian, Would you mind advising what the main problems are with the SP2, as far as your project is concerned. James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED]

[NF] Print to local printer ysing TS and Remote Desktop

2008-02-08 Thread Jim Harvey
I'm using the Remote Desktop on my XP Prof laptop at home to TS into our Terminal Server at work using port forwarding to actually remote directly into my office desktop pc running Vista Business. This works good, except the printing is missing. I am able to print if I connect to the Terminal Ser