DateCompare

2001-04-18 Thread MJS @ Four Eyes

Hi,

I am trying to implement a script that will do one function between 9am and 2pm and 
another between 2pm and 9am.

My code is as follows.  Can anyone, perhaps, tell me what I am doing wrong here?
















  
 






 



Thank you,
Michael J. Sammut
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cookie and tracking

2001-02-05 Thread MJS @ Four Eyes

Hi,

Does anyone have suggestion on a method to drop a cookie on the homepage of a site and 
then track that cookie to figure who is a new user vs. returning user.


Thank you,
Michael 






~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Upload module

2001-02-15 Thread MJS @ Four Eyes

Hi, 


I'm trying to create a universal upload moduleso that you can have as many uploads 
on a form as you want and name them whatever you want.
 
it all works great, unless the person doesn't upload something then I get the:
 
Error processing CFFILE 

No data was received in the uploaded file '\.' Saving empty (zero-length) files is 
prohibitted. Please make sure you specified the correct file. 



this is because when it check the loop and tries to upload off the form field...the 
field is empty.  I cannot seem to check the value of the field in the loop, because at 
that point it is still a field name, not a field value.  The CFFile converts it into a 
value itself

 

Help please...

 
called via
 

 
The module is as follows: (including fusedoc!)
 




 

 



 
 




   
  
   
   
UPDATE #attributes.Table#
SET #UploadField# = '#file.serverfile#'
WHERE #attributes.RecordID_Name# = #attributes.RecordID#
   
 

 
 
 


Ethan


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists