One of our D2K application is in the convertion stage.
This application has several forms is there any shorcut to identify
is there any shortcut to identify
if any forms whose Block-name or Item-names start with 'CG$'
I guess CG$ indicates blocks generated by designer 2000 .
I am not sure if there is Forms Migration Assistant for Developer 2000. If there is then you can add custom warning messages in the assistant configuration files in $ORACLE_HOME/forms90/search_replace.properties.
Add something like:
WarnOnlyBuiltIn.WarnOnly2=CG$|CG$
Then simply look the migration logfile (using GREP for example) for Warnings to locate your Forms with CG$ calls.
Bookmarks