Get RAD Form IDs
3112_100822_7.png
You need to be able to track which form IDs you have used in your projects so that you do not duplicate them.

This application will gather all of your formIDs and presents them to you in a listing.

Source code is provided if you wish to modify the application

Download GETFormIDs.zip and expand to find the following files.

FormIDs.mdb - this is a database that I load all of the form information in to so I can easily sort it.  I create the DSNs  to the database in code so you have to place this in the FCAS\FCRAD\Data folder.  If you do not have a Data folder in FCRAD, create one.  Alternatively, you can change the WhereFormsData constant in the declaration routine before running the application

GetFormIDs.mdb - this is the source code so store it in your FCAS\FCRAD\Source folder and you will be able to run this and compile it on your system.

FormIDs.rez - this is the form that displays the data.  FormID for this application is 8099

How it works
The application looks into your Source folder for all source files and then opens each one and extracts the Form IDs and names for each of the applications.  It then stores this data in the FormIDs database.
Once this is done, it displays the information in the application and sorts on Application name.
You can click on any column heading to sort by that column.
Once the sorting has completed, you can click on the Save button to extract a tab delimited text file containing that information
2112008_81822_0.png
If you make any changes or improvements, please share.