9/13/2025 10:28:46 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 reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
|
|
|
| |
| |
|
Re: Button on Contact Detail to run a history report
Posted: 19 Mar 08 8:22 PM
|
Mike, i did create the report. The report seems to work fine when I hard code to contactid, but when I try to use Application.BasicFunctions.ReportAddCondition to pass the id , it does not seem to work.
Does Application.BasicFunctions.ReportAddCondition in v7.0.1.
Thanks Khevna |
|
|
|
Re: Button on Contact Detail to run a history report
Posted: 20 Mar 08 2:10 PM
|
I do not know about this addcondition from the app object level. Try this and this has to work.(both of this i guess is doing the same thing) With objReport .DiscardSavedData
objReport.RecordSelectionFormula = " {CONTACT.CONTACTID} = '" & lueContact.Lookupid & "'" & _ " AND {INF_ACCT_CONTACT_ASSOC.ACCOUNT_ASSOCIATION} = 'Employer' " End With
|
|
|
| |
|
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!
|
|
|
|
|
|
|
|