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
. 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
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
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
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
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]
-
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
>
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
:[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
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
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
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,
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
"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
: [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
: 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
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, ;
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
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,
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
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
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
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
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
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
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
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
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
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
: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
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
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:
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:
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@
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
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
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]
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
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
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:
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
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
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
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
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
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
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
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
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
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
-
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
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
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'
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
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
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
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
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
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
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
___
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
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.
.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?
-
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
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
[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
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
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
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
: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
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 "
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
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
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
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:
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
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
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
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
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
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 [
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
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
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
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
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
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
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.
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
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]
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
91 matches
Mail list logo