equi
equi
About
- Username
- equi
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Like I said, concerning WebReports, I'm a beginner myself. Could you attach your report? You can delete the connectionstring value when you edit your report with a text editor. I'm interested in how you bind your parameter to the query. For whateve…
-
Do you see any data of the report at all (labels)? I'm testing with a different scenario (I don't set it to a reportfile but I get the prepared report data from a database). Did you try to set the property ReportDone to true in the StartReportHandl…
-
You are using integer division. So even if you are assigning the result to a datatype for a decimal value, it will be an integer. Try casting one of the values to a double or decimal and you will get the expected result.
-
I'm starting with Webreports as well, so I'm interested in other peoples experiences. Have you tried the steps proposed in this thread: http://www.fast-report.com/en/forum/?p=/discussion/7733 It quotes from the documentation: "To pass a va…
-
I assume you already found it yourself, but in my version, below the Connections and system variables, there is a menu Sum (above parameters and functions). Right click to add a new value. You can choose the query and the field for the sum.
-
I have never tried stored procedures in FastReport, only normal queries. But have you tried the following: In the definitions for the parameter you wrote this: Name = uID, DataType = Int, DefaultValue = 0 (in stored procedure, when userID = 0 …