|
Ken Mayer - 29.10.2007 Ken Mayer kündigt eine neue Version "U" des dUFLP (dBASE Users' Function Library Project) an. Die Meldung im Original: You can get the latest version of the dUFLP at:
http://www.goldenstag.net/dbase/index.htm#dUFLP From the Whats.new file: // -------------------------------------------------- ------------------ // --------------- WHATS.NEW in the dUFLP Library? ------------------ // --------------- This is dUFLPPLUS_U.EXE ------------------ // --------------- Dated: October, 2007 ------------------ // -------------------------------------------------- ------------------ 8<------------>8 ================================================= Deleted -- removed from the previous version of the dUFLP library (you should probably remove unless you're using them): =================================================
- CSVOut.prg -- see USVOut.prg
filename was changed some time back. USVOut.prg is an enhanced version of the original CSVOut.prg, therefore CSVOut is not necessary. ================================================= Updates -- updated from the previous version of the dUFLP library: =================================================
- CreateReindex.prg -- Updated to:
* Add a bit more spacing between some of the sections of the output code. When working with a large database, it's easier to find something this way. * Removed dependency on dUFLP's message.wfm file, by incorporating a new version directly into the program created, with a progress bar. * Added code to update progress bar on form (see above) by use of default session object's onProgress event handler. This gives a visual cue that something is happening for large tables.-- Ken Mayer - Dot32.wfm -- Updates:
First, the max length of a command was jumped from 50 to 500 characters. Second, when you select a command from the combobox, it is not automatically executed -- this allows you to select it and modify it ... In addition, if the command has "to print" (uppper/lower/mixed case) in it, the user can select a printer, and print the output ... useful for ad hoc reports, etc. -- Ken Mayer - StringEx.cc -- Added SLine():
This function is similar to the dBase function MLINE() but works on a string. The function breaks a long string up into shorter substrings or lines. The substrings are word wrapped and have each a maximum length corresponding to 'nLineWidth'. When a word is longer than 'nLineWidth' it will be truncated and continued in the following substring. -- Ivar B. Jessen - USVOut.prg -- Modified this to add a parameter to ignore memo fields, due to errors that can be caused in separated text files with memos in them. See details in the header of the program. -- Ivar B. Jessen
================================================ New to the library since the previous version: ================================================
- DBFtoMYSQL.wfm -- Data Pump -- Form and code to convert .DBF table files to MYSQL database tables. -- Claus Mygind
- ResetAutoInc.prg -- Program to 'fix' a table that
a) an autoinc field with duplicate values; or b) a table that had data, then an autoinc field was added. NOTE: If your table is using the autoinc field as a foreign key (link to another table) do NOT use this code ... you will break the links to the other table. -- Ivar Jessen Here's hoping you find it all useful ... Ken Mayer [dBVIPS] Golden Stag Productions
|