Subject Fast Help with IB_DATE and PARAMNAME
Author radevojvodic
Hi,

I have a
IB_StoredProc,
IB_Datasource.Dataset = IB_StoredProc.
IB_Date1.PARAMNAME = STARTDATE,
IB_Date2.PARAMNAME = ENDDATE

If I assign IB_Date1(2).Datasource = IB_Datasource then I cant pick
date from a calendar. I still can enter date and call
IB_StoredProc.Updatedata to retreive param values before execute.

If I don't assign datasouce to IB_Date components then Updatedata
does not assign param values to storedproc but i can pick date from
calendar.

What is the right way to setup properties to be able to pick dates
AND to assign parameter values to stored procedure.