| GKK Project Manager |
|---|
| URL: | GKKProjectManager.zip | | Downloads: | 1364 | | Summary: | Replacement Project Manager with support for multiple users and user interface enhancements. Integration with the other released GKK Tools that include the GKK Comparison Tool (forms, classes, tables, procedures, databases), GKK Form Editor, GKK Menu Editor, and GKK Procedure Editor.
GKK Project Manager is a dockable form for user placement on the screen. Streamlined interface to minimize its footprint on the VFP desktop. | | Rating: | Rate this entry | | Created by: | Greg Green  Independent Developer Evans, Georgia |
|
The GKK Project Manager provides more functionality than the standard project manager:
1. Rename of project objects (forms, classes, etc.) 2. Easier navigation to project functions (rename, set of main, etc.) 3. Highlight capability of individual project objects (color code) 4. Multiple users can simultaneously open the project file for group work 5. Project and Global search tools (similar to code reference tool but much faster) 6. Release notes editor (saved with project) 7. Enhanced information in the lower panel of the project manager for a selected project object 8. Tables can be expanded to show columns and indexes 9. Integration with the GKK Editors (double-click will launch editor of user choice; either GKK or standard VFP editor) 10. Enhanced form for compilation of application 11. Printing of project object lists
Functions under development:
1. Project file object move (move tables, dbc, forms, etc. to new directory location) 2. Version control 3. Print functions 4. Where-used of project objects 5. Project object copy 6. Missing file search (scan forms, classes and procedures for file references not in project file)
The GKK Project Manager defines its own project file structure but will open a standard project and create from it a new GKK project file. The standard project file is only used for compiling the application and no changes to it are made except during project compile (new files are added or existing files are removed if no longer in project).
This tool is still in testing and development. More entries from this member - Comparison Tool for DBC, DBF, VCX, SCX and PRG June 12, 2006
A code comparison tool for determining differences between visual classes (VCX), forms (SCX), and programs (PRG). Uses industry standard algorithim to determine the code differences. Code differences are color highlighted, in a side-by-side view. Property differences are included for VCX and SCX.
Also supports comparing database and table structures. - Conversion Functions Twips to Pixels/Pixels to Twi October 1, 2003
Two user defined functions (UDF) for converting Twips to Pixels and Pixels to Twips. Based on Microsoft Knowledge Base Articles 94927, 210590. Uses the Windows API to provide for the conversion factor. - FoxPro Text Search Utility June 18, 2003
This is yet another FoxPro text search and replace utility across files. Searches can be performed by directories or by project. Search criteria includes whole word, phrase, OR, and AND choices. Ability to edit the file object (form, class, etc.) from the search results is provided by launching the appropriate MODIFY command. - GKK SelectFile -- Replacement form for GETFILE() August 11, 2005
This is a form for replacing the functionality of the GETFILE() function in VFP. This form was originally developed in VFP 7; works in VFP 8 & 9 and possibly 6. Two ocx controls are used in this form (MS ImageCombo and BBListView). - Outlook Bar Visual Class April 18, 2005
A Visual Class that implements an Outlook bar type control. Written completely in Visual FoxPro (no ActiveX used). The visual class is developed for Visual FoxPro Version 9; however, it can be adapted to work with earlier versions. - Replacement Editor for the Internal VFP Form Edito July 28, 2006
This is a custom application (.app) compiled application for replacing the internal vfp editor for forms. Features include syntax highlighting, tooltips, code completion, member lists, column highlighting, line numbering, change control indicators, bookmarking, and more.
Can only be used in VFP 9 (earlier versions not supported). - Replacement Editor for the internal VFP PRG editor June 12, 2006
This is a custom application (.app) compiled application for replacing the internal vfp editor for procedures. Features include syntax highlighting, tooltips, code completion, member lists, column highlighting, line numbering, change control indicators, bookmarking, and more.
Can only be used in VFP 9 (earlier versions not supported). - Replacement Menu Editor for the VFP Editor June 13, 2006
This is a custom compiled application (.app) for replacing the internal vfp editor for menus. Features include treeview display of menu structure; full access to all menu functionality; copy, paste, cut menu nodes/branches; code color highlighting in procedures; and more. Support for all types of menus.
Can only be used in VFP 9 (earlier versions not supported). - Report to Word Table Custom Class January 24, 2001
I have developed a custom class for exporting a standard report (FRX) to Microsoft Word 97 or higher. Included is an example of using the class. The exported text is placed into a table format in Word. - TabFrame -- A visual class for implementing a MDI May 15, 2005
TabFrameClass is a VFP 9 Visual Class for implementing a MDI tab interface. Interface provides for scrolling the tabs in view, closing tabs, and selecting tabs directly or by a drop-down menu. Currently only an interface with the tabs across the bottom are defined (this class could be extended to support tabs on the side). Example form for showing functionality included.
|