brianhelfrich
brianhelfrich
About
- Username
- brianhelfrich
- Joined
- Visits
- 1
- Last Active
- Roles
- Members
Comments
-
Created parameter to receive the variable from the application and add to sql where clause. SELECT cust_code.... from "cust" C where cust_code = @custParam then entered the following which now does what i need. namespace FastReport { pu…
-
Could anyone share example code demonstrating the correct syntax to declare and call a variable from data source A in my sql query filter on data source B?
-
I am a Fast-Report novice, but I'm not sure if that will give me the dynamic functionality I need. The report has several data sources out-of-the-box, but not quite enough functionality for what we need. The following refers to the linked screenshot…
-
After removing the nonsense, and adjusting from BeforePrint to AfterData, here's what I have. This gives me what I need, however I added the entire table as the data source so I need to filter the data available for the report in the most streamline…