Focal Point
urgent, can i call window events from fex file

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1381009291

October 25, 2006, 06:35 AM
Balaji Gavini
urgent, can i call window events from fex file
hi,
I want to call window.open event from the fex file.Is it possible.
My aim is if the user clicks on the link in the report, based on certain condition i should give him the message like alert or popup.Please tell me how to go through this.Is there any other way.

Thanks,
Balaji Gavini
October 25, 2006, 07:41 AM
Tony A
Balaji,

If your output format is HTML then yes you can. Just embed Javascript to issue an "alert" on the required event.

Check out this artile by Dan Grady on adding Javascript functions to your output.

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 
November 01, 2006, 04:01 PM
Kerry
Hi Balaji Gavini,

Has this issue been resolved on your site? Did Tony's suggestion and the article help you? Many thanks to Tony. Wink

If this is an urgent issue that requires immediate attention, please contact Information Builders’ Customer Support Services for assistance. The phone number is 1-800-736-6130, or you may access the online system InfoResponse at http://techsupport.ibi.com. Here is a list of information to be ready when you call: http://techsupport.ibi.com/before_you_call.jsp. At the time of contact, please clearly state that this is a severe condition which needs immediate attention.

Cheers, Smiler

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
November 02, 2006, 10:34 AM
Bernie Ott
Yeah... something like:

 
TYPE=DATA,
     COLUMN=N2,
    
JAVASCRIPT=window.parent.JAVASCRIPT_FUNCTION(PARM),
$