PDA

View Full Version : Very basic problem



Francisco
1-Oct-2010, 02:59 AM
Hello,

Yes, it's a very basic problem (VDF15.1 and VRW2010)

I'm trying to send a filter function to a basic report (with only one field : start.article)


Set psFilterFunction to "return ({start.article}=30080)"

and i have a error 98 : "invalid message : Set_psfilterfunction"

i don't understand because this code work fine in the VRW editor.

(i have the same error with a basic function "set psfilterfunction to "Dim X" )

Thx

Francisco
1-Oct-2010, 03:43 AM
tsss ... i forgot to include the pkg files ......

it will be a long long friday :D

Michael Mullan
1-Oct-2010, 07:00 AM
Package files? What Package Files? :D

The Status 98 is a VDF error, and it means you are not sending the message tot he report object, but to some other objext whcih does not understand "set psFilterFunction"