Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, April 16, 2024 
 
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!
 Reporting & Notification Forums - Reporting
Forum to discuss reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to Reporting | New ThreadView:  Search:  
 Author  Thread: SLX Report Manager View error
vaughn poulson
Posts: 1
 
SLX Report Manager View errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Oct 10 9:19 AM

I'm having a very weird error.


On the form SLX Report Manager View v.752 i get the following error:


"an error occured executing active form script (Systme:SLX Report Manager View).


Error call method AXFormOpen


Variable is undefined: 'mConditionBuilderController'


at line 56, char 5


 


I have not changed any thing on this form.  The only changes i have made is that on a completly different form i'm using the GlobalReportController with the following code:


    GlobalReportController.Init
    Set oCR = GlobalReportController.CrystalReport
    oCR.Family = "Opportunity"
    oCR.Name = "View Opp Proposal"
    oCR.PluginID = ""
    oCR.Reload

    Set oCond = New SLXReportCondition
    oCond.Table = "viewOppProposal"
    oCond.Field = "OPPORTUNITYID"
    oCond.Value = Form.tbOppId.Text

    Set oConds = oCR.ReportConditions()
    oConds.Add oCond

    oCR.ReportConditions = oConds

    On Error Resume Next
    GlobalReportController.ExportReportTo "PDF", attachPath


 


This code works great and exports the report perfectly, but i can't figure out how this will cause the problems on the SLX Report Manager View form. 


If anyone can explain this to me and tell me how to fix it, that would be a huge help.

[Reply][Quote]
Derek
Posts: 115
 
Re: SLX Report Manager View errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Mar 11 4:37 AM
fiogf49gjkf0d

Hi Vaughn,


did you get anywhere with this?

[Reply][Quote]
Vaughn Poulson
Posts: 32
 
Re: SLX Report Manager View errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 May 14 2:53 PM

No

[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: SLX Report Manager View errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 May 14 3:18 PM
There is no need to muck about this way (it needs to be done very specifically - and this isn't it) - there's a quick reports bundle you can apply that does the heavy work - let me know if either need it.
[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 © 2024 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): 4/16/2024 12:05:23 AM