8/17/2025 9:26:50 PM
|
|
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.
|
|
|
|
Dialog won't show twice... why?
Posted: 27 Feb 09 9:17 AM
|
I’m having a problem with one of my dialogs. It launches from the TicketDetails screen and essentially it contains a grid which shows all tickets in the Account.Tickets list. It does some other stuff too, but that's all working, so no need to go into details.
I can get it to load once, but once you close the dialog it won’t reload. The second time (and any subsequent times) I try and load it, I get “Object Reference not set to an instance of an object”.
I've run it through Visual Studio, which throws the error at the OnFormBound event, particularly “dsTickets.Bind.();”. Although, tracing my way back through, it appears that BindingSource.Current has become null... 
As I said, dsTickets is built from accessing Account.Tickets for the current ticket, hence showing all the tickets related to the active Intervention. Is there some reason SLX would be unable to render this twice in a row? Or any reason it forgot BindingSource.Current?
Lastly, does anyone know a way I can trick it into working? |
|
|
|
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!
|
|
|
|
|
|
|
|