d_kooker
d_kooker
About
- Username
- d_kooker
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Looks like they attempted to fix in fr3.04. Now I get an access violation on the second subdetail record.
-
as a workaround, you can create an onbeforeprint prodedure for the detail band that does the following (set subdetail dataset to inactive, set the params individually to values, and reactivate). Note that you also need to set the master property of …
-
I spoke too soon - It works great for master/detail, but when I do master/detail/subdetail I get an "operation can not be performed on a closed dataset" when it goes to the second master record.
-
Thank you so much for your help. It worked like a charm. I've been stuck trying to get this to function for weeks.
-
I seem to be talking to myself here- No one has offered any help..., but I've figured out the following workaround, I've placed the following code in the Masteronbeforeprint procedure. Strangly it mostly works without the active/inactive but sometim…
-
I did some followup checking and I have the same problem with bde queries too. Is it still possible to do master/detail reports within FASTREPORT as was in version 2 where the queries are defined in the form rather then using datasets defined in del…
-
That seemed to work, I can connect to the db now. Saving in fr3, still drops the sql text
-
I think you are missing the point. The original master/detail report that is generated does NOT return details for D and E. When it encounters a master record which contains no detail, all subsequent details are not working. When I alter the query t…