if you want to spend alot of time programming go ahead and use ASP.
ColdFusion Prides itself on rapid devleopment.
and yes i have built an online schedule Calendar for an intranet.
------------------------------------------------------------------------------
brannonH
if( !succeed ) try( );
where are you getting the data from.
if you are looping over numbers where are you getting fname,lname, and address from.... how are you going to put them together....
More details please..
------------------------------------------------------------------------------
brannonH
if( !succeed )...
LEFT()
Returns the count of characters from the beginning of a string argument.
LEFT(STRING, COUNT)
STRING:String from which the leftmost characters are retrieved
COUNT:Positive integer; number of characters to return
------------------------------------------------------------
LJustify()...
can you query the dates on the FORM page if so, Do you want to validate the form on the server side or client side.....?
------------------------------------------------------------------------------
brannonH
if( !succeed ) try( );
It looks to me that you need to validate your data upon update/insert to a certain format that way you can pull out what you need when you need.....
with all these situations you have presented you are going to need a ton of code just to get back a few words in the comments column.....
mho...
here is what i use to do my calenar
<cfset request.imgSrc = "images/">
<cfset theDate=dateAdd("M",-1,now())>
<cfset theMonth=month(theDate)>
<cfset theYear=year(theDate)>
<cfscript>
firstDay = CreateDate(theYear,theMonth,1);
startDay = DayOfWeek(firstDay);
lastDay =...
if datelastmodified is not working properly then one thing i would suggest is chang the name of your dir's
to yyyy_mm_dd then sort by name
------------------------------------------------------------------------------
brannonH
if( !succeed ) try( );
you might try searching by zip codes...
here is some info on how to do this.....
http://tutorial153.easycfm.com/
------------------------------------------------------------------------------
brannonH
if( !succeed ) try( );
Here is a sample of your code
<table width="470" border="0" align="center">
<tr align="left" valign="middle">
<td colspan="3"><font color="cc0000" size="2" face="Arial, Tahoma, Verdana"><strong>Name:</strong></font><font size="2" face="Arial, Tahoma, Verdana">...
if you type the text in the editors (web based ) then insert into database it will already have the html stuff in their.... bold, underline, paragraph, etc...
------------------------------------------------------------------------------
brannonH
if( !succeed ) try( );
coldFussion doen't have anything internally to do that but i use and am very happy with Site Objects soEditor Pro for that type of textbox feature.. for a demo go here
http://www.siteobjects.com/pages/soeditordemos.cfm?object=363&method=viewExampleTwo
or there is also
FCKEditor ...
here is a test of what i use....
and go here to see the color index for excel
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/owcvba10/html/ocprocolorindex.asp
<cfscript>
temp = StructNew();
temp["1"] = structNew();
temp["1"]["FUND"] = "1010"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.