Tag Archives | FoxPro

Where to, next? Part III

It sounds pretty obvious, but after you’ve gotten the machine installed
and flubbed around with it for a while (“Look, Mozilla is pretty cool!
Check out OpenOffice.org!”) the next thing to do is… figure out what
to do next. Everyone has their top priority… a print server, a file
server, a web server, a database server, an office workstation, a
kiosk, a router, a firewall. There a million different configurations
and permutations and combinations you can figure out for your new
machine. Pick one. Take your time and research it and configure it and
try it out. In the process you’ll learn lots about the command shells,
the security model, the different ways of packaging and installing
software. Here’s what I’ve tried so far:

And, not all of these experiements have to occur on the Linux box
alone. My MySQL experiments used the Linuxbox as the database server
and VFP on a Windows laptop. One of the several Perl and Twiki
installations I’ve made was also on a Windows server, using the CygWin DLL to provide command-line equivalents for RCS functionality in Windows.

October VFUG Newsletter released

Download October VFUG Newsletter Now.
VFUG (the Virtual FoxPro User Group) just sent out the October issue of
its monthly newsletter to those who have chosen to receive it via
e-mail. Articles in this issue include My Mistake by Les Pinter, Part 7
of Basic Introduction to Office Automation using MS Visual FoxPro by
Matt Jarvis, Help Make Your Old FPW Apps Jump Into the VFP World by
Carl Warner, Wireless Devices, Part 9 by Tom O’Hare, assorted tips that
cover Tracking Updates via Stored Procedure, Remove a Control from a
Grid Column, Quick Way to See the Active Cursor/Table, New VFPSkins
Available, Run Your VFP App as a Service (Shareware Suggestion),
Compile your CONFIG.FPW, Check for an Open File, and even more. As
usual, you can view this monthly newsletter online or download its text
version or all other back issues free at the VFUG site. Not a member?
Join VFUG for free at the site. [FoxCentral]

Great Lakes Great Database WorkShop Wrap-Up

The last three sessions of the conference and a closing session closed
the GLGDW conference. I saw Kevin McNeish in the first slot,
demonstrating Pocket PC and .NET interactions. The second slot was
Lauren Clarke with his demo of creating SVG with Visual FoxPro in a
session called “One Thousand Data Points are Worth a Picture.” Great
demo with interesting demos, animated cartoons, understandable code and
a clear and humorous speaker. Great stuff.

Great Lakes Great Database Workshop begins

Sunday morning, 8:30 AM started the pre-conference sessions. Four sessions all seemed well-attended: Whil Hentzen did an Introduction to Linux, Kevin McNeish an Introduction to .NET, Steve Sawyer a session on client-server, and Dan Jurden a session on integrating Crystal Reports with Visual FoxPro. Opening keynote starts at 12:30 PM. Looking forward to the conference kickoff!

Visual FoxPro 8.0 Service Pack 1 looking good…

Installed the Visual FoxPro 8.0 Service Pack 1 and all seems well. It
always does… but I’m pretty confident in the stability of this one.
The installation referenced KB824071, but that doesn’t seem to have
gone live yet. Perhaps it will supply more details that the README.HTM
supplied with the product. That listed a whole slew of problems that
were fixed.

Microsoft Announces Changes to IE for Developers

In a move likely to break some existing applications, Microsoft announced changes
to the Internet Explorer programming model, scheduled to be released
with Service Pack 1b for Internet Explorer 6, updating the version
number to 6.01. I suspect this change is in response to losing a lawsuit
from Eolas over their object embedding technologies. There has been a
lot of speculation that Microsoft did not seek other solutions short of
limiting their own products by, for example, buying the company and
their patent, because the change might be more damaging to Microsoft
competitors than to Microsoft themselves. That would be evil.

There
could be many implications of this decision, and each developer will
need to evaluate their own code. Microsoft provides a beta of the
“bits” to test. I’ll need to wait until I have a sacrificial machine
from the TR&A labs to test them out. Applications I’m concerned
about right away include those with embedded HTML Help, embedded IE
browsers, and those I’ve written to spider web sites, including those
with RSS feeds.

