Dev Environment Tips

2001-11-28 Thread Steve Vosloo
I'm putting together a short Dev Environment Tips list for our next CFUG meeting. Things like CF mailing lists (this list, CF-Talk), essential URLs, books, helper apps, etc. that make your development life easier. Please can you send any tips you have directly to me. Thanks Steve V

RE: cfsqltype=cf_sql_timestamp

2001-11-22 Thread Steve Vosloo
Thanks to all for the brilliant input. Finally, a solution has been found: Ciao > -Original Message- > From: Paul Hastings [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 21, 2001 1:17 PM > To: CF-Talk > Subject: Re: cfsqltype=cf_sql_timestamp > > > > Your ms sql server colu

RE: cfsqltype=cf_sql_timestamp

2001-11-21 Thread Steve Vosloo
> To: CF-Talk > Subject: RE: cfsqltype=cf_sql_timestamp > > > This code is working in my application. > > dbvarname="RequestsDate" value='#NOW()#'> > > HTH > > > -Original Message- > From: Steve Vosloo [mailto:[EMAIL PROTECT

RE: cfsqltype=cf_sql_timestamp

2001-11-20 Thread Steve Vosloo
n MDAC > *should* be supported in cf... > > -----Original Message- > From: Steve Vosloo [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 20, 2001 7:42 AM > To: CF-Talk > Subject: cfsqltype=cf_sql_timestamp > > > hi > > I'm trying to pass a mssql server 7 tim

cfsqltype=cf_sql_timestamp

2001-11-20 Thread Steve Vosloo
27;re date/time, which in my case it certainly isn't. Has anyone successfully managed to pass this varibale type into SQL? Thanks Steve Vosloo Vardus (Pty) Ltd ASKA House Fedsure on Main Main Road Newlands 7700 Cape Town Tel: +27 (0)21 670 9880 Fax: +27 (0)21 674 4549 www.vardus.co.za The info

.NET resources

2001-08-14 Thread Steve Vosloo
Hi all, Apologies if this topic has already been flogged to death, but ... In 2 weeks I'm presenting to my company on Microsoft's .NET initiative, and need some URLs to sink my teeth into. The bits I've seen on MS all seem to be fairly technical. I'm looking for overview type info, and ideally w

RE: Preventing Dups

2001-07-16 Thread Steve Vosloo
You could set the duplicate prevention at field level in the database table, and then use CFTRY/CFCATCH to monitor this. > -Original Message- > From: Bud [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 12:54 PM > To: CF-Talk > Subject: Re: Preventing Dups > > > On 7/15/01, sam

CF Studio database problem

2001-07-10 Thread Steve Vosloo
When viewing my SQL server database through CF studio on my machine (RDS: localhost), the databases listed are old ones - some have actually been deleted, new ones don't show up. I've tried refreshing the view, installing SP4.5.2, etc and still no joy. Any takers on what's wrong?? Thanks Steve

RE: OT : project documentation

2001-07-05 Thread Steve Vosloo
This book is great - Web Project Management by Ashley Friedlein: http://www.amazon.co.uk/exec/obidos/ASIN/1558606785/o/qid=994261732/sr=8-2/0 26-8490121-2329237 Supporting materials: http://www.e-consultancy.com/book/ Check out "Documentation" Cheers Steve > -Original Message- > From

RE: is this list dead?

2001-07-02 Thread Steve Vosloo
I've had nothing for ages ... what's going on? Anyway, does anyone know of other good CF lists out there? Thanks Steve > -Original Message- > From: Erika L. Walker [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 5:53 PM > To: CF-Talk > Subject: RE: is this list dead? > > >

RE: Authorising in a multi-server environment

2001-06-18 Thread Steve Vosloo
I'm also fairly new to this type of transition. As a primer, may I recommend reading a great article by Hal Helms called "Tracking State Management with ColdFusion". http://www.coldfusionmonthly.com/cfm/members/index.cfm?fuseaction=article&ar ticleid=AFABE20E-2D7E-47E9-9E4B6D2D159D68E3 One of th

Weird FORM result

2001-06-18 Thread Steve Vosloo
I've implemented Verity and when I search for an exact phrase, i.e. "jack higgins", verity searches for the words AND the quotes. So I want to strip out the quotes, but CF doesn't recognise the first quote. Try run this page (test.cfm): Untitled YES - got quotes! Output:

RE: RE: Verity & SQL

2001-06-14 Thread Steve Vosloo
Thanks for the input ... I am joining tables in the query ... but the original query which indexes the data just fine is exactly the same and also uses joins. Can you remember where in the book is the reference about "master/servant" relationships? Thanks Steve > -Original Message-

RE: Verity & SQL

2001-06-13 Thread Steve Vosloo
Hi Jason, Thanks for the help. This is a great solution - which I've already tried (also from pg 733 :-) ... but to no avail. Basically, I've inherited a database from an existing site and when I index the data everything works fine. Then when I add new records and re-index, they are not include

Verity & SQL

2001-06-13 Thread Steve Vosloo
Is there any way to combine the results of a CFSEARCH and a standard SQL search into the same CFOUTPUT ... basically merge two queries? Thanks Steve Development Manager Vardus Internet Solutions (SA) Tel: (+27) 21 670 9880 Fax: (+27) 21 674 4549 Email: [EMAIL PROTECTED] Website: www.vardus.co

RE: file size

2001-06-11 Thread Steve Vosloo
've got access to the size > of each as > qPDF.Size > > -David > > On Monday, June 11, 2001 3:37 AM, Steve Vosloo > [SMTP:[EMAIL PROTECTED]] > wrote: > > Is there any way to dynamically display the size of a file? > > > > I display lists of PD

Verity and double quotes

2001-06-11 Thread Steve Vosloo
I have a Verity search facility on my site. When I search for literal strings using double quotes, Verity performs a search including the quotes, e.g. it searches for '"rail network"' instead of 'rail network'. Has anyone come across this problem before? I've tried to fix it by using a ReplaceNoC

file size

2001-06-11 Thread Steve Vosloo
Is there any way to dynamically display the size of a file? I display lists of PDF links and need to show the size of each file after the title. Although all the pdf's are in the same folder, they are linked to from various pages. Thanks, Steve Development Manager Vardus Internet Solutions (S

RE: Custom error pages

2001-06-05 Thread Steve Vosloo
in the IIS console. Choose properties. Click the "Custom Errors" tab. > > You can do it for each site. > > On 6/5/01 8:17 AM, "Steve Vosloo" <[EMAIL PROTECTED]> wrote: > > > Can I do that per website hosted on the box? > > > > > >

CFLOCK viability?

2001-06-05 Thread Steve Vosloo
I create a bunch of application scope variables within application.cfm - these will only be created once, and hardly ever change. In a custom tag I read those variables - and of course I need to lock that READ. Is it viable to put a CFLOCK of type READONLY around a big block of code (i.e. 170 lin

RE: Custom error pages

2001-06-05 Thread Steve Vosloo
IIS if you're > running it. > > -----Original Message- > From: Steve Vosloo [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 05, 2001 7:51 AM > To: CF-Talk > Subject: Custom error pages > > > I need to create 2 custom error pages for an application. One is

Custom error pages

2001-06-05 Thread Steve Vosloo
I need to create 2 custom error pages for an application. One is for 404 errors (page not found), and the other is for any other server errors. Armed with CFERROR and CFTRY/CFCATCH, does anyone have suggestions on how to achieve this? Thanks Steve Development Manager Vardus Internet Solutions (S

RE: Referencing an array item

2001-05-30 Thread Steve Vosloo
ROTECTED] > http://www.crescotech.com > > > > -Original Message- > From: Steve Vosloo [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 29, 2001 2:21 AM > To: CF-Talk > Subject: RE: Referencing an array item > > > But I have 3 arrays, so it will really need

RE: Request vs application scope

2001-05-29 Thread Steve Vosloo
gt; > > Yes thats right. > > -Original Message- > From: Steve Vosloo [mailto:[EMAIL PROTECTED]] > Sent: 29 May 2001 13:51 > To: CF-Talk > Subject: RE: Request vs application scope > > > Thanks. > > Can I put any data in there that I want to u

RE: Request vs application scope

2001-05-29 Thread Steve Vosloo
vs application scope > > > Absolutely no problem... I do it regularly... > > -Original Message- > From: Steve Vosloo [mailto:[EMAIL PROTECTED]] > Sent: 29 May 2001 08:34 > To: CF-Talk > Subject: Request vs application scope > > > I am using the following line

Request vs application scope

2001-05-29 Thread Steve Vosloo
I am using the following line of code in my application.cfm http://127.0.0.1/work/ACME/may2001/website";> Then elsewhere in the site I refer all links and images to: #request.HomeDir# Is this OK to do? I'm trying to avoid using the application scope. Are there any known of issues with this met

RE: Referencing an array item

2001-05-28 Thread Steve Vosloo
you can reference an element in SM(n) by > Application.SM[n][element]. you don't have to futz with string evaluation > at all. > > chris olive, cio > cresco technologies > [EMAIL PROTECTED] > http://www.crescotech.com > > > > -Original Message- > From: Ste

RE: Referencing an array item

2001-05-28 Thread Steve Vosloo
Thanks! > -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 28, 2001 5:45 PM > To: CF-Talk > Subject: RE: Referencing an array item > > > oops, forgot a closing ) > > > > === > Ra

Referencing an array item

2001-05-28 Thread Steve Vosloo
I have 3 arrays, which are assigned to the application scope: My custom tag receives a number (1,2 or 3), and with that I reference the correct array. I need to dynamically use this number to reference the correct array, e.g. #ArrayLen(application.SM & attributes.Num)# (The above code does

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
, Principal Spectra Compliance Engineer for Macromedia > > Email : [EMAIL PROTECTED] > ICQ UIN : 3679482 > > "My ally is the Force, and a powerful ally it is." - Yoda > > > -Original Message- > > From: Steve Vosloo [mailto:[EMAIL PROTECTED]]

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
alk > Subject: RE: Calling variables from within a custom tag > > > Does it need to be applied to everyone that > enters the application or just to the user? > > -----Original Message- > From: Steve Vosloo [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 24, 2001

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
les from within a custom tag > > > > > > If you need it in other pages for the GIVEN user > > you can make is a SESSION variable. > > > > If the same data is used for all users and does not > > change often, you can make is an APPLICATION > > variable or p

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
r place the array into a DB and call it. > > > -Original Message- > From: Steve Vosloo [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 24, 2001 8:14 AM > To: CF-Talk > Subject: Calling variables from within a custom tag > > > I need to load a massive array into mem

Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
I need to load a massive array into memory - I was going to do this in the application.cfm, but I need the data in a custom tag. Is there any way of accessing this info from within a CT? My other option would be to put all this info into an include, which I call from the CT. Can I cache an includ

RE: How fast does CF process arrays/swucth statements?

2001-05-23 Thread Steve Vosloo
lk > Subject: Re: How fast does CF process arrays/swucth statements? > > > How about a structure? Readily comprehensible for when you come > back to it > 6 months later. > > > - Original Message - > From: "Steve Vosloo" <[EMAIL PROTECTED]> >

How fast does CF process arrays/swucth statements?

2001-05-23 Thread Steve Vosloo
I am coding a single Header custom tag for all the pages in a large "static" site. Some of the pages will contain breadcrumb navigation at the top. As a parameter I can send through the breadcrumb title and URL to the custom tag, e.g. I would prefer only to send through the title and have the h

RE: Imbedding IF statements into a tag.......

2001-05-17 Thread Steve Vosloo
I often first create a variable and apply all processing to it before passing it into the tag, e.g. It's a bit longwinded, but it works. > -Original Message- > From: Raymond B. [mailto:[EMAIL PROTECTED]] > Sen

RE: Post-Spectra Content Management Systems??

2001-05-10 Thread Steve Vosloo
Although Spectra will be supported for the next 2 years, I'm sure as hell not going to sell it clients now - I'm simply looking for another solution. And it's probably only a 1-2 year solution as CF 6 will have Spectra's CODB etc built in. I'm gonna check out CommonSpot 2.0, or as Neil recommends

Post-Spectra Content Management Systems??

2001-05-10 Thread Steve Vosloo
I'm sure this has been discussed already, so apologies up front. We are a web co that has been developing Spectra apps for our clients mainly because of its content management (CM) functionality. With the demise of Spectra, does anyone know of a reliable and robust ColdFusion CMS that is commerci