Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Thursday, June 19, 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!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Contact:Notes-History Script Error
Paper Tiger
Posts: 2
 
Contact:Notes-History Script ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Jun 07 7:07 AM
Few of the users are getting the following error when they navigate into the contacts screen.

"An error occured executing active from Script (Contact: Notes-History)
Error in include Script (System:Notes History Common): Failed to parse SQL at line 495, char 5."

When I checked the script there is nothing wrong in the code.

We are using SLx 6.2.6

Any suggestions on this would be great.

Thanks
P.T
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: Contact:Notes-History Script ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Jun 07 7:23 AM
The IS a bug...

at 6.2.6 the version of NH is 6.25 (per manage plugins)
at 7.0 there was a bug fix introduced:

Was: grdHistory.Selection.Add(grdHistory.GetCurrentField)

Now: If grdHistory.Recordset.RecordCount <> 0 then
grdHistory.Selection.Add(grdHistory.GetCurrentField)
End If


Good reason to read the documentation/release notes, etc...
--
rjl
[Reply][Quote]
Paper Tiger
Posts: 2
 
Re: Contact:Notes-History Script ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Jun 07 7:27 AM
Thanks Bob for the super fast reply
[Reply][Quote]
CGK
Posts: 34
 
Re: Contact:Notes-History Script ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Jun 07 3:48 AM
hi ,

even we are facing the same error.

is that solution mentioned above worked?

if not please help me with an alternative solution.

like why this error occurs frequently.

thank you
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: Contact:Notes-History Script ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 Jun 07 8:23 AM
The solution I posted was for a specific bug in versions prior to v7.x

SalesLogxi fixed that parttcular bug in v7.0 and that was my post so that folks running v6.2.6 could fix theirs.

It's not MY fix.. It's one from SalesLogix.
--
rjl
[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): 6/19/2025 2:36:23 AM