A
Anton Hoetelmans
I've created a report based on a crosstab query, in which I, depending on
parameters on a startup form, want to display a specific selection of data.
Cross tab queries only kan be made conditional by making it a
parameterquery, but then you get a pop-up window asking for parameter
nvalues.
I found out that it should be possible to pass the paramaters from code, by
using the Inputparameters property of the report, but I can't get it to
work.
I've placed the cross-tab query in the record source property and added to
the On Open event the line "Me.InputParameters = "pKlant double = X"".
But if i run the report, I get the runtime error "2455:
You entered an expression that has an invalid reference to the property
inputparaneters"
Can anybody help me with this?
thanks in advance,
Anton
Nu schijn je met de inputparameters property van het report hier vooraf
invulling aan te knnen geven, maar ik krijg dat niet voor elkaar.
Ik heb dus de cross-tab query als record source gedefinieerd en heb in het
On Open event de regel "Me.InputParameters = "pKlant double = X"" opgenomen,
echter als ik dan het report opstart, dan krijg ik de runtime error "2455:
You entered an expression that has an invalid reference to the property
inputparaneters"
Wie kan met tips of een voorbeeld geven hoe dit werkend te krijgen?
Alvast bedankt,
parameters on a startup form, want to display a specific selection of data.
Cross tab queries only kan be made conditional by making it a
parameterquery, but then you get a pop-up window asking for parameter
nvalues.
I found out that it should be possible to pass the paramaters from code, by
using the Inputparameters property of the report, but I can't get it to
work.
I've placed the cross-tab query in the record source property and added to
the On Open event the line "Me.InputParameters = "pKlant double = X"".
But if i run the report, I get the runtime error "2455:
You entered an expression that has an invalid reference to the property
inputparaneters"
Can anybody help me with this?
thanks in advance,
Anton
Nu schijn je met de inputparameters property van het report hier vooraf
invulling aan te knnen geven, maar ik krijg dat niet voor elkaar.
Ik heb dus de cross-tab query als record source gedefinieerd en heb in het
On Open event de regel "Me.InputParameters = "pKlant double = X"" opgenomen,
echter als ik dan het report opstart, dan krijg ik de runtime error "2455:
You entered an expression that has an invalid reference to the property
inputparaneters"
Wie kan met tips of een voorbeeld geven hoe dit werkend te krijgen?
Alvast bedankt,