cancel
Showing results for 
Search instead for 
Did you mean: 

webElements addon

former_member602339
Discoverer
0 Kudos
227

Hi everyone,

We are using webElements functions in our Crystal reports and recently we upgraded our BOBJ version. Can anyone point me to where I can find/download webElements add-on for Crystal Reports 2016 SP09.

Thanks,

Sri

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member602339
Discoverer
0 Kudos

Hi Jamie,

Thank you for your reply. We would like to install the beta version however, the link you provided doesn't have any add-on exe file in it. Please correct me if I missed anything.

JWiseman
Active Contributor
0 Kudos

hi Sri, the install is done via the webElements428 report that is in the GitHub repo via the link above. Please see the instructions on the report about adding the Custom Functions to your repository. The webElements functions are just CR Custom Functions that are written with a blend of Crystal formula syntax, HTML, & JavaScript and are added to your BI repository.

As mentioned before, please install on a development / testing environment so that you do not overwrite the function set in your production repository.

If you haven't seen the main report in webElements before have a look at it (the 428 one) and you can get sample formulae for all of the functions. To make a new report you just need to add the repository version of webElements to your new report and then copy over the sample formulae that you're interested in from the main report.

In the GitHub repo there is also an older version of the User Guide which also has instructions and info that you might find helpful.

regards, -jamie

JWiseman
Active Contributor
0 Kudos

hi Sri, I'm just checking in to see if you're having any issues with that 428 beta version of webelements.

As mentioned before the only function that I saw real issues with is the WEViewer control. This control is probably no longer relevant anyways, as there is the ability to control the report viewer with OpenDocument using the UI Customization parameters. Plus there are certain things removed from the Crystal Reports JS SDK, so a couple of things in the WEViewer control can no longer be used anyways. Most of the other webelements controls should be OK. I did a bunch of formatting adjustments with them and that work is already in the beta.

If you didn't see those parameters for OpenDocument before have a look at "sAllUIElements" as you can use this to hide the left side panel as well as the toolbar like you see in the parent report in the picture below. In order to get this view I created a new URL in InfoView like this

http://localhost:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sType=rpt&sDocName=webElementsAdHoc&...

Instead of opening up the parent report directly the end users access the URL. The report that you see in the embedded frame is inside the WEIFrame control which I believe you're already using. This is probably the best way to use webelements by having a main report that contains only the controls like the ones you see on the left side here and then have an iframe for your regular report.

As mentioned, please let me know if you see any issues. I will be updating the functions in the near future as well.

regards,

Jamie

0 Kudos

See this post:

https://answers.sap.com/questions/13484734/reports-broke-after-upgrading.html

jamie.wiseman wrote it and still maintains it.

JWiseman
Active Contributor
0 Kudos

hello Sri, Don, & Dell, It has indeed been a while since these were updated. I was working on an update earlier this year, using CR 2016, but didn't have time to finalize it / fully test it.

Sri, if you want to try a beta of the webElements function library on a development / test environment then you can get it here. Use the webelements_428... version as the master. Note that there were significant changes to the DHTML CR viewer and with the CR JavaScript SDK which the functions hang off of. This will affect the weToolbar or the weViewer functions.

There are a couple of functions added for a range slider as well as a better reset function. Have a look at the "test reset" report in the github repo for that one. There were a lot of formatting changes that were done as well and a couple of (rarely used) functions were deleted as they no longer worked in modern browser versions. The User Guide has not been updated yet so please the old one that was in your old download.

Please let me know of any issues that you find or if you have any questions.

regards, Jamie

DellSC
Active Contributor
0 Kudos

It looks like webElements is no longer supported. A quick Google search found a couple of pages that are over 10 years old and only reference up to Crystal 2011. None of the download links for webElements on these pages work.

don.williams, do you have any additional info on this?

-Dell