As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I'm having trouble opening up Maintain forms in a 5.3.6 MDE. They were originally developed on a 5.3.3 Dev Studio, but 5.3.6 was the closest I could find.
I recieved a set of maintain files (.mas, .mnt, .wfm, .fcm, etc.) and need to modify and extend the code and forms. I setup a new project, copied the files into the new ibi/apps/xxx directory, and added the files to the project. The application runs locally, and I can open the maintain code.
But the problem is that when I attempt to open a form, or display it's object tree, I get a dialog box saying:
" There is a reference to winform "formname" in the "Mntname". Would you like to create a new winform "formname". Press "No" to go to the reference"
If I click "No" MDE crashes !
I have looked at the formname.wfm file in notepad and it looks OK compared to another form that I created. I can open and edit the form I created in this project, but not the ones that came from outside.
Anyone have a clue as to what is wrong or how I can fix it ?
TIA, Dave Ayers
Dev Studio 5.3.6 Report Server 5.3.6 OS Win 2000 Server
Posts: 165 | Location: Detroit Metro | Registered: September 17, 2003
The MNT file that you are trying to open in the MDE is a file that has already been deployed. When you are developing a Maintain application, the MNT file contains both the MAINTAIN code and the Winforms. The Winforms are stored as XML after the END statement. When an MNT file is deployed, the XML is striped out and create the Winforms file. The issue is, you cannot bring that deployed MNT file back into the MDE to edit the forms. You need to have the originally developed MNT file in order to edit the forms.
Hope this helps.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
I ran into another problem with the second set of Maintain files.
After the original problem of not being able to open the Forms Editor, with maintain files that were source, rather then deployed, I could open Forms, make changes, and save them, but when I complied and ran them, none of my form changes showed up ! Very frustrating...
After much grief I discovered that there was one set of .mnt and .wfm file but without a .fcm. After I removed it from the project I was able to compile and run and see the form changes - back to normal !
The compile step ran a lot longer, because it was actully compiling for a change
The problematic maintain file was named 'MasterForm' - two WebFocus keywords in the filename !!
"Danger, danger Will Robinson" A word to the wise - look out for Focus and Maintain keywords in your maintain file names.