Hi to all,
My form is bound to a view which requires some parameters passed to it. Right now i do this using public variables in the form's load method like this:
Public vp_recnr, vp_Status
vp_recnr = "%"
vp_Status = "open"
Using public variables for this purpose is not the best solution, also because i want to use that view in other forms too. Replacing public with private or local does not work.
Has anyone an ideas how to solve this?
Any suggestions are appreciated.
Regards, Klaus
My form is bound to a view which requires some parameters passed to it. Right now i do this using public variables in the form's load method like this:
Public vp_recnr, vp_Status
vp_recnr = "%"
vp_Status = "open"
Using public variables for this purpose is not the best solution, also because i want to use that view in other forms too. Replacing public with private or local does not work.
Has anyone an ideas how to solve this?
Any suggestions are appreciated.
Regards, Klaus