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 agree with the fact that, given what DM already has, you can circumvent using a perform most of the time, but then I would also agree with John for it's development and inclusion into DM. For my own part, I would probably live without it, but if it was available then I would use it - who wouldn't? If the product is not developed then it will grow stagnant and become less used because other tools offer more - but then we know that
As for Summit, yes, I'll be there, but unlike the tourists I won't be wearing lime green stretch pants, weigh 400 lbs and be married to my cousin (private joke!)
John,
?????, keep taking the happy pills
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
As for Summit, yes, I'll be there, but unlike the tourists I won't be wearing lime green stretch pants, weigh 400 lbs
Hmm, just wondering, if the guy in green pants with a bit of overweight isn't you, then how will we recognize you? Any obvious marks to recognize you by?
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Originally posted by jgelona: You guys are making this too hard. Want to do a PERFORM? Just do a -INCLUDE.
Take the code you want to PERFORM, put it in its own fex and do a -INCLUDE.
You can even make the command conditional. Here's some pseudo code.
-SET &PERFORM=IF TEST IS TRUE THEN'-INCLUDE FEXNAME' ELSE '-*';
&PERFORM.EVAL
You can even take it one step further and have FEXNAME be conditional.
Only problem with that is that it's not executed in MRE--it looks for fex in app path. Anyone have a suggestion on conditional include that looks in MRE?
domainname must be the actual PHYSICAL name of the domain (rightclick on domain and click properties - it is in the href) not the "nice" name that appears in MRE.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
DM is fantastic, it elevates the language far above the basic FOCUS code.
in fact only a few weeks ago i was impressing our resident microsoft programmer with a report that called itself and changed as it did so, i think its was the fact you could have it all in one statement that did it...
i am not an old skool coder, have knowledge but no experience with procural languages and have more experience with OOP concepts yet i find the procedural aspect of DM intuitive and a good fit with the 'linear' style of WebFOCUS code
im interested in learning more about DM,
quote:
And a little caveat for Jodye. I know that DM will accept -IF &X=1 THEN GOTO ... but the correct syntax is -IF &X EQ 1 THEN GOTO ... Also a semi-colon should not appear after a label.
things like this i need to know, i tend to put = at certains stages of DM statements and generally always err on the side of caution by terminating all statements with a ; the other thing i always have to pause on is using functions on DM string values and getting the arguments right
in a nutshell, to me DM means i can agree to pretty much most requests for reports that can be customized by the end user without yet having thought of a solution- its flexibility elevates it far above something like basic SQL which (for me) would require something like Access VB to be able to offer the same output
Developer Studio 7.64 Win XP Output: mostly HTML, also Excel and PDF
"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
Posts: 285 | Location: UK | Registered: October 26, 2007