12-16-2012 07:47 AM
I have run into an issue where number formatting in text fields apparently have changed in the released version of 8.0. I don't remember seeing seeing this in RC's. As an example I have a column formatted as %.3n and the value should be 1.03333 but it is now displaying as 1.
I have the format type as ftFixed.
Am I missing something and does anyone else see the same thing....
Ray
12-16-2012 08:20 AM - edited 12-16-2012 09:22 AM
Humm.. sounds like this may be related to the changes made for Unicode in the Windows/LAN client.
Have you also noticed the "3d" property also appears to be "broken" on all the "new" controls as well? - Will Start a new thread on this as well.
12-16-2012 09:15 AM
01-02-2013 10:50 AM
01-02-2013 11:16 AM
01-03-2013 02:33 PM - edited 01-03-2013 03:46 PM
Mike,
Thank you for your help on this one. The fix is available via the SalesLogix Partner FTP site under SalesLogix 8.0 GOLD\UPDATES for business partner only access. Just download the SLXControls.zip. If you are not a SalesLogix Business Partner or do not have access to the site, please contact your partner or SalesLogix Support. Please note that this fix will be included in an update fix for SalesLogix v8.0.0 LAN and once that update is ready for release to market that it will be posted in the usual location for updates.
Instructions for applying:
1. Close the SalesLogix Client on the machine where the update is being applied
2. Copy the SLXControls.ocx from ..\Program Files\SalesLogix to a temp directory
3. Paste in the hot fix version of SLXControls.ocx to ..\Program Files\SalesLogix
4. You should not have to register the control but just in case, here is how to do that...
Register SLXControls.ocx with REGSVR32 from Windows CMD Command Line or the run command
32 bit example: regsvr32 "C:\Program Files\SalesLogix\SLXCONTROLS.OCX"
64 bit example: regsvr32 "C:\Program Files (x86)\SalesLogix\SLXCONTROLS.OCX"
01-03-2013 04:54 PM
01-22-2013 04:00 PM
Can you look into the issue of the #1 key on the 10-key clearing out all the contents of the memo box? I have applied your SLXControls.OCX patch and it does not fix this problem. This is on SalesLogix v8.0 LAN. No matter how much you type, if you click the 1 key on the 10 key pad it replaces the entire contents of hte membox with the number 1.
01-22-2013 11:54 PM
01-23-2013 07:18 AM