Taking parameters from dialog form?
I am trying to get a date from a dialog form.
I have an edit on a Dialog form, named DateFom
In the parameter-value property I type something like:
StrToDate([DateFrom.Text]) ,
and i put the parameter type into 'date'.
Now I get the error Query_Blurk: Could not convert variant of type (Array Variant) into type (OleStr)
What am I doing wrong?
ps this all used to work fine with version 2/3 ?????
I have an edit on a Dialog form, named DateFom
In the parameter-value property I type something like:
StrToDate([DateFrom.Text]) ,
and i put the parameter type into 'date'.
Now I get the error Query_Blurk: Could not convert variant of type (Array Variant) into type (OleStr)
What am I doing wrong?
ps this all used to work fine with version 2/3 ?????
Comments
That's all fine, but how do i get these parameters to work?