ER-Diagram Tools

2001-04-19 Thread Chris Sham

Does anyone have pros/cons of ER Studio or other ER-Diagram/Database Management tools. 
 Of the little bit of ER Studio (and components: Rapid SQL, DB-Artisan, etc..) the 
tools looked impressive.  I am looking for reasons why I need it.  Any testimonials or 
lack there of for such tools would be greatly appreciated.

Chris Sham
[EMAIL PROTECTED]


~~
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



Re: Push alert page to browser?

2001-01-31 Thread Chris Sham

Have you considered using a hidden frame.  This hidden frame could
automatically reload every so often check for time frame of session
variable.  If it is about to expire then the hidden frame could redirect the
main frame to an alert page (or popup a new window or create a js alert
window).

Chris Sham


- Original Message -
From: "DeVoil, Nick" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, January 31, 2001 9:50 AM
Subject: RE: Push alert page to browser?


 Yes, but HTTP works on request-response pairs, so how can the server
 send anything to the browser unless the browser requests it?

 If there *is* a way I'd be very interested to know it.

 I don't think it makes any difference whether you're using CF, JSP
 or whatever on the server - you've still got HTTP as the protocol
 in the middle.

 Nick


 -Original Message-
 From: Chris Norloff [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 31, 2001 2:37 PM
 To: CF-Talk
 Subject: RE: Push alert page to browser?


 ha ha!  Well said.  Specifically, the client wants to minimize required
 client-side functions that aren't in all browsers, and especially
functions
 that can be turned off (like javascript).

 So, yes, the alert page does need to be visible to the client (unless we
 have his phone number, I guess  :-)  but the timer should be server-side.

 thanks,
 Chris Norloff

 -- Original Message --
 From: "Philip Arnold - ASP" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Fri, 26 Jan 2001 16:34:05 -

  We have a need to alert a user if he's near the end of his 15
  min. session variable expiration.  Unfortunately, they don't want
  anything client-side [grumble, grumble ...]
 
  So - anybody know how to use CF, or maybe JSP or PHP to push an
  alert window to a user when the session variables are near to expiring?
 
 Sorry, but if it's not client side, then how do they see the warning? g
 Isn't a push-page or an alert window client side?
 
 Philip Arnold
 Director
 Certified ColdFusion Developer
 ASP Multimedia Limited
 T: +44 (0)20 8680 1133
 
 "Websites for the real world"
 
 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.
 **
 
 

 

~~
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



Re: Weird Problem

2001-01-30 Thread Chris Sham

Note what you are doing.  In essence you are saying 'INPUT TYPE="TEXT"
VALUE="this is a "quoted title" to view"  See the error.  If you use
HTMLEditFormat you will be fine.  For example, 'INPUT TYPE="TEXT"
VALUE="#HTMLEditFormat(myVar)#"

Chris


- Original Message -
From: [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, January 30, 2001 7:37 AM
Subject: Weird Problem


 I am having the strangest problem...

 I have a varchar field in a SQL database.  It contains the following text:
 this is a "quoted title" to view

 When I go to display in a form (using either cfinput or input) everything
 after the first quote is cut off in the text box.  But if I display the
 code before the text box , the field contains all the proper information.

 So the field is coming back fine, but when the form is displaying, it cuts
 it off.

 I am using CFFORM.

 Does anyone have any ideas?

 TIA
 Mary




~~
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



Re: how to make bar, line chart in coldfusion

2001-01-25 Thread Chris Sham

Just a couple ideas:
Use tables with cells with bgcolor set.  Based on your data use colspan
and rowspan to make bars of different heights.  You will have to calculate
total number of cells so you can create correct numbers of cells based on
your spans.

Use an image (small solid color square) and use ColdFusion to set the
height and/or width of the image to create a bar chart.  Also, using tables
you can create x/y axis with values.

Chris


- Original Message -
From: "George Dong" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, January 25, 2001 3:43 PM
Subject: how to make bar, line chart in coldfusion


 Hi there,
 If anyone can tell me how to make chart(line, bar) by cold fusion. if the
only way to call java applet?



~~
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



Re: HotMail in CF

2001-01-17 Thread Chris Sham

Any suggestions on how to enable users to send formatted text(html) in their
email regardless of their browser(or even ie4+, netscape 4+)

Chris


- Original Message -
From: "Jim Mixon" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, January 17, 2001 1:28 PM
Subject: HotMail in CF



 Feedback please . . .!

 BEFORE I start on this project for this Client,
 any of you wizards know of any reason why a HotMail.com
 cannot be done entirely in CF?

 thanks . . .

 Jim Mixon - CEO
 APT POINT NET, Inc. "A Premiere InterNET Gateway" . . .
 [EMAIL PROTECTED]   http://www.apt.net/
 PO Box 160217 Hialeah, FL 33016 305-418-4111
 FAX (305) 418-4111 press 7 and SEND!
 powered by Cold Fusion 4.01 . . . . feel the force!
 CF Hosting Now Available . . . . !


~~
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



Re: Web Based SQL Manager

2001-01-12 Thread Chris Sham

I'm game, but what's the catch.  No preview?  No website we can go to and
see a preview and download it?  I could use a free web based sql manager.
Where are the details?

- Original Message -
From: "Scott Weikert" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Friday, January 12, 2001 11:31 AM
Subject: Re: Web Based SQL Manager


 Well, one might have a site hosted on a server with SQL7 and not have
 Enterprise Manager themselves... or may be somewhere where they don't have
 access to their copy of Enterprise Manager and want/need to make some
 adjustments... all sorts of scenarios :)

 - Original Message -
 From: [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Friday, January 12, 2001 8:43 AM
 Subject: Re: Web Based SQL Manager


  What's wrong with Enterprise Manager and Query Analyzer ... they work
 across
  the web just fine.
 
  Bill Reichard
  Willow Gold
  [EMAIL PROTECTED]
  http://www.willowgold.com




~~
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



Accessing Excel Files

2001-01-08 Thread Chris Sham

Does anyone have tips on accessing excel files with cold fusion through
odbc. (other than 'don't').  With the following code I only get access to
one row of the spreadsheet (F2, F3, ...)  Any suggestions?

CFQUERY NAME="tmp" DATASOURCE="BorIMport"
SELECT G9
FROM "Form 3$"
/CFQUERY
CFLOOP LIST="#tmp.ColumnList#" INDEX="item"
CFOUTPUT#item# -- #Evaluate("tmp.#item#")#BR/CFOUTPUT
/CFLOOP


~~
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