|
|
| Products - Icetips Utilities - Core Class |
Core Class (ITCoreClass)
The Core Class has 8+ methods (functions) that perform a variety of tasks.
You can easily include these in your software (documentation that comes with the Utilities
covers this in detail), and then you
can enjoy the functionality of any of these:
- Search and Replace for String/CString
You pass your string or cstring to be searched, along with what you want found,
and what you want it replaced with (pSearchS, pFind & pReplace). This function will return your
string or cstring with
any instances of the find value changed to the replace value. Furthermore, it automagically
senses whether you have passed it a string or cstring to search, and uses the appropriate
string or cstring method. Cool!
- Get Computer Name
Returns the proper UNC name (the computer's "official" name, how it is referred to by a network)
for whatever computer the software is running on.
- Get File Part
This method returns the specified part of a filename, i.e. the drive, path, file name
or extension -- or any combination of those. Will optionally also give you "FNS_FullPath", which is
the drive + the path, and/or "FNS_FileName", which is the file name + the extension.
All this makes it possible to get the individual parts that you need, and makes it really easy
if, for instance, you need to create a file in the same path as a file you have read.
It also make it easy to do things such as create a new file with a different extension,
like copying files for backup. The uses for this one are endless.
- Split File Parts
This one, you give it a file name, which can be with a path or with a drive or whatever,
and it splits it into the drive, the folder, the file name and the extension.
- Remove Backslash
Can remove a backslash from the beginning of a filename, from the end, or both.
- Unix to Windows Path
Converts a path from Unix format to Windows format (changes forward slashes to backslashes).
- Windows to Unix Path
Converts a path from Windows format to Unix format (changes backslashes to forward slashes).
- Debug
Sends debug information to external debug software, such as
Debug Viewer.
This class also retrieves the program command line, program EXE name, and program EXE path.
These debug classes are documented extensively in the Icetips Utilities documentation.
13 Files Available for Download for Icetips Utilities
| File Date |
Description |
Size |
File Name |
| 2011-05-04 |
Icetips Utilities 1.1.2397
Build 1.1.2397 Compatible with Clarion 6.0-6.3, Clarion 7.0 - 7.3 and Clarion 8.0
Installer is now compatible with Clarion 8.0
See Version history documentation for more information.
|
13,256,000 |
ITUtilities_Install_1.1.2397.exe |
| 2010-12-21 |
Icetips Utilities 1.1.2394
Build 1.1.2393 Compatible with Clarion 6.0-6.3 and Clarion 7.0 - 7.3
Installer is now compatible with Clarion 7.3
|
13,378,624 |
ITUtilities_Install_1.1.2394.exe |
| 2010-12-01 |
Icetips Utilities 1.1.2392
Build 1.1.2392 Compatible with Clarion 6.0-6.3 and Clarion 7.0 - 7.2
Documentation added for File Select Class and Files Class. Updated docs for Network Class. Minor fixes to install, Date Class and templates.
|
13,351,672 |
ITUtilities_Install_1.1.2392.exe |
| 2010-09-06 |
Icetips Utilities 1.1.2390
Build 1.1.2390 Compatible with Clarion 6.0-6.3 and Clarion 7.0 - 7.2
|
12,421,120 |
ITUtilities_Install_1.1.2390.exe |
| 2010-06-06 |
Icetips Utilities 1.1.2387
Build 1.1.2387 Compatible with Clarion 6.0-6.3 and Clarion 7.0 - 7.2
|
11852,032 |
ITUtilities_Install_1.1.2387.exe |
| 2010-03-15 |
Icetips Utilities 1.1.2374
Build 1.1.2374 Compatible with Clarion 6.0-6.3 and Clarion 7.x
|
11499,904 |
ITUtilities_Install_1.1.2374.exe |
| 2010-02-26 |
Icetips Utilities 1.1.2367 BETA
Build 1.1.2367 BETA Compatible with Clarion 6.0-6.3 and Clarion 7.x
|
11,110,656 |
ITUtilities_Install_1.1.2367.exe |
| 2010-01-27 |
Icetips Utilities 1.1.2359
Build 1.1.2359 Compatible with Clarion 6.0-6.3 and Clarion 7.x
|
10,188,296 |
ITUtilities_Install_1.1.2359.exe |
| 2010-01-26 |
Icetips Utilities 1.1.2356
Build 1.1.2356 Compatible with Clarion 6.0-6.3 and Clarion 7.x
|
10,189,568 |
ITUtilities_Install_1.1.2356.exe |
| 2009-04-20 |
Icetips Utilities 1.1.2352
Build 1.1.2352 Compatible with Clarion 6.0-6.3 and Clarion 7
|
8,526,192 |
ITUtilities_Install_1.1.2352.exe |
| 2009-04-15 |
Icetips Utilities 1.1.2351
Build 1.1.2351 Compatible with Clarion 6.0-6.3 and Clarion 7
|
7,245,608 |
ITUtilities_Install_1.1.2351.exe |
| 2008-09-02 |
Icetips Utilities Documentation (PDF)
PDF Documentation (189 pages) for version 1.1.2319
|
1,627,355 |
ITUtility.pdf |
| 2007-08-14 |
Page of Pages demo
This small demo, using the invoice.dct from the Clarion 6.3 examples, demonstrates basic use of the Page of Pages class in the Icetips Utilities. The zip includes app, dct, tps and other necessary files. It also includes a locally compiled exe.
|
742,438 |
PageOfPages.zip |
This page last modified on April 21, 2009
|
|
|
|