Hi,
The created time is not stored in OCRD table. Hence it is not possible to get created time.
Try this query without creation time:
SELECT T0.CardCode,T0.CardName, T0.CreateDate as 'Created Date',T1.U_name as 'Created user Name' from OCRD T0
INNER JOIN OUSR T1 on T0.UserSign=T1.INTERNAL_K where T0.[CardType] = [%0]
Thanks & Regards,
Nagarajan