Search a string in Oracle Forms 10g [message #273097] |
Tue, 09 October 2007 01:47 |
ashamg2k
Messages: 18 Registered: October 2007
|
Junior Member |
|
|
Hi All,
I need to search a String (table name)in a .fmb file, can anyone please tell me how to search?
I tried to convert the .fmb file to .fmt in Forms using
File->Convert but this resulted in 'ROS ERROR: -500'
I tried to search using the Find/Replace PL/SQL provided in forms this resulted in 0 matches, but when i search the string using grep command it shows 'Binary file matches'
I even tried to rename the .fmb file to .fmt file, then i opened this in Edit Plus(which was not fully human readable) and searched the string, luckily i could see the table name with the query.
But even now i am not able to find where the query is present exactly in .fmb.
Please can anyone tell me the method to find a query written in Forms?
Thanks a lot in advance.
Asha
|
|
|
|
|
Re: Search a string in Oracle Forms 10g [message #273142 is a reply to message #273118] |
Tue, 09 October 2007 03:33 |
ashamg2k
Messages: 18 Registered: October 2007
|
Junior Member |
|
|
The problem is i need to replace the table name with a different table in Forms, and the grep command does show that it is present but not the place where it is present.
Isnt there any tool or command or method to search in an fmb?
|
|
|
|