Sorry
Customisation Entry form = Configurator Entry Form
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Stephen Edginton
Sent: 03 November 2010 13:59
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Product Configurator - Message box question/help
It works in 6.1 because the Client is a progress Client.
In 8 and above your 4GL / ABL code is being executed on an Appserver, so MESSAGE just results in entries written out to the appserver log.
Hence until Epicor provide the functionality, one way to achieve this would be to create a customisation of the Customisation Entry form, that listens for your trigger to display a message.
You would create a hidden input box say OUTPUTMSG, then set its value from an onleave.
The customisation would then monitor when this value changed and display the contents, then clear it.
Regards,
Stephen
[Non-text portions of this message have been removed]
Customisation Entry form = Configurator Entry Form
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Stephen Edginton
Sent: 03 November 2010 13:59
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Product Configurator - Message box question/help
It works in 6.1 because the Client is a progress Client.
In 8 and above your 4GL / ABL code is being executed on an Appserver, so MESSAGE just results in entries written out to the appserver log.
Hence until Epicor provide the functionality, one way to achieve this would be to create a customisation of the Customisation Entry form, that listens for your trigger to display a message.
You would create a hidden input box say OUTPUTMSG, then set its value from an onleave.
The customisation would then monitor when this value changed and display the contents, then clear it.
Regards,
Stephen
[Non-text portions of this message have been removed]