View Single Post
 
Old 02-11-2006, 06:26 AM
jvieille jvieille is offline
Novice
 
Join Date: Feb 2006
Posts: 2
jvieille
Default

I tried the following, which doen't work :

Included just bello the <head> tag :

<script language="JavaScript">
<!--
var CurrentDate = new Date();
// -->
</script>


the query generated in FP webbot is :

fp_sQry="SELECT * FROM ""Planning"" WHERE (Date IS NOT NULL AND Date < '::CurrentDate::') ORDER BY Date ASC"
Reply With Quote