How to find and replace a string in 100 forms(FMB) at a time ?
- we have around 100 FMB's
- lets say each FMB has a code inside with a keyword "CHAR"
- we wanted to replace it with VARCHAR2
- now instead of opening each and every FMB and searching for the string CHAR and replacing it, which is a tedious job
Is there a tool or utility(even a commercial product) which will do the job for me, where it searches all the
FMB's and searches for a string CHAR and replaces it with VARCHAR2.