Is Macromedia Generator useful for CF programmers

2000-05-10 Thread mirza baig
I was just curious to know if macromedia products namely Generator and Ultra Dev are useful in any way to CF Programmers. Is that going to make web development faster. Of course, the macromedia people are going to say their product is awesome, but I would like to get a personal opinion. Has

Can you create demo's in CF

2000-05-10 Thread mirza baig
Can you create demo's in CF where the user just have to sit and watch the demo ( like a video ). For example: http://www.macromedia.com/software/ultradev/productinfo/features and then click on 'three minutes' at the top Thank you. __ Do You

how do you print info from a view

2000-05-01 Thread mirza baig
Supposing somebody has created a view on MS SQL Server 7.0,How do you print the data from a view. Thanks All MIRZA BAIG __ Do You Yahoo!? Send instant messages get email alerts with Yahoo! Messenger. http://im.yahoo.com

while loop

2000-04-20 Thread mirza baig
If you want to implement a while loop in CF, how do you do it? Thank you. Mirza __ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com --

Testing only, do not respond

2000-04-03 Thread mirza baig
__ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

View-Source in IE

2000-04-03 Thread mirza baig
you say File-Save As from the browser. How do you save it automatically. How do you make coldfusion do it automatically. If ColdFusion cannot do it, can some other software do it? Thanks Aslam * File - Save As... [EMAIL PROTECTED] 04/03/00 09:40AM The coldfusion server, after

How to update database from the data in a txt file

2000-03-29 Thread mirza baig
i have a text file with data like this: Student_ID Lic_No --- 333 444 555 ... and so on. This is pure text file. In the database, I have a column called 'Student_ID'. I have created a new column called Lic_No in

Trying since three days, help (about CFHTTP)

2000-03-27 Thread mirza baig
Please see the code that says URL="TestAction.cfm", I am trying to call this file with CFHTTP ** Hi List, Please help me. I am about to pull my hair. I don't get an error,but I do not get the desired output. I have the three files below, please let me know why the third

Trying since three days, help (CFHTTP)

2000-03-27 Thread mirza baig
Please see the code that says URL="TestAction.cfm", I am trying to call this file with CFHTTP ** Hi List, Please help me. I am about to pull my hair. I don't get an error,but I do not get the desired output. I have the three files below, please let me know why the third

how to execute a file from within a file?

2000-03-27 Thread mirza baig
Please see the code that says URL="TestAction.cfm", I am trying to call this file with CFHTTP ** Hi List, Please help me. I am about to pull my hair. I don't get an error,but I do not get the desired output. I have the three files below, please let me know why the third

Testing only, do not respond

2000-03-27 Thread mirza baig
testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing

How to make CFHTTP.FileContents work?

2000-03-26 Thread mirza baig
Hi all, This is my first time to use CFHTTP. Just for testing I have one file called test.cfm as: body cfparam name="id" default="123" cfset id = "form.id" CFHTTP METHOD="POST" URL="testAction.cfm" username="mbaig"

CFMAIL

2000-03-24 Thread mirza baig
I have a file called agreement.cfm that is automatically generated. This file is like a sales receipt and the data in it is filled in by it calling (CFINCLUDE) other files. How do I send an email with this file as an attachment. Please help. Thanks Mirza