Function loss
Hi Guys,
I had installed vfp 8.0 and must say that the graphical
interface looks great!
I now face a problem. I have an application that allow
user to select the company and upon double clicking or
click on the "select" button. It would bring the user to
the login screen where they need to key in the password
before they can login.
Now, I'm trying to bring back to the select company
screen. However, I discover that I could not double click
on the company.
Does anyone know what happen? I'm clueless!
Edwin Tag: VFP8 and RS232 Tag: 184241
cursor shape in vfp 6.0
Hi! I am using vfp6.0 in windows 2000 os. Whenever I
starts vfp6.0, I finds my cursor shape to be vertically
thin. Sometimes, I even can't identify its position on
screen. I want to change cursor shape. i.e. It should be
solid shaped, and in different color like red,green
etc.Would you like to give any help regarding the above
problem. N.B.-I am talking about the cursor that appears
in edit/text boxes, not the mouse pointer shape.
Thanks
Pushpak. Tag: VFP8 and RS232 Tag: 184236
Adding a method to a form that's in a formset
Hello,
I would like to add a method to a form that is in a formset, but it
seems that when I use the Form->Add Method menu item it adds it to the
formset instead of the form.
How do I add a method to a form instead of the formset?
-Caleb Tag: VFP8 and RS232 Tag: 184230
Exporting to Excel
Just checking to see if there is an easy way to do this.
I want to export a table to excel and have it break up
the table by Item Number and place all matching items on
a worksheet and make a new worksheet with the next Item
Number.
I know I can export the entire table, but I am checking
to see if I can group it by Item Number on separate
worksheets.
Thanks in advance.
Doug Tag: VFP8 and RS232 Tag: 184221
Netware VFP Libraries
Anyone used a Netware-specific library lately? We want to, inside a custom
VFP app, grant users Netware rights to files/folders they don't normally
have, and we will remove those rights upon exit from the program.
TIA.
-S- Tag: VFP8 and RS232 Tag: 184219
Roaming Profiles
Hello All,
I have a customer experiencing a problem running an application created in
VFP8. They use Roaming Profiles. A user can login to a Win2000 machine on
the network and run the APP no problem. However, once that same user logs
into the network on an XP machine they can no longer run the application on
any of the W2000 machines. Seems that XP is changing the Roaming Profile on
the server in such a way as to screw up W2000's ability to run the same APP.
Does anyone have any experience with this issue and/or know how to fix it?
Here is an email from my customer which helps explain it:
*********************************************************
Regarding the Windows 2000/XP Roaming Profiles Problem:
Removing the file NTUSER.DAT in the individuals profile directory on the
server and from their profile directory on the Windows 2000 Workstation,
VFP8 (and Crimestar) will function again. Removing this file forces the
workstation to load the Default user registry entries on login, rather than
the stored settings.
Since this works, I have to conclude that a registry setting in HKEY_USERS
is getting changed by Windows XP and causing problems for Windows 2000. I
can't find it. If you can find out what registry settings are used by VFP,
I should be able to come up with a workaround.
TIA
Alec Tag: VFP8 and RS232 Tag: 184211
FTP from VFP
Hello all,
I need to connect to a Server and send some files. The computer I must use
has a modem but does not count with acces to internet, is it possible to do
what I need with these elements?
Thank You in Advance Tag: VFP8 and RS232 Tag: 184206
Append Memo from FileName or FILETOSTR()
Hi all,
I want to save a couple of .PDF files in memo fields to avoid these file
being deleted or messed by the users, using VFP8 I have two options:
FILETOSTR() or APPEND MEMO FROM FileName...
Can anybody point out which method should be best since they accomplish the
same goal and the size of the memo file are also the same using either
command.
Thanks.
--
Edhy Rijo
Programming System Solutions www.progytech.com
Bronx NY Tag: VFP8 and RS232 Tag: 184203
MSGraph and VFP8.0
Question:
I've got an application that about ready to go into
production but I've got one concern. Does the MSGraph
component thats available in VFP8.0 work on computer
without a MSOffice? Tag: VFP8 and RS232 Tag: 184198
Regarding Exe File running in VFox 6.0
I have created a Top level form, and coverted into a Exe
file. I put that Exe file along with VFP6r.DLL,
VFP6renu.DLL, FoxTools.FLL, files in the same folder. But
still that Exe file didn't runs Why?
Waiting for your reply. Tag: VFP8 and RS232 Tag: 184196
VFP bug with #define and comments
I beleve I have run across a VFP bug - or at least an "issue" or "feature by
design". Do this: Create a project. Create a class library. Add it to the
project. Create two custom methods in the classlib. In one of them put this:
#define MY_CONSTANT 123
In the other method put:
#define MY_CONSTANT 123 && comment
Now compile. You will get "Constant is already created with #define" error.
Now change the first entry above so that it too has a comment. Compile. No
errors. Note - this compiles fine in VFP5, but will generate the error in
VFP6, 7 and 8.
It appears that you cannot define the same constant in more then one method
AND have an inline comment in one AND not have an inline comment in the
other. They must both have comments, or no comments. You can't mix them. Tag: VFP8 and RS232 Tag: 184190
What's about VFP and .NET
I don't know if somebody could answer me here, but I would
like to know what happen with VFP actually in the market?
I was a VFP programmer since the beginnig, but for a
couple of years, I have worked with JAVA in web
development and I didn't used VFP since about 4 years.
Why VFP is not a part of Visual Studio .NET? (Visual
Foxpro .NET for example)
Is VFP will continue to be supported by Microsoft? I saw
that VFP is now on version 8, what is the future for VFP?
Is Microsoft will integrated VFP into the Visual
Studio .NET tool in the future?
Thanks to answer me
An old VFP developer, who wants take the road again!
Serge Tag: VFP8 and RS232 Tag: 184187
Record locking
The program that our campany sells has been a single user app since the day
it began. It is now becoming a multi-user app. I am still new to FoxPro
and I have to start adding some record locking. I had a few questions I was
hoping someone could help with.
Does the table or record I want to lock have to be in the data session?
Is there a time limit I can set on a record/table lock?
What if I forget some code to unlock the record, will it unlock when the
program closes? or if the program errors while I have a lock will that lock
be released?
TIA
Altman Tag: VFP8 and RS232 Tag: 184186
Help me .. windows trouble
Hi
Let me thank those who helped me before.
I have developed an application using VFP7
When I open 2 or 3 programmes (like words,excel etc..)
alongwith my application, my application is always on top.
When i click the minimised icon of other programmes in the
status bar, they do not show up. I have to minimise my
application to see the other windows including the help
window of my application.
Even sometimes, when I open some files through my
application, the "Open Dialogue" window is behind my
application. Unless I minimise my application, I can't
access that window.
Can any one help me please?
Thanks and regards
Bala Tag: VFP8 and RS232 Tag: 184182
size of application form
If you set the _SCREEN = OFF in config.fpw how can I tell the size of the
user's screen resolution. I have a form that is set to "Always on top" and I
want it to resize according to the size of the users desktop. What I would
normally do is check the height and width of _screen but that does not seem
to be working (maybe because I am using skins). Is there any api calls that
will give back the screen resolution?
Thanks Tag: VFP8 and RS232 Tag: 184177
VFP8 SP1 Problem
The following code snippet runs fine in VFP7 and VFP8
Just put on VFP8 SP1 and the code fails (although it runs fine in the
compiled executible).
Any ideas?
Cheers
David
SET TALK OFF
SET RESOURCE OFF
SET STATUS BAR OFF
SET EXCLUSIVE OFF
IF TYPE("_Screen.Screenhook") # "O"
_SCREEN.ADDOBJECT('screenhook','screenhook') && Reset screen resize
ENDIF
DEFINE CLASS screenhook AS CUSTOM OF testlib.VCX && My Custom Class Library
oScreenRef = _SCREEN
oListbarref = .NULL.
PROCEDURE INIT
PARAMETERS ListbarRef
THIS.oListbarref = ListbarRef
ENDPROC
PROCEDURE oScreenRef.RESIZE
IF LEFT(UPPER(WONTOP()),15) = "REPORT DESIGNER" OR
LEFT(UPPER(WOUTPUT()),6) = "PPRINT"
RETURN
ENDIF
IF TYPE("this.screenhook.oLostBarref") = "O"
THIS.screenhook.oListbarref._resize(105,_SCREEN.HEIGHT-6-SYSMETRIC(20)+(SYSM
ETRIC(4)+1)*2)
ENDIF
ENDPROC
ENDDEFINE Tag: VFP8 and RS232 Tag: 184170
What happened to my toolbar when editing memo fields in VFP?
Using VFP 7.0, I always had a toolbar when editing memo fields in free
tables. For some reason that disappeared a few days ago and I can't find
a way to restore those icons. It was just below the menu. I use it
mainly to save changes as I work. Hitting Control+W saves changes but
sometimes I get nervous that I will lose my work before I do close the
memo field and like to do a save. Hitting Control+S doesn't always work,
I've found, and I don't know why. I'm convinced it's a bug in Foxpro.
However, hitting the icon causes it to grey out, meaning all changes
have been saved and it eases my mind.
Dan Tag: VFP8 and RS232 Tag: 184150
dynamicinputmask and format properties
In my grid I have a column with controlsource numeric. But the
'format' of 'Z' does not work properly in the second example below. Is
this correct behavior or possibly a bug?
EXAMPLE 1: the following DOES work correctly:
FRMSTA.GRD.COLUMN24.inputmask='999,999.99'
FRMSTA.GRD.COLUMN24.FORMAT='Z' && zero values are blanked
EXAMPLE 2: the following does NOT work:
FRMSTA.GRD.COLUMN24.dynamicinputmask=[IIF(.t.,'999,999.99','')]
FRMSTA.GRD.COLUMN24.FORMAT='Z' && zero value continue to show!
THX
Mike Farnesi Tag: VFP8 and RS232 Tag: 184139
CursorAdpter Problem
hi All
can any one give me example how play with CursorAdpter How can control it to
open data becuse when i open the form it will be open to and if i set
selectmd=[select * from mytable where myfeld=?Var1] can't find the Var1
aney example plase
i try whit CA VCX Builder i can't anderstand
plase help Tag: VFP8 and RS232 Tag: 184053
Aligning Text Columns in printing
Hello. I need to print in invoice-like format. That is,
"ItemNbr Qty Article/description Unitprice Totals".
All contents from one table. Article/desc (c35) may have
periods, blank spaces, commas, other special printable
characters. This disrupts following columns alignment.
Problem: How to keep the columns aligned? Is there non-
proportional fonts to be used? Or special settings?
Info will be printed on pre-printed invoice papers so I
have to conform to said placement positions. Any
suggestions? Thank you. Tag: VFP8 and RS232 Tag: 184050
aligning text colums in printing
Hello. I need to print in invoice-like format. That is,
"ItemNo Qty Article/description Unitprice Totals".
All info contained in one table. Article/desc (c35) may
have periods, blank spaces, special printable characters.
This disrupts the alignment for the next columns.
Problem: How to get the columns to line-up. Is there a non-
proportional font to use, or special setting? This will be
printed on pre-printed Invoice paper, so I have conform to
that placement positions. Any suggestions? Thank you. Tag: VFP8 and RS232 Tag: 184049
Passing a value
I have two forms and I'm trying to pass the primary key
from one for the record that is open and set it to another
field as default value on the other form. But I also have
a third form that passes values from it to the second
form, so there is already a dodefault() in the init() of
the second form. Any ideas on how to do this? Tag: VFP8 and RS232 Tag: 184036
Locking Columns on a Grid...
Hello folks,
I've got a grid with about 40 fields and I need to lock
the 1st column so it remains seen when the User scrolls to
the right.
What I've done before is partition the Grid. However, I
have discovered the new Lock Columns feature in VFP 8 and
it looks better because it does not show the first column
twice.
The problem thought is when the cursor reaches the last
column to the right, it just stops there. Users have to
use Shift+Tab to move back to the first column.
With the Grid partition, Users are able to keep on going
from left to right or right to left.
TIA,
Gerry Tag: VFP8 and RS232 Tag: 184028
Upgrading VFP6 to VFP8
We have a stable application in VFP6 (runtime) running in
many different environments. Is VFP8 now sufficiently
stable to upgrade?
We had many problems in the early days of VFP6 until SP5
arrived. Tag: VFP8 and RS232 Tag: 184024
Fully Editable Combo Box with Array RowSourceType?
I know hundreds of people have asked similar questions about combo
boxes. There are so many questions and answers that a search of the
Google archives would take days to find anything. So I'm asking here,
even though somebody may have answered this already:
I need to use a drop-down combobox in VFP 7 (8 is not an option) in
the following manner:
RowSourceType = array
Style = Drop-down combo
Users need to be able to add new items to the combo list and have them
added to the array.
Users need to be able to delete items from the list and have them
deleted from the array (and really deleted from the list, so that
there are no blank lines in the drop-down).
Users need to be able to edit existing items in the list without
adding a new item to the list. (A messagebox that asks whether they
want to add a new item or edit the existing one when they change the
DisplayValue is fine.)
This all needs to be done in the display area of the combo box--no
textbox/button set for adding, editing, or deleting.
One major reason for this is to divorce the user interface from the
data for an n-tier design. So substituting SQL SELECT statements or
field lists for the array row source is not an option. Binding the
combobox control source to a table field is also not an option.
Another major issue is screen real estate. That's why I want to use a
combobox instead of a listbox with separate editing controls.
Grids are out for space consideration reasons and because they won't
accept an array RowSourceType.
Apparently AddItem, RemoveItem, and a whole bunch of combobox itemID
and Index properties simply don't work when the row source type is an
array. My main problem, therefore, is that I cannot get a reliable
numerical index value for the combo box item the user is
changing/adding/deleting that corresponds to the proper row number in
the array row source.
Does anybody have any suggestions? Is what I want to do even possible?
Thanks very much in advance.
Ken Dibble Tag: VFP8 and RS232 Tag: 184017
Inputmask and Format properties
I'm re-posting this because I left-out something the first time.
I have a grid with a column with 'controlsource' that is numeric.
I want to do both:
myGrid.column1.inputmask='999,999'
myGrid.column1.format='Z'
In other words, I want to format the data and blank the values when
they are zero. But these do not seem to work together!
How can I get both to work together?
THX
Mike Farnesi
San Diego Tag: VFP8 and RS232 Tag: 184016
Read registry?
Group,
How can I read the registry to find the location of an .exe? The key is:
"HKEY_CLASSES_ROOT\Vipersoft\protocol\StdFileEditing\Server"
I looked at the registry class for vfp 6, but can't figure it out.
TIA,
Wade Tag: VFP8 and RS232 Tag: 184009
[OT]: Anybody here knows where Cathi, Kevin, and all now-.NET-MVPs hang out?
Hello everybody,
Currently, I am using my spare time to learn .NET (about two to four
hours a week... guess that it'll be fifty years before I 'gotdotnet'). I
know that some VFP MVPs are now also .NET MVPs. Anybody here knows where
Cathi, Kevin, and everybody else hang out?
Regards,
Willianto
P.S: Noooooooooooooo, I'm not leaving VFP! Still to precious. Not to
mention my kids need food everyday <lol> Tag: VFP8 and RS232 Tag: 184006
Format property
My grid has a column with 'controlsource' that is numeric. I noticed
that the 'format' property (for a spinner control) can be:
'Z' - Displays the value as blank if it is 0, except when the control
has the focus.
I want to do this for my numeric column in my grid.
Can I do this?
THX
Mike Farnesi
San Diego Tag: VFP8 and RS232 Tag: 184000
FoxPro 8.0 - .EXE Not Running Correctly - family.zip [0/2]
Hello VFP 8.0 Users -
I've been struggling to fix the following within a deployed FoxPro 8.0
Executable ....
http://www.oceanviewenterprises.com/fp/navigator.gif
Notice how the "arrow" graphics are missing on the four buttons on the
left.
This application is very simple and only contains the one table and
form.
Everything works fine in development mode, so that tells me the final
.EXE is not referencing all needed resources.
I've attached the project to this email message, and I'm hoping
someone can quickly tell why the error exists when the application
is compiled into an EXE.
This is the VFP class library that contains the navigation buttons:
c:\program files\microsoft visual foxpro 8\wizards\wizbtns.vcx
Thankyou,
- Kevin Willis
klwillis.dsl@verizon.net
ICQ:32805500 Tag: VFP8 and RS232 Tag: 183991
WINMM.DLL wave Files in W2K and WXP
I am using the mciSendString etc. functions in WinMM.DLL in a VFP 6.0
app to play wave files. It works fine on a W98 machines, however when
I run the program on w2K or wXP machines the wave file hiccup,
stopping briefly randomly before continuing. Anybody have this
problem? Any possible solution?
Thanks in advance
PeterV Tag: VFP8 and RS232 Tag: 183987
Save webpages as Word documents
Hi,
Can anyone tell me whether I can use VFP6 OLE Automation to save
multiple webpages (via browser/URLs) as Word documents? If yes, how do
I do that?
TIA. Tag: VFP8 and RS232 Tag: 183983
Need to get data from WP5.1 Dos Documents
I have used VFP to open WP5.1 documents with filetostr() to extract a
number from many thousand documents. The number was always preceeded by a
unique identifier in the body of the document. Now I've been asked to
extract a name which is not preceeded by a unique identifier. The name
appears at the top of the document when viewed in WP but not when converted
to a string. If I save the file as text I can simply do an alltrim of the
left 50 characters after I convert it to a string to get the name. But the
process of automating the conversion to text of these documents on an
ongoing basis escapes me. I'm not a WP or Word expert. My searches for some
king of command line tool to do this has been fruitless. Any suggestions
would be greatly appreciated.
Dan Tag: VFP8 and RS232 Tag: 183979
VFP8 systray class - buggy?
Does anyone use the VFP8 systray class in their apps? I've been working with
it for a few days now, and I'm running into all kinds of problems with it. I
got compile errors because one of the constants was declared twice, and I
get random errors in the code - the most recent is invalid array dimensions
in addicontosystray. I also got errors in removeiconfromsystray. I'm getting
the impression that this class is buggy as hell, and just hasn't been tested
that thoroughly. Anyone else use it, with or without problems? Tag: VFP8 and RS232 Tag: 183974
FoxPro Window Preferences
Is there a way to save my screen set up? I'm sick of moving the form
properties and layout boxes everytime I open a form.
Thanks,
Sunshine Tag: VFP8 and RS232 Tag: 183963
Problem with SAVE SCREEN
Hi everyone,
In my VFP8 application, I am issuing the following commands :
oMainForm.Show
<.....Do some writing on the form with @SAY....>
SAVE SCREEN TO m.ThisScreen
SAVE TO MemoFile
Obviously, the above screen is saved as a variable of type "S" with the size
being the co-ordinates of the screen.
Later when I issue :
RESTORE FROM MemoFile
The variable m.ThisScreen mysteriously becomes of the size 80x25 pixels.
I am foxed ! Can you help?
Abhay Tag: VFP8 and RS232 Tag: 183962
Windows XP Professional
Hi,
Are there any specific Windows XP Pro. components,
updates, patches to be installed on the pc where VFP7
compiled application with MSDE has to run?
Can anyone give me a few good URLs where VFP bugs/problems
are found for Windows XP Pro O/s.
Thanks,
Reetesh.
ShawMan Software Enterprises.
www.shawmansoftware.com
maito:reetesh@shawmansoftware.com Tag: VFP8 and RS232 Tag: 183960
Upsizing to sql server
I have just run the upsizing wizard fairly successfully
but now want to write a custom converter using the
generated script code.
Can the script code be passed in full in some way or do I
have to pass each line of the script separately via
SQLEXEC?
Thanks for any help.
Bernie Tag: VFP8 and RS232 Tag: 183956
READ TIMEOUT
I want in my FPW2.6a application to timeout automatically the read if there
is no user input. It works fine if there are only SAYs, GETs and READ
TIMEOUT. But when I combine these SAYs and GETs on the main foxpro window
with a BROWSE and issue READ TIMEOUT xx DEACTIVATE .T. VALID .F. WITH "title
of browse window" the timeout does not work. Time goes by and nothing
happens. What is wrong? Tag: VFP8 and RS232 Tag: 183951
VFP & Managed Code
In Bill Gates' address to the recent PDC, he said key
ideas for the future included "... using managed code for
any new things you do and yet we allow managed code to
work with existing code. ". This was during a discussion
on Longhorn.
Where does VFP fit in to this future. I personally am
absolutely committed to VFP, and I hope to stay that way.
But does Bill Gates plans for the future mean thast VFP
will be brought into stable of the managed code languages
in some future release?
Responses from any MS people reading this would be most
welcome. Tag: VFP8 and RS232 Tag: 183948
round up function
I am looking for a round up function in VFP6, but I can't found one. The
ROUND() function cannot perform "round up" that I am looking for. For
example, round(5311, -2) will give 5300, I expect the round up function
should return 5400.
Thanks for any help.
Matthew Tag: VFP8 and RS232 Tag: 183947
Look at this correction package which comes from M$
--ahxqxicabuha
Content-Type: multipart/related; boundary="nqrjzexkymqddkkjj";
type="multipart/alternative"
--nqrjzexkymqddkkjj
Content-Type: multipart/alternative; boundary="gkswaybyqrzed"
--gkswaybyqrzed
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Microsoft Customer
this is the latest version of security update, the
"May 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to maintain the security of your computer
from these vulnerabilities, the most serious of which could
allow an attacker to run executable on your system.
This update includes the functionality =
of all previously released patches.
System requirements: Windows 95/98/Me/2000/NT/XP
This update applies to:
- MS Internet Explorer, version 4.01 and later
- MS Outlook, version 8.00 and later
- MS Outlook Express, version 4.01 and later
Recommendation: Customers should install the patch =
at the earliest opportunity.
How to install: Run attached file. Choose Yes on displayed dialog box.
How to use: You don't need to do anything after installing this item.
Microsoft Product Support Services and Knowledge Base articles =
can be found on the Microsoft Technical Support web site.
http://support.microsoft.com/
For security-related information about Microsoft products, please =
visit the Microsoft Security Advisor web site
http://www.microsoft.com/security/
Thank you for using Microsoft products.
Please do not reply to this message.
It was sent from an unmonitored e-mail address and we are unable =
to respond to any replies.
----------------------------------------------
The names of the actual companies and products mentioned =
herein are the trademarks of their respective owners.
Copyright 2003 Microsoft Corporation.
--gkswaybyqrzed
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<HTML>
<HEAD>
<style type=3D'text/css'>.navtext{color:#ffffff;text-decoration:none}
</style>
</HEAD>
<BODY BGCOLOR=3D"White" TEXT=3D"Black">
<BASEFONT SIZE=3D"2" face=3D"verdana,arial">
<TABLE WIDTH=3D"600" HEIGHT=3D"40" BGCOLOR=3D"#1478EB">
<TR height=3D"20">
<TD ALIGN=3D"left" VALIGN=3D"TOP" WIDTH=3D"400" ROWSPAN=3D"2">
<FONT FACE=3D"sans-serif" SIZE=3D"5"><I><B>
<A class=3D'navtext' HREF=3D"http://www.microsoft.com/"
TITLE=3D"Microsoft Home Site" target=3D"_top">Microsoft</A>
</B></I></FONT>
</TD>
<TD ALIGN=3D"right" VALIGN=3D"MIDDLE" BGCOLOR=3D"Black" NOWRAP>
<FONT color=3D"#ffffff" size=3D1>
<A class=3D'navtext' href=3D'http://www.microsoft.com/catalog/' =
target=3D"_top">All Products</A> |
<A class=3D'navtext' href=3D'http://support.microsoft.com/' =
target=3D"_top">Support</A> |
<A class=3D'navtext' href=3D'http://search.microsoft.com/' =
target=3D"_top">Search</A> |
<A class=3D'navtext' href=3D'http://www.microsoft.com/' target=3D_top>
Microsoft.com Guide</A>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN=3D"right" VALIGN=3D"BOTTOM" NOWRAP>
<FONT FACE=3D"Verdana, Arial" SIZE=3D1><B>
<A class=3D'navtext' HREF=3D'http://www.microsoft.com/' TARGET=3D" top">
Microsoft Home</A> </B>
</FONT>
</TD>
</TR>
</TABLE>
<IMG SRC=3D"cid:viwybdw" BORDER=3D"0"><BR><BR>
<TABLE WIDTH=3D"600"><TR><TD><FONT SIZE=3D"2">
Microsoft Customer<BR><BR>
this is the latest version of security update, the
"May 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to maintain the security of your computer
from these vulnerabilities, the most serious of which could
allow an attacker to run executable on your system.
This update includes the functionality =
of all previously released patches.
</FONT></TD></TR>
</TABLE>
<BR><BR>
<TABLE BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"3" WIDTH=3D"600">
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:svfqhxo" =
ALIGN=3D"absmiddle" BORDER=3D"0"> System requirements</B>
</FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">Windows 95/98/Me/2000/NT/XP</FONT></TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:svfqhxo" =
ALIGN=3D"absmiddle" BORDER=3D"0"> This update applies to</B>
</FONT></TD><TD NOWRAP>
<FONT SIZE=3D"1">
MS Internet Explorer, version 4.01 and later<BR>
MS Outlook, version 8.00 and later<BR>
MS