Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, August 16, 2025 
 
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!
 Web Forums - SalesLogix Web Platform & Application Architect
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.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Numeric field not working if changing record (7.2.2)
Alberto Chiesa
Posts: 49
 
Numeric field not working if changing record (7.2.2)
Posted: 06 Nov 08 9:46 AM
I don't know if this is a known issue or not, but:

1 - create a new int property for contact (e.g.: age).
2 - add it to a detail view
3 - set it for contact 1, leave it blank for contact 2.
4 - Now use the arrow buttons in the toolbar to navigate from contact 1 to 2.

The age value for contact 1 is incorrectly displayed for contact 2!

I suppose this is because there is a check in Sage.SalesLogix.Web.Controls.NumericControl.Text for value != null.

So, if the control has to be reset to empty, it simply refuses the new value.

You can manually fix it setting the FormattedText property:

txtAge.FormattedText = "";

I hope this can help someone else...

Edit: I would like to add that the numeric control seems buggy at least: I tried to have it trigger an onchange event without success. I had to use a button, instead. Anyone can confirm this? Or am I doing something wrong?
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Numeric field not working if changing record (7.2.2)
Posted: 06 Nov 08 9:57 AM
The numeric control is just a textbox, and ive never had a problem firing change events from it. I have however had issues with flicking between records and certain form items retaining there values from the previous record. I didnt explore it very far, but when I did do a couple of tests I found sometimes not even the quickformload fired when paging between records. And the paging doesnt always work properly, sometimes it takes you back to the same record yet the counter on the pager goes up. All in all a pretty dodgy - and linked to the even dodgier groups area....I hope this got updated in 7.5
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Numeric field not working if changing record (7.2.2)
Posted: 06 Nov 08 10:06 AM
Quote:
Originally posted by Nick Hollis

The numeric control is just a textbox, and ive never had a problem firing change events from it. I have however had issues with flicking between records and certain form items retaining there values from the previous record. I didnt explore it very far, but when I did do a couple of tests I found sometimes not even the quickformload fired when paging between records. And the paging doesnt always work properly, sometimes it takes you back to the same record yet the counter on the pager goes up. All in all a pretty dodgy - and linked to the even dodgier groups area....I hope this got updated in 7.5



UDATED - Ignore my comment about numeric control, this must have changed in SP2...I havent worked with it in SP2.
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 8/16/2025 4:14:56 AM