need help [message #157486] |
Thu, 02 February 2006 14:31 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
royamarnath
Messages: 21 Registered: November 2005
|
Junior Member |
|
|
hi
i am a member of this group. whenever i have any problem regarding oracle i have raised question in this group and i have got the answer. i am really thankfull to this group.
i have one problem now. i have two versions of forms. suppose two developer forms developed in different day. and i need to compare the two forms. i need one report which gives me the details comparison of these two forms. only thing i needed the difference[not the whole part of form] of the two form. In the Oracle developer i have found one thing i.e Object list report. but that gives the whole details of these two forms. but i need only difference of those two. I want to make one program for this thing. for that reason i need help from the group members.
i hope i have made u understand about my problem.
thanking you very much in advance
...
amarnath
|
|
|
Re: need help [message #157686 is a reply to message #157486] |
Fri, 03 February 2006 19:23 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
M0nst3r
Messages: 38 Registered: February 2006 Location: Wherever the Money Is
|
Member |
|
|
There are a lot of source control products that may help you. Many come with code comparison features as well.
|
|
|
Re: need help [message #157722 is a reply to message #157486] |
Sat, 04 February 2006 12:38 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
royamarnath
Messages: 21 Registered: November 2005
|
Junior Member |
|
|
please tell me any one of the control. i want to make coding and make a program for this. is it possible? or i have to depend for third party tool for that?
please let us know in advance..
amarnath
|
|
|
Re: need help [message #157724 is a reply to message #157486] |
Sat, 04 February 2006 15:02 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
M0nst3r
Messages: 38 Registered: February 2006 Location: Wherever the Money Is
|
Member |
|
|
Source control software is primarily used to store old code versions of software and allow a team of developers to collaborate without introducing inconsistencies in a project's code.
For a list of source control software on the market, see http://en.wikipedia.org/wiki/List_of_revision_control_software.
I'm not aware of any software available that will compare two .FMB files.
You might want to try converting the .FMB files into text files. Then, use MSWord's Compare and Merge Documents feature to find the differences.
|
|
|
Re: need help [message #157746 is a reply to message #157724] |
Sun, 05 February 2006 04:09 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/43055.jpg) |
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
Don't forget that Forms uses Object IDs internally and they would rarely be the same in two Forms, so the conversion of FMB to FMT might lead to a lot of 'false positives'.
MHE
[Updated on: Sun, 05 February 2006 04:09] Report message to a moderator
|
|
|
|