|
| |
Some of these utilities are free; but if you wish to pay or donate; please
see the payment page for options.
Why aren't all of them free anymore? Click
here.
Some utilities are still free for personal/non commercial use. If you feel the
need/desire to pay for them OR if you are using them in a government or
commercial application; please visit our payment page.
(If you are a commercial or government developer you must pay for the files by
jAssing Consulting)
Please note!!! The .FXP, .APP, and .EXE's on these
pages are encrypted; and will not work right when you try to build your
app. You must do the following:
lcCommand = "joshzip6.exe"
do &lcCommand with <params>
This will allow the program to run; but not get included in your project
file; which would cause an error.
Where'd some of the stuff go? We deleted old files
that we no longer support or haven't been downloaded in a while.
Utilities for Both FPW & VFP
| Utility |
Version |
Info |
Quotes
& History |
1.0 |
This is list of misc Quotes and Day-In-History Events. It is in
DBF Format.
|
| IDXORD.prg |
|
Returns the "order" of a record in a table; ie: if you have an
indexed table; and you issue
GOTO TOP
SKIP 100
?idxord()
would return 101
Works with FPW & VFP -- pure foxpro source code.
Software by jAssing Consulting |
VFP Only Utilities
| Utility |
Version |
Info |
| DynaZip PRG's |
1.01 |
Wraper prg's (zip, unzip, listzip) for DynaZip AX
Freeware.
Updated for Ver 5.0.0.03 dll's
Software by jAssing Consulting |
| CRC32.fll |
1.0 |
Calculates crc32 of a string.
For a 12 meg file on 1000mhz pc --
FileToSTr() took 1.2 seconds
GetCrc() took .4 seconds
For a 103 meg file: 16 and 54 seconds
Free for personal use,
$42 via RegNow for all others.
Software by jAssing Consulting |
| nysiis |
|
SoundEx replacement -- much better. PURE VFP code.
Taken from a New York conference on intelligence gathering & name
matching.
Source code, $75 includes documentation from conference regarding name
matching
Software by jAssing Consulting |
| cpumon |
1.0 |
CPU-MON -- tells you the % of cpu process.
Software by jAssing Consulting -- Freeware. |
| TSHelp.fll |
1.05 |
Allows you to detect "disconnected"
state in VFP when running in a terminal server environment. Good for
logging off when disconnected to help security.
$42 via
regnow.com
Software by jAssing Consulting |
| VPass.fll |
1.1 |
Verify NT/Domain passwords from VFP
Set libr to VPass
? vpass("password","user","domain")
SHAREWARE, $42 by
RegNow
Software by jAssing Consulting |
| stdout |
1 |
Allows you to write output to the console vs the vfp
desktop. |
| ConvSave |
|
This will save the current database to a file you specify.
A Copy to <MyFile> type deli with tab no-quotes
replacement; since you can't do it normally with VFP.
Code could easily be modified to work in FPW.
Software by jAssing Consulting -- PUBLIC DOMAIN |
| vjDate |
1 |
A subset of jUtils with Date functions. See
jUtils
documentation DATE section
Software by jAssing Consulting |
| GetUncPath |
1 |
Based on Andrew Coates GetUncPath.prg; this is a class for
VFP6 to return the UNC path for a raw path. |
Legacy/limited support:
| pproper |
3.0 |
pproper() function converted to VFP.
Correctly handles McDonald, VanStrossberg, etc. Handles Roman Numerals
correctly.
Includes ability to have an "exception" list for special names/words you
want capitalized a special way.
Available for purchase via
regnow.com
Software by jAssing Consulting |
| CRC32.vcx |
1 |
Class for VFP6 to calculate CRC32
for String or File. Free now has callback function for
doing files or LONG strings...
Software by jAssing Consulting |
| Splash.app |
1.0 |
A quick & easy splash screen for you programs.
Looks like other standard type splash screens. This one's free for you
to use. for VFP6
Software by jAssing Consulting |
| Resizer Class |
|
Another Resizer class.
Software by jAssing Consulting |
| CopyDBC |
1.0 |
Allows you to easily copy an entire database & it's tables
(either structure or completely) from one directory to another.
Correctly handles tables with same name from different driectories.
Makes backing up an entire database easy & quick.
do copydbc with
"c:\mydir\Mydbc.dbc","c:\backup\", "C:\backup\Tables", .t.
The last two parameters are
optional. .t. means copy the table's records (instead of just a
structure) and the 2nd path is where to put the tables, if omitted, it uses
the destination directory.
Obsolete shareware, unsupported.
Software by jAssing Consulting |
Last updated:
07 May 2006
|