Ken Levy, now Visual FoxPro Product Manager,
distributed code to use an embedded IE control as WebExplorerX, when he
was an independent developer and posting his samples to
http://www.classx.com (no longer available but you can find archive
echos at
http://web.archive.org/web/20000511064829/http://www.classx.com/). If
you used some of the WebExplorerX technology, you’ll want to retest
with Microsoft’s patches. Good luck!

Visual FoxPro and Citrix

Andrew MacNeill posts a great piece here on
the use of Citrix and VFP. I have several clients doing this, to great
success. “Microsoft’s ” (not sure who this is) claim that this isn’t a
good or popular solution is just plain wrong. Here’s Andrew’s post:

MS Response to Why Not Promote VFP and Citrix.

David
Dee (see post from 9/22) asked MS about promoting VFP by discussing
items with Citrix…As noted in his comments, the response from MS was:
We
do not test VFP with Citrix and it is not something we are focused on
as a solution, mainly due to lack of demand. For web (or thin client)
applications with VFP, we are promoting VFP with ASP.NET using VFP 8.0
with Visual Studio .NET 2003 and that is working well, and most
companies we talk to who need web front ends to VFP applications are
using or considering ASP.NET with VFP combined. Thanks for your
feedback.

Huh?!?! – Until such
time as Desktop apps are killed off completely (don’t see that
happening anytime soon), I actually prefer to recommend Citrix or
Terminal Server based solutions than purely Web-based.

Maybe
David’s problem was actually using the term “Citrix” instead of the
more “MS-friendly” Terminal Server. VFP continually gets updated in
service releases to better support Terminal Server applications(recall
the NOBITMAP setting in SP3 for VFP 6). In fact, in one newsgroup, one
of the fastest suggested ways to build a “mobile” app for the PocketPC
was NOT to use SQL Server for PocketPC, etc but rather to build a
Terminal Server (read: CITRIX-like) application and connect to it using
the PocketPC’s Terminal Server client. The only caution was “keep your
screens really small”.

It’s
the “MS response” that really hurts the community. Promoting VFP with
ASP.Net is great for all those bleeding edge developers (and yes, I
know it hurts to say it but for most people ASP.Net is still a little
too bleeding edge for many companies – note that not even MS bCentral
allows SOAP access on their .Net services – wonder why not?).

The
fact is that EVERY developer needs to be told of workable solutions.
Citrix and Terminal Servers represent GREAT Solutions for companies who
have remote needs and WORKING desktop applications. VFP is not only
ideally suited in these environments – it kicks serious butt when it
comes to performance! Why? Because the application actually runs
LOCALLY instead of being on a network.

Other reasons to consider Citrix/Terminal Server solutions:
1. It’s easier to support – you can shadow other users, and easily disconnect users when connected.
2. Single point of access – easier to track errors, provide updates and more.
3. Single type of workstation – easier to manage. Hell, even better than trying to deal with multiple browsers
4.
You can FIND many companies willing to HOST TS servers for you – yes,
they may charge for it but will provide 24/7/365 uptime with various
guarantees (check out http://www.meganetserve.com)

If
you have never considered using Terminal Server as a remote solution
for your apps, I strongly recommend it. AND it’s getting easier and
better. Don’t be fooled by Microsoft’s response – VFP does work well
under Citrix and is always being improved to work better because of it.
(just don’t mention Citrix in the same breath )

Andrew MacNeill [Andrew MacNeill – AKSEL Solutions]

Essential Fox 2004 conference Announced

Mark your calendar, Essential Fox, the premiere FoxPro conference of
2004, will be held June 4-7, 2004 in Kansas City, Missouri. Learn the
latest on Europa as Ken Levy kicks off the event with the keynote
address. Sessions will include topics covering VFP as well as the
latest techniques in .NET, SQL Server and Methodologies. Read the full
announcement here: Essential Fox 2004 Announced!. Posted at FoxCentral

Microsoft Visual FoxPro MVP Award Winners Announced

Congratulations to the new and renewed MVPs. I did not receive the
award this year, which is probably all for the best. Here’s the post
from the Wiki:
MvpVfp2004.
The MVP Award, which stands for “Most Valuable Professional” is an
annual award given to outstanding members of Microsoft’s peer-to-peer
communities. The following list contains all of the names of the
current VFP MVPs who have received awards for … more at FoxForum Wiki

Powered by WordPress. Designed by Woo Themes

This work by Ted Roche is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States.