DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Link date to a form

  1. #1
    Join Date
    Jan 2000
    Posts
    387

    Link date to a form

    Hi

    I have the following link for a date column to a form... but the date doesn't seem to be able to pass the paramter over while the rest has got no problem! Whats wrong? Thanks!

    A HREF="PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=45346346&p_arg_names=id'||chr(38)||'p_arg_values='||id||'&p_arg_names=to_date(datetime)'||chr(38)||'p_arg_values='||datetime||'")

  2. #2
    Join Date
    Feb 2004
    Posts
    77
    You are trying to create a character string with a date in it.

    Try changing to_date call to to_char(datetime, format). because in the end the link will be one character string.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width