7/6/2025 6:28:52 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
New to development. Have a simple request opening a popup via sage.platform and not using javascript
Posted: 22 May 09 9:21 AM
|
Hi all, I am still new to developing for the web version of SalesLogix (7.5.1). I am having an issue with a popup. I have checked the forum via the searchbox but haven't found anything that helps. Currently the code that seems to work for most is using the this.DialogService.ShowDialog(); I am developing in vb and well the best I could get was this:
'Dim a As Sage.Platform.WebPortal.Services.IWebDialogService 'a.ShowMessage("test")
I noticed under the services there was an interface for IWebDialogService as well as just WebDialogService. I understand this is a fairly simple request and am hoping for a direction to go. The error I receive using the above code is the generic object reference error. My scenario is that I need to create a help button that brings up a window similiar to the ShowMessage action. I am going to query the db and return a string with html tags i.e. <.br>, <.font>, etc. along with some text. Any and all help is much appreciated! Thanks. Ali |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|