| Ken Mayer [dBVIPS] 2005-05-16, 9:23 am |
| From my website: http://www.goldenstag.net/dbase
Here's an excerpt from the Whats.New file:
// --------------------------------------------------------------------
// --------------- WHATS.NEW in the dUFLP Library? ------------------
// --------------- This is dUFLPPLUS_N.EXE ------------------
// --------------- Dated: May, 2005 ------------------
// --------------------------------------------------------------------
====================
====================
====================
Updates -- updated from the previous version of the dUFLP
library:
====================
====================
====================
AppDoc.wfm -- Minor update in one routine to ensure that
case is converted properly. Bug noted
by Brian James, fixed by KJM.
ArrayEX.cc -- Added StringArray() method to ArrayEx class
to convert an array to a string, which can
be used in an editor ... -- Bruce Beacham
Convert.cc -- Added Thou2FrenchWords(), Num2FrenchWords()
(J.P. Martel)
Copy4.zip -- Fixes added (Long Fieldnames and other) to
Copy4.cc by Roland Wingerter.
dBloat.h -- Updated IsDir() function to one that actually
works (the version that was here didn't work
for whatever reason).
FileStamp.cc -- Updated by Rick Miller to resolve some issues
with time separators.
ImportData.wfm -- Bruce Beacham requested that this be able
to be opened either as a non-MDI form, or
modally (readModal()), so this minor
alteration was added. -- KJM
kmScheduler.zip -- Minor updates to kmScheduler.wfm to
handle speeding up refresh rates when
the event table has a large number of
records, suggested by Richard Anderson.
Also a minor bug fix for setting the
form's date in the ChangeDate method.
(There may be future updates based on
work Richard is doing with this for
an application.)
MiscAPI.prg -- Added Gary White's SysDir() to return the
path of the Windows System folder.
MiscWSH.prg -- Added GetNetAbsolutePath()
, which returns
the path of a mapped network drive.
PixCalendar.cc -- J.P. Martel's class, a bug fix for the
onClick() event handler ... J.P. Martel
PixCalendar2.cc -- J.P. Martel's class, added code to the onClick()
event handler to update an entryfield ... J.P. Martel
SpeedText.cc -- Rick Miller posted a fix -- the version in
the previous release was broken.
SpeedTip.cc -- Rick Miller -- This update provides the
addition of positioning relative only
to a GUI object just as speedtext does.
This also includes a bug fix for a bug
that Ivar Jessen found.
SysInfo.zip -- Bruce Beacham pointed out a problem with
SysInfo.cc in the zip file with the
location of a #INCLUDE statement. This
has been updated.
VideoRes.cc -- Minor bug fix by Roland Wingerter.
====================
====================
====================
New to the library since the previous version:
====================
====================
====================
ANSIChart.wfm -- Form that calls a report to display
ANSIChart.rep an ANSI chart using the characters in
any given font set from 0 to 255.
Ken Mayer
AppFrameSize.cc -- Rick Miller's code to handle resizing
AppFrameSize.wfm the application framewindow, and the
user moving it, and so on. It also allows
a call to center the framewindow on
the desktop, etc. The form is a sample
to help show how it works ... (WARNING:
Running the sample form will change the
position and size of your main dBASE
Plus application frame window ...)
BDETempFolder.prg -- Three functions used to create a temporary
path for the BDE to use, set the BDE's
temporary folder setting, then on a
second call to the main function to
erase the temp folder, and reset the
BDE. Useful for situations where you are
getting too many _QSQL files in the
temp folder. -- Rich Muller
PixCalendar2.cc -- J.P. Martel's PixCalendar class with
pushbuttons replaced by textLabel controls
to conserve resources.
TestPixCalendar2.wfm
-- Sample form for the PixCalendar2 class,
shows the use of the calendar, and also
the internationalization
(several languages).
-- J. P. Martel
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
|