Hi,
Im still in the process of testing the powerbuilder app I recently migrated to web platform. I have this data window report that accepts 5 retrieval argument as specified with the Stored Procedure, but when i try the same report in the web platform it prompts Expecting 7 arguments but got 5. Im passing the arguments using structure
I've tried the same report on the desktop version and the report goes well.
So my question is, is there a way to trap what variable is not supplied with value? Does the web conversion alters the way of retrieval?
Thanks